Skip to content

Commit 6d228e8

Browse files
author
Laurent Gougeon
committed
Removed ecmwf hosts.
1 parent cab02a9 commit 6d228e8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

etc/monitor/htdocs/resources/maps/maps.html

-10
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@
9595
var raster = new ol.layer.Tile({
9696
source: new ol.source.OSM()
9797
});
98-
var ecmwf = new ol.layer.Vector({
99-
title: 'ECMWF',
100-
source: new ol.source.Vector({
101-
url: 'ecmwf.kml',
102-
format: new ol.format.KML({
103-
showPointNames: false
104-
})
105-
})
106-
});
10798
var dissemination = new ol.layer.Vector({
10899
title: 'Dissemination',
109100
source: new ol.source.Vector({
@@ -152,7 +143,6 @@
152143
map.addControl(layerSwitcher);
153144
overlayGroup.getLayers().push(dissemination);
154145
overlayGroup.getLayers().push(acquisition);
155-
overlayGroup.getLayers().push(ecmwf);
156146
var displayFeatureInfo = function(pixel,coordinate) {
157147
content.innerHTML = '';
158148
var cnt = 0;

0 commit comments

Comments
 (0)