Skip to content

Commit

Permalink
Merge pull request neo4j-contrib#130 from kju2/patch-1
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
craigtaverner committed Feb 22, 2014
2 parents e76301b + bf7ef94 commit f473a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Spatial data is divided in Layers and indexed by a RTree.

### Importing an Open Street Map file ###

This is more complex because the current OSMImporter class runs in two phases, the first requiring a batch-inserter on the database. The is ongoing work to allow for a non-batch-inserter on the entire process, and possibly when you have read this that will already be available. Refer to the unit tests in classes TestDynamicLayers and TestOSMImport for the latest code for importing OSM data. At the time of writing the following worked:
This is more complex because the current OSMImporter class runs in two phases, the first requiring a batch-inserter on the database. There is ongoing work to allow for a non-batch-inserter on the entire process, and possibly when you have read this that will already be available. Refer to the unit tests in classes TestDynamicLayers and TestOSMImport for the latest code for importing OSM data. At the time of writing the following worked:

~~~java
OSMImporter importer = new OSMImporter("sweden");
Expand Down

0 comments on commit f473a2e

Please sign in to comment.