- Notifications
You must be signed in to change notification settings - Fork600
A quick, simple tool for creating, viewing, and sharing spatial data
License
mapbox/geojson.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A fast, simple editor for map data. Read more onMapbox,macwright.org.
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)
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 inAPI.md.
- Clone this repository
- Install dependencies
- Run
npm start
npm start
usesconcurrently
to runlive-server
which will serve the project directory in your browser and listen for changes,rollup
which will build the js and css bundles, andnpx tailwindcss
which buildscss/tailwind_dist.css
(including only the tailwind rules needed in the project)
rollup
can take several seconds to build before changes appear in the browser.
npm run build
will create minified bundles in/dist
. You can try out the production build withnpm run serve
which will run live-server.
Deployment to GitHub Pages works automatically by pushing to the main branch which triggers a GitHub Action to deploy.
About
A quick, simple tool for creating, viewing, and sharing spatial data
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.