8000 GitHub - mscherer/geojson.io: fast, simple spatial data creation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mscherer/geojson.io

 
 

Repository files navigation

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.

Development

Install browserify'ied libraries:

`npm install`

Browserify libraries, concat other libraries, build minimal d3:

`make`

Build tailwind css:

`npx tailwindcss -i ./css/tailwind_src.css -o ./css/tailwind_dist.css`

Run a local server to preview your changes.

Development with VSCode

A streamlined dev workflow is possible with the Live Server and Run on Save VS Code extensions:

  • Start a live server using Live Server's "Go Live" button
  • Run on Save reads it settings from ./vscode/settings.json and will listen for changes to any file, then run both the make command and build the tailwind css file on each save.

License

FOSSA Status

About

fast, simple spatial data creation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.8%
  • HTML 38.8%
  • CSS 3.2%
  • Other 0.2%
0