← Back to home

Free • No signup • Fast

GPS Coordinate Converter

Single coordinate

Enter latitude and longitude to convert the point and generate a GeoJSON feature.

Result

Decimal degrees

44.4949, 11.3426

Degrees, minutes, seconds

44° 29' 41.64" N
11° 20' 33.36" E

How it works

Convert decimal latitude and longitude to DMS, generate GeoJSON Point and LineString data, open coordinates in Google Maps or OpenStreetMap, and import coordinate lists from CSV, JSON or GeoJSON.

Practical examples

FAQ

What coordinate order does GeoJSON use?

GeoJSON stores coordinates as longitude, latitude. This tool lets you enter latitude and longitude in the usual human-readable order, then exports GeoJSON using the correct longitude-latitude order.

Can I import a GeoJSON file?

Yes. You can paste or drop GeoJSON containing Point, MultiPoint, LineString, Feature or FeatureCollection geometries. The tool will extract the coordinate points when possible.

Is the distance exact?

The path distance is an approximate great-circle distance based on the Haversine formula. It is useful for estimation, but it is not a road distance and does not follow streets or terrain.

Try these tools