Popularity
5.0
Growing
Activity
5.6
-
1,821
168
558

Description

A fast, simple editor for map data. Read more on Mapbox, macwright.org.

Programming language: JavaScript
License: ISC License
Tags: Maps     Map     3D     GIS     Mapping    

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.

Do you think we are missing an alternative of geojson.io or a related project?

Add another 'Maps' Library

README

FOSSA Status

geojson.io

A fast, simple editor for map data. Read more on Mapbox, macwright.org.

Goes Great With!

Tools

API

You can interact with geojson.io programmatically via URL parameters. Here is an example of geojson encoded into the URL:

http://geojson.io/#data=data:application/json,%7B%22type%22%3A%22LineString%22%2C%22coordinates%22%3A%5B%5B0%2C0%5D%2C%5B10%2C10%5D%5D%7D

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, and css/tailwind_src.css and run make when any of them change.
  • Live Server will ignore /lib,/src, and css/tailwind_src.css, but will hot reload whenever any other file changes (including the files created by make)

License

FOSSA Status


*Note that all licence references and agreements mentioned in the geojson.io README section above are relevant to that project's source code only.