Description
A fast, simple editor for map data. Read more on Mapbox, macwright.org.
geojson.io alternatives and similar libraries
Based on the "Maps" category.
Alternatively, view geojson.io alternatives based on common mentions on social networks and blogs.
-
polymaps
Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers. -
polygon-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons. -
@terraformer
A geographic toolkit for dealing with geometry, geography, formats, and building geodatabases -
tle.js
π°οΈ Satellite TLE tools in JavaScript: get lat/lon of satellites, get look angles, plot orbit lines, extract individual TLE elements, etc
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of geojson.io or a related project?
README
geojson.io
A fast, simple editor for map data. Read more on Mapbox, macwright.org.
Goes Great With!
Tools
- Using geojson.io with GitHub is better with the Chrome Extension
- geojsonio-cli lets you shoot geojson from your terminal to geojson.io! (with nodejs)
- geojsonio.py lets you shoot geojson from your terminal to geojson.io! (with python)
API
You can interact with geojson.io programmatically via URL parameters. Here is an example of geojson encoded into the URL:
Full API documentation can be found in [API.md](API.md).
Development
Install browserify'ied libraries:
npm install
Browserify libraries, concat other libraries, build minimal d3, build tailwind css:
make
Run a local server to preview your changes.
Development with VSCode (hot reloading)
An optimized development workflow is possible with the Live Server
and Run on Save
VS Code extensions. Both have workspace-specific settings in settings.json
:
- Start a live server using
Live Server's
"Go Live" button Run on Save
will watch/lib
,/src
, andcss/tailwind_src.css
and runmake
when any of them change.Live Server
will ignore/lib
,/src
, andcss/tailwind_src.css
, but will hot reload whenever any other file changes (including the files created bymake
)
License
*Note that all licence references and agreements mentioned in the geojson.io README section above
are relevant to that project's source code only.