New: Screen RecorderRecord, trim, and download your screen for freeTry it now →

Back to tools

GeoJSON Point Example & Generator

maps

Generate valid GeoJSON Points. Click map to set coordinates. Free online tool to create and edit GeoJSON points.

Loading Map...

What is a GeoJSON Point?

A Point is the simplest Geometry type in GeoJSON. It represents a single position using longitude and latitude coordinates.

Syntax

{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [longitude, latitude]
  },
  "properties": {}
}

How to use it

  1. Click anywhere on the map to place a point.
  2. Click the marker to add a Label or Info.
  3. The exact GeoJSON syntax will appear in the output box.
  4. Click 'Copy' to use it in your application.

Common Use Cases

Marking specific locations (stores, homes)
Data visualization centers
Asset tracking reference points
GPS coordinate verification

Freqently Asked Questions

What is the order of coordinates?
GeoJSON uses [Longitude, Latitude] order (X, Y). This is different from Google Maps which often uses Lat, Lng.
Can I add properties?
Yes! Click the marker/point after placing it to add a Label or custom Info.

Why use this tool?

  • Instant GeoJSON generation
  • Visual placement accuracy
  • Copy/Paste ready code
  • Free and no login required

How was this tool?

Your feedback helps us make it better.

Have further opinions? Email me at hello@everythingbagel.app