Skip to content

Spatial 0.25.6-neo4j-3.4.5

Compare
Choose a tag to compare
@craigtaverner craigtaverner released this 07 Aug 13:00
· 3 commits to 0.25-neo4j-3.4 since this release

Patch release to the 0.25.x series with a bugfix to the OSM importer for cases when the XML does not contain changeset fields. This bug was only relevant to the case where the XML has ways that reference missing nodes, and we request to index all point nodes of each way, not only the ways themselves. So we have made two changes:

  • The procedure calls for importing OSM files now default to not indexing all nodes
  • If you do index all nodes (for example using the command-line tool instead), then the missing nodes will generate warning messages and not a NPE.