NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I have found a way to use downloaded maps from http://download.geofabrik.de/ and then split them up with SPLITTER.jar from http://www.mkgmap.org.uk/download/splitter.html

I use this PC COMMAND:

java -Xmx1024m -Xms1024m -ea -jar \MKGMAP\splitter-r429\splitter.jar --max-nodes=1400000 -- handle-element-version=keep --mapid="12340000" --geonames-file=\MKGMAP\cities15000.zip --description=mymap --max-areas="255" --no-trim --status-freq="600" michigan-latest.osm.pbf

This makes several smaller .osm.pbf maps about 11MB each. You can use these to open in JOSM and do you work and then upload your changes to OSM when you are back online.

asked 02 Mar '16, 17:00

gregcrago's gravatar image

gregcrago
69669
accept rate: 0%

What is your question?

(02 Mar '16, 17:41) scai ♦
2

I would personally avoid uploading anything from a splitter-created file unless you first synchronize the file with the online database. Splitter will chop ways and relations at tile boundaries, and those changes probably shouldn't be uploaded.

(02 Mar '16, 18:59) alester

I agree alester, splitter will chop ways and relations at boundaries, but this is a good way to work off line and have relatively new maps to work on Interior objects. If you need to work at the 'edges', then this might cause a problem.

I agree that this IS NOT A QUESTION. Where do you INFORM other JOSM users of new techniques that might be able to help out other users in similar situitations? (Wanting to work off line with OSM maps?)

permanent link

answered 02 Mar '16, 21:42

gregcrago's gravatar image

gregcrago
69669
accept rate: 0%

2

If it's an answer to one of your previous questions, you could always add it there. You won't be able to accept your own answer, but if you say something like "I found the answer and it's this..." a moderator might come along and mark it as an accepted answer.

(02 Mar '16, 21:48) SomeoneElse ♦

It is perfectly fine to ask a question and answer it yourself.

(03 Mar '16, 07:57) scai ♦

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×622
×126
×106

question asked: 02 Mar '16, 17:00

question was seen: 4,064 times

last updated: 03 Mar '16, 07:57

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum