File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ Publish a shapefile::
5050
5151 gs-shell>geoserver set --url http://localhost:8080/geoserver
5252 gs-shell>workspace create --name naturalearth
53- gs-shell>shapefile zip --shapefile ~/Projects/ NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.shp
54- gs-shell>shapefile --workspace naturalearth publish --file ~/Projects/ NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.zip
53+ gs-shell>shapefile zip --shapefile NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.shp
54+ gs-shell>shapefile publish --workspace naturalearth --file NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.zip
5555
5656Upload a style::
5757
58- gs-shell>style create --file ~/Projects/ NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.sld --name 110m_admin_0_countries
58+ gs-shell>style create --file NaturalEarth/SmallScale/110m_cultural/110m_admin_0_countries.sld --name 110m_admin_0_countries
5959 gs-shell>layer style add --name 110m_admin_0_countries --style 110m_admin_0_countries
6060 gs-shell>layer modify --name 110m_admin_0_countries --defaultStyle 110m_admin_0_countries
6161
You can’t perform that action at this time.
0 commit comments