diff --git a/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx b/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx index ac09b526..91ece9b8 100644 --- a/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx +++ b/src/components/manage/Blocks/DiscodataOpenlayersMapBlock/View.jsx @@ -611,7 +611,7 @@ const OpenlayersMapView = (props) => { stateRef.current.updateMapPosition, ); var url = - 'https://services.arcgis.com/LcQjj2sL7Txk9Lag/arcgis/rest/services/ly_IED_SiteMap_WM/FeatureServer/0/query/?f=json&' + + 'https://services.arcgis.com/LcQjj2sL7Txk9Lag/arcgis/rest/services/SiteMap/FeatureServer/0/query/?f=json&' + 'returnGeometry=true&spatialRel=esriSpatialRelIntersects&geometry=' + encodeURIComponent( '{"xmin":' + diff --git a/src/components/manage/Blocks/SidebarBlock/View.jsx b/src/components/manage/Blocks/SidebarBlock/View.jsx index bea43512..4e1fcbfc 100644 --- a/src/components/manage/Blocks/SidebarBlock/View.jsx +++ b/src/components/manage/Blocks/SidebarBlock/View.jsx @@ -247,7 +247,6 @@ const makeNewNavigation = ( : [], })); } else if (preset === 'lcps') { - console.log(collection); return items.map((item) => ({ ...item, onClick: () => { @@ -482,7 +481,6 @@ const View = ({ content, ...props }) => { props.dispatch, ), ); - console.log(navigation); } else if (preset.key && !collection.length) { navigation = flattenArray(props.navigation.items, {}, 0, 0); } else {