# HG changeset patch # User Raimund Renkert # Date 1585836669 -7200 # Node ID c8d36d585f6fd810f7a2aaf0a1b9104af38d91eb # Parent 673f2a00c767ae89dcd4253ed85c93e2466734b0 Commented unavailable feature types in fairway marks import. diff -r 673f2a00c767 -r c8d36d585f6f client/src/components/importconfiguration/types/Fairwaymarks.vue --- 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)"),