osm4j icon indicating copy to clipboard operation
osm4j copied to clipboard

Library and tools for working with OpenStreetMap data and APIs

Results 11 osm4j issues
Sort by recently updated
recently updated
newest added

Hi I am very new to this so not sure if it is maybe my fault but when I try to run the Hello World code. I get the error...

While reading through the docs a few days ago I thought I saw a function to query all nodes within a bounding box, and now, for the life of me,...

JOSM produces files with a dialect (info here: https://wiki.openstreetmap.org/wiki/JOSM_file_format) It would be good if the XML parser was able to read those files.

Is there a way to read changes from changesets with osm4j? I searched for a way and tried to read them with EntityContainer, but it seams that there is no...

Hi, thanks for this library. I am trying to parse country specific pbf files I downloaded from geofabric.de and consistently get the following error when parsing any of the country...

I guess it will be easier to use the library if it's available at Maven Central instead of our own self-hosted Maven repository @ https://mvn.topobyte.de/ @kkarski thanks for your email,...

When converting a PBF history file to XML using osmium, the XML will contain nodes that don't have any `lon` or `lat` attributes. Attempting to parse such XML files: ```...

History PBF files contain `NaN` coordinate values for nodes. When reading them using PBF input and writing them using PBF output, this is not stored in the same way (0...

History files do contain the visible boolean attribute which TboWriter does not store.

Sorry, I understand that this is not an issue but I need some help. Is it possible to change the value of the tag in the entity during iterating? I...