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