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

further configurations issues with neo4j-spatial and geoserver found

parent ece46afe
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ IMPORT_SCHEDULES=true ...@@ -20,7 +20,7 @@ IMPORT_SCHEDULES=true
INSTALL_HTTPD=true INSTALL_HTTPD=true
INSTALL_GEOSERVER=true INSTALL_GEOSERVER=true
INSTALL_NEO4J=false INSTALL_NEO4J=false
INSTALL_NEO4J_SPATIAL=true INSTALL_NEO4J_SPATIAL=false
INSTALL_PGROUTING=true INSTALL_PGROUTING=true
INSTALL_POSTGIS=true INSTALL_POSTGIS=true
INSTALL_POSTGRES=true INSTALL_POSTGRES=true
......
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
#layer group create --workspace isochrone --layers n4j_bz_ways,n4j_ibk_ways #layer group create --workspace isochrone --layers n4j_bz_ways,n4j_ibk_ways --name n4j_ways --styles line,line
geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
# ToDo: Create featuretype for datastore "Neo4j" and public roads in bozen # ToDo: Create featuretype for datastore "Neo4j" and public roads in bozen
# featuretype publish --workspace isochrone --datastore Neo4J --featuretype /opt/bozen-131201-filtered.osm
# featuretype create --workspace isochrone --datastore Neo4J --featuretype /opt/bozen-131201-filtered.osm --enabled true --advertised true --title neo4j_ibk_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 geoserver set --url http://localhost:8080/geoserver --user admin --password geoserver
# ToDo: Create featuretype for datastore "Neo4j" and public roads in innsbruck # ToDo: Create featuretype for datastore "Neo4j" and public roads in innsbruck
# featuretype publish --workspace isochrone --datastore Neo4J --featuretype /opt/innsbruck-131201-filtered.osm
# featuretype create --workspace isochrone --datastore Neo4J --featuretype /opt/innsbruck-131201-filtered.osm --enabled true --advertised true --title neo4j_ibk_ways --srs EPSG:4326 --schema "the_geom:LineString:srid=4326" --projectionpolicy FORCE_DECLARED
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