"use strict";
-
+/*
// "User defined" popup class to be able to specify a minimum size for the popup,
// so that Safari 7.0 displays it correctly (see ticket #89).
OpenLayers.Popup.WrInfo = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {
center: new OpenLayers.LonLat(lon, lat).transform(EPSG4326, EPSG3857),
zoom: zoom
});
-
+
// add features
// if this would be done before the layer is added to the map, the features are not added
}
}));
}
-
+*/
function init_wrmaps() {
+ /*
var jq_maps = $('.wrmap'); // all wrmap <div> elements
jq_maps.each(init_wrmap);
+ */
}