-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f99d4a5
commit 95daa00
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#### 1. Creating a workspace (only needed if one does not exist for the current project) | ||
- create new workspace | ||
- give a name | ||
- add a uri (localhost:8080/geoserver/name_goes_here or something similar) | ||
|
||
|
||
#### 2. Create a store (need to do this if getting information from a new database) | ||
- name the store | ||
- enter database information | ||
- remember to add the database name | ||
|
||
|
||
#### 3. Create a layer | ||
- create new layer | ||
- select store (the database) | ||
- select the view you want to make a layer from | ||
- set boundaries | ||
- native bounding box: compute from data | ||
- lat/lon bounding box: computer from native bounds | ||
|
||
#### 4. layer preview | ||
- After a layer is created, click layer preview from the menu on the left. | ||
- Then you can view the layer. Click openlayers to open an interactive map in a new tab. | ||
|
||
#### See https://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html for more info. |