From 7625f855d63695c22778c20bb16187c94e3cc178 Mon Sep 17 00:00:00 2001 From: ingalls Date: Thu, 10 Oct 2024 15:29:15 -0600 Subject: [PATCH] Geometry Layers --- api/web/src/components/ConnectionSinkEdit.vue | 70 ++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/api/web/src/components/ConnectionSinkEdit.vue b/api/web/src/components/ConnectionSinkEdit.vue index 6a2ceccb0..8e6724b30 100644 --- a/api/web/src/components/ConnectionSinkEdit.vue +++ b/api/web/src/components/ConnectionSinkEdit.vue @@ -114,11 +114,70 @@ @@ -172,6 +231,11 @@ import { std } from '/src/std.ts'; import PageFooter from './PageFooter.vue'; import EsriPortal from './util/EsriPortal.vue'; +import { + IconPoint, + IconLine, + IconPolygon, +} from '@tabler/icons-vue'; import { TablerBreadCrumb, TablerEnum, @@ -188,9 +252,13 @@ export default { TablerInput, PageFooter, EsriPortal, + IconPoint, + IconLine, + IconPolygon, }, data: function() { return { + mode: 'points', errors: { name: '', },