A custom component for editing GeometryCollection in a GeoJSON
- Vuex
- Vuetify 2
- Download and extract to
componentsdirectory. - Import
@/components/GeometryCollectionEditor/GeometryCollectionEditor.vueinto your component or view. - Attach a
v-modelto it, or listen for achangeevent.
- Internationalization.
- Value validation (it's currently possible to inject an invalid value via the
valueprop). - Overall UX.
- Better testing methodologies.