diff --git a/projects/common-map/src/fm-map/actions/map.actions.ts b/projects/common-map/src/fm-map/actions/map.actions.ts index e21e460..9c23f4f 100644 --- a/projects/common-map/src/fm-map/actions/map.actions.ts +++ b/projects/common-map/src/fm-map/actions/map.actions.ts @@ -49,7 +49,6 @@ export const SETSTYLE = '[Map] SetStyle'; export const SHOWLAYERSWITCHER = '[Map] ShowLayerSwitcher'; export const CLEAR = '[Map] Clear'; export const SETREPLACEURL = '[Map] SetReplaceUrl'; -export const GETFEATURES = '[Map] etFeatures' export const SETFEATURES = '[Map] SetFeatures' export const SETLAYERVALUESLOCATION = '[Map] SetLayerValuesLocation' export const TOGGLELAYERVALUESENABLED = '[Map] ToggleLayerValuesEnabled'