Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A quick, simple tool for creating, viewing, and sharing spatial data

License

NotificationsYou must be signed in to change notification settings

mapbox/geojson.io

Repository files navigation

FOSSA Status

geojson.io

A fast, simple editor for map data. Read more onMapbox,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:

https://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 inAPI.md.

Development

  1. Clone this repository
  2. Install dependencies
  3. Runnpm 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.

Production Build & Deployment

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.

License

FOSSA Status

About

A quick, simple tool for creating, viewing, and sharing spatial data

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp