Geojson.io

From OpenStreetMap Wiki
Jump to navigation Jump to search
geojson.io
Geojsonio.png
Author: Many (originally User:Tmcw)
License: ISC License
Platform: Web
Version: rolling (2014-08-11)
Language: English
Website: http://geojson.io
Programming language: JavaScript

geojson.io is a tool for editing GeoJSON data on the internet. It enables editing through a map interface, raw GeoJSON, and exporting and importing a large number of formats.

geojson.io is a tool for editing GeoJSON data on the internet. It enables editing through a map interface, raw GeoJSON, and exporting and importing a large number of formats. It also integrates with  GitHub, allowing users to edit their data in git repositories and GitHub Gists and to save the result without leaving the page.

Supported Formats

Import

Export

Architecture

geojson.io is a static app, served from GitHub Pages, with no server component beyond using gatekeeper for authentication. It's built with browserify and a wide array of JavaScript modules.

External Links