So, I ran through the OSM import process as on GitHub and generated the sample database via the
java -Xms1280m -Xmx1280m \
-cp "target/osm-0.2.2-neo4j-3.5.1.jar:target/dependency/*" org.neo4j.gis.osm.OSMImportTool \
--skip-duplicate-nodes --delete --into target/databases/map2 samples/map2.osm.bz2
As specified.
Now, how do I actually see and use the data in target/databases/map2? I'm running Neo4j Desktop on Windows 10. Are there instructions somewhere. Thanks