Skip to content
Snippets Groups Projects
Commit f75c8368 authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

added dataset setup for geoserver

parent 0c38cde9
No related branches found
No related tags found
No related merge requests found
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
# ToDo: Create featuretype for datastore "Neo4j" and public roads in italy
# featuretype publish --workspace isochrone --datastore Neo4J --featuretype /opt/italy-131201-filtered.osm
# featuretype create --workspace isochrone --datastore Neo4J --featuretype /opt/italy-131201-filtered.osm --enabled true --advertised true --title neo4j_it_ways --srs EPSG:4326 --schema "the_geom:LineString:srid=4326" --projectionpolicy FORCE_DECLARED
\ No newline at end of file
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
# ToDo: Create featuretype for datastore "Neo4j" and public roads in italy
# featuretype publish --workspace isochrone --datastore Neo4J --featuretype /opt/sanfrancisco-131201-filtered.osm
# featuretype create --workspace isochrone --datastore Neo4J --featuretype /opt/sanfrancisco-131201-filtered.osm --enabled true --advertised true --title neo4j_sf_ways --srs EPSG:4326 --schema "the_geom:LineString:srid=4326" --projectionpolicy FORCE_DECLARED
\ No newline at end of file
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
# ToDo: Create featuretype for datastore "Neo4j" and public roads in southern tyrol
# featuretype publish --workspace isochrone --datastore Neo4J --featuretype /opt/southtyrol-131201-filtered.osm
# featuretype create --workspace isochrone --datastore Neo4J --featuretype /opt/southtyrol-131201-filtered.osm --enabled true --advertised true --title neo4j_st_ways --srs EPSG:4326 --schema "the_geom:LineString:srid=4326" --projectionpolicy FORCE_DECLARED
\ No newline at end of file
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
postgis featuretype publish --workspace isochrone --datastore PostGIS --table it_ways
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "it_ways" --name "pg_it_ways"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_it_ways" --title "Ways in Italy"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_it_ways" --enabled true
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
postgis featuretype publish --workspace isochrone --datastore PostGIS --table sf_ways
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "sf_ways" --name "pg_sf_ways"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_sf_ways" --title "Ways in SanFrancisco"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_sf_ways" --enabled true
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
postgis featuretype publish --workspace isochrone --datastore PostGIS --table st_ways
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "st_ways" --name "pg_st_ways"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_st_ways" --title "Ways in SouthTyrol"
featuretype modify --workspace isochrone --datastore PostGIS --featuretype "pg_st_ways" --enabled true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment