(markerLayerId, scene)
| 1912 | } |
| 1913 | |
| 1914 | function removeL7MarkerLayer(markerLayerId, scene) { |
| 1915 | const originalLayer = ChartController.getMarkerLayer(markerLayerId); |
| 1916 | if (originalLayer) { |
| 1917 | scene.removeMarkerLayer(originalLayer); |
| 1918 | ChartController.removeMarkerLayer(markerLayerId); |
| 1919 | } |
| 1920 | } |
| 1921 | |
| 1922 | function addL7MarkerLayer(actionLayer, scene) { |
| 1923 | const { source, id: markerLayerId, chartType } = actionLayer; |
no test coverage detected