From 896b70e869d0513422bc5d88e2280c6224f0cf1b Mon Sep 17 00:00:00 2001 From: nq Date: Sun, 3 May 2026 03:19:46 -0700 Subject: [PATCH] v.6.0.1 - out-v15 --- .gitignore | 4 +++- stage-4-osm-conversion/pull_osm_util.sh | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 stage-4-osm-conversion/pull_osm_util.sh 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