geoeditor
v1.1.1
Published
GeoJSON feature editor
Downloads
4
Readme
geoEditor
https://observablehq.com/@fil/geoeditor
Installing
API Reference
# geoEditor(options) · Source
...
import { geoEditor } from './geoeditor.esm.js'
const editor = geoEditor()
const colorSelector = editor.colorPropertyView()
document.querySelector('body').append(colorSelector)
Development
Install and run
git clone [email protected]:Fil/geoEditor.git
cd geoEditor
npm install
npm run start
Publishing a release
npm install
npm run release
npm run publish