how to read .osm file in java? |
This static page was archived June 03, 2020
how to read .osm file in java? |
Markdown Basics
This is the support site for OpenStreetMap.
Question tags:
question asked: 04 Nov '14, 00:37
question was seen: 8,383 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.