Normalize GeoJSON, or turn coordinate-based JSON records into GeoJSON features.
Last updated: June 2026 | By Patchworkr Team
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Patchworkr HQ"
},
"geometry": {
"type": "Point",
"coordinates": [
174.7633,
-36.8485
]
}
}
]
}GeoJSON is JSON with spatial structure. This tool validates that structure and can wrap coordinate records into GeoJSON features.
Paste GeoJSON and normalize it into readable JSON.
Paste coordinate-style JSON and let the tool build point features.
Patchworkr HQ
Related Tools
Compress folders into ZIP archives or extract ZIPs into folders.
Convert between hexadecimal bytes and text.
Convert between plain text and URL-encoded strings.
Convert between text and Unicode escape sequences.
Convert calendar events between ICS and CSV.
Convert calendar events between ICS and JSON.