Adding a ShapefileΒΆ
The task of adding a Shapefile is one that is core to any GIS tool. This section covers the task of adding and publishing a Shapefile with GeoServer.
Navigate to the workshop
data/user_data/
directory and find the following shapefiles:Mainrd.shp Mainrd.shx Mainrd.dbf Mainrd.prj
Copy the files to the following directory:
$GEOSERVER_DATA_DIR/data/boulder
Note
Ensure that all four parts of the shapefile are copied. This includes the
shp
,shx
,dbf
, andprj
extensions.Navigate to the GeoServer Welcome Page.
On the Welcome page locate the Login form located at the top right corner, and enter the username “admin” and password “geoserver”.
Click the Add stores link.
Select the Shapefile link and click it.
Note
The new data source menu contains a list of all the spatial formats supported by GeoServer. When creating a new data store one of these formats must be chosen. Formats like Shapefile and PostGIS are supported by default, and many other formats are available as extensions.
On the Edit Vector Data Source page enter “Mainrd” in the Data Source Name and Description fields. Finally click on browse link in order to set the Shapefile location in the URL field and click Save.
Note
The Mainrd.shp is located at
data/boulder/Mainrd.shp
After saving, you will be taken to a page that lists all the layers in the shapefile and gives you the option to publish any of them. Click Publish.
The Coordinate Reference Systems have to be manually populated. The Name and Title fields should be automatically populated.
Scroll down the page and generate the bounds for the layer by clicking the Compute from data button in the Bounding Boxes section.
Scroll to the bottom of the page, notice the read only Feature Type Detail table and then click Save.
If all went well, you should see something like this:
At this point a shapefile has been added and is ready to be served by GeoServer.
Choose the
preview
link in the main menu and filter the layer list withmainrd
:Click on the
OpenLayers
link to preview the layer in an interactive viewer:
In the next section we will see how to load a shapeFile into PostGIS.