changeset 5158:c8d36d585f6f

Commented unavailable feature types in fairway marks import.
author Raimund Renkert <raimund@renkert.org>
date Thu, 02 Apr 2020 16:11:09 +0200
parents 673f2a00c767
children e688e79a51e8
files client/src/components/importconfiguration/types/Fairwaymarks.vue
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/Fairwaymarks.vue	Thu Apr 02 13:17:13 2020 +0200
+++ b/client/src/components/importconfiguration/types/Fairwaymarks.vue	Thu Apr 02 16:11:09 2020 +0200
@@ -126,11 +126,12 @@
     }
   },
   FAIRWAYMARKS: {
-    bcnisd: app.$gettext("Beacon, isolated danger (MARITIME/Hydro feature)"),
-    bcnlat_hydro: app.$gettext("Beacon, lateral (MARITIME/Hydro feature)"),
+    // Feature types not available from d4d wfs source are not selectable.
+    // bcnisd: app.$gettext("Beacon, isolated danger (MARITIME/Hydro feature)"),
+    // bcnlat_hydro: app.$gettext("Beacon, lateral (MARITIME/Hydro feature)"),
     bcnlat_ienc: app.$gettext("Beacon, lateral (IENC feature)"),
     boycar: app.$gettext("Buoy, cardinal (MARITIME/Hydro feature)"),
-    boyisd: app.$gettext("Buoy, isolated danger (MARITIME/Hydro feature)"),
+    // boyisd: app.$gettext("Buoy, isolated danger (MARITIME/Hydro feature)"),
     boylat_hydro: app.$gettext("Buoy, lateral (MARITIME/Hydro feature)"),
     boylat_ienc: app.$gettext("Buoy, lateral (IENC feature)"),
     boysaw: app.$gettext("Buoy, safe water (MARITIME/Hydro feature)"),