diff --git a/.gitignore b/.gitignore index c385b6a..acb71f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -stage-4-osm-convention\* \ No newline at end of file +stage-4-osm-convention/OsmAnd* +parsed-landmarkjs/osm/* + diff --git a/stage-4-osm-conversion/pull_osm_util.sh b/stage-4-osm-conversion/pull_osm_util.sh new file mode 100644 index 0000000..fbfa8d9 --- /dev/null +++ b/stage-4-osm-conversion/pull_osm_util.sh @@ -0,0 +1,4 @@ +wget https://download.osmand.net/latest-night-build/OsmAndMapCreator-main.zip -O 'OsmAndMapCreator-main.zip' +unzip OsmAndMapCreator-main.zip + +#java.exe -Xms256M -Xmx4096M -cp "OsmAndMapCreator.jar;lib/*" net.osmand.MainUtilities generate-poi C:\Users\PATH_to_osm_from_stage2