1. Importing Custom Building Footprints
GIS TechnicianBackground
A technician has a set of building footprints in GeoJSON format that need to be uploaded to an OpenStreetMap local instance.
Problem
The data is in the wrong format for the OSM editor and lacks the required XML structure.
How to use
Paste the GeoJSON into the input area and set the Way Start ID to -1000 to avoid conflicts.
nodeStartId: -1, wayStartId: -1000, prettyPrint: trueOutcome
A clean OSM XML file ready to be imported into JOSM for final verification and upload.