Convert JSON data with coordinates to GeoJSON format for mapping applications
GeoJSON is a format for encoding geographic data structures using JSON. It supports various geometry types and is widely used in mapping applications.
Input Format: Provide JSON with coordinate fields (lat/lng, latitude/longitude, or x/y). The tool will automatically detect and convert to proper GeoJSON format.
Coordinate Order: GeoJSON uses [longitude, latitude] order (opposite of common [lat, lng] notation).
Encode, decode, measure sizes, and transform common formats.