geoeditor

GeoJSON feature editor


Keywords
GeoJSON, d3
License
ISC
Install
npm install geoeditor@1.1.1

Documentation

geoEditor

Conventional Commits

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 git@github.com:Fil/geoEditor.git
cd geoEditor
npm install
npm run start

Publishing a release

npm install
npm run release
npm run publish