Hi
I’ve been constructing http calls to download OSM data to a .OSM file, then reading the downloaded .OSM file via a FeatureReader to generate specific outputs (yes, I know there are downloadable OSM transformers but they don’t do what’s required here).
The specific problem I’m having is, not returning way or relation items into the downloaded file (if this is possible).
Looking for assistance regarding the http call syntax. Below is what I’ve tried but still only returning point features (same results for both).