"ResourceModules": {
"ext.wrmap": {
"scripts": [
- "openlayers/OpenLayers.min.js",
"wrmap.js"
],
- "styles": [
- "openlayers/theme/default/style.css",
- "openlayers/theme/default/google.css"
- ],
+ "styles": ["wrmap.css"],
"position": "top"
},
"ext.wrmap.mobile": {
"scripts": [
- "openlayers/OpenLayers.min.js",
"wrmap.js"
],
- "styles": [
- "openlayers/theme/default/style.css",
- "openlayers/theme/default/google.css"
- ],
+ "styles": ["wrmap.css"],
"position": "top",
"targets": "mobile"
}