Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tito/geojson-editor

Geojson local editor specialized for mbtiles (if wanted) and polygon.
https://github.com/tito/geojson-editor

Last synced: 1 day ago
JSON representation

Geojson local editor specialized for mbtiles (if wanted) and polygon.

Awesome Lists containing this project

README

        

# Geojson editor

## Installation

pip install --upgrade kivy-garden
pip install concurrent requests
garden install --app mapview

## Start

python main.py yourgeojson.geojson

Or with a custom mbtiles:

python main.py -- -m custom.mbtiles yourgeojson.geojson

## Usage

- double-click anywhere on the map to start creating a polygon
- then double-one click on the = one point into the polygon
- click-move on a dot = move a point of the polygon
- double-click on a dot = remove the dot
- click "Finish" to add the polygon back into the geojson

- double-click on a current geojson polygon to edit it

- click on Save to save the result into the loaded geojson