how to read .osm file in java? |
Why not ask your question on the new OpenStreetMap Community Forum?
how to read .osm file in java? |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 04 Nov '14, 00:37
question was seen: 11,131 times
last updated: 05 Nov '14, 18:08
what is "read .osm file in java?"? Please describe with much more words what you would like to do.
Also, how big a .osm file do you want to read? If it's relatively small then you can read the whole file in and process it as XML; if not then you may have to go tag-by-tag.