From 5dcf33dfcdaa0bc2d1298c5c80a4fec88a3ec45c Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 22 May 2018 22:32:05 +0200 Subject: [PATCH] Add OpenLayers 4.6.5 support. --- extension.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extension.json b/extension.json index 89df534..cb0b271 100644 --- a/extension.json +++ b/extension.json @@ -17,17 +17,21 @@ "ResourceModules": { "ext.wrmap": { "scripts": [ + "https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol-debug.js", "wrmap.js" ], "styles": [ + "https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol-debug.css" ], "position": "top" }, "ext.wrmap.mobile": { "scripts": [ + "https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol-debug.js", "wrmap.js" ], "styles": [ + "https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol-debug.css" ], "position": "top", "targets": "mobile" -- 2.39.5