[css-web] Make use of our images for the OSM maps on the wiki
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [css-web] Make use of our images for the OSM maps on the wiki
- Date: Thu, 5 Dec 2013 15:13:17 +0000 (UTC)
commit ee7d0ac5e015494e22c17aec3461c644165f73f3
Author: Andrea Veri <av gnome org>
Date: Thu Dec 5 16:13:12 2013 +0100
Make use of our images for the OSM maps on the wiki
js/wiki-osm/map.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/wiki-osm/map.js b/js/wiki-osm/map.js
index 390068e..fefbc47 100644
--- a/js/wiki-osm/map.js
+++ b/js/wiki-osm/map.js
@@ -6,7 +6,7 @@ Authors :
/* Default Variables */
var zoom=17;
-var urlbase='https://www.guadec.org/static/img/'
+var urlbase='https://www.guadec.org/static/'
var imaicon=urlbase+"img/mark.png";
/* End Default Variables modify the following if you know what
@@ -23,7 +23,7 @@ var cyclemap = new OpenLayers.Layer.OSM.CycleMap("Cycle Map", {
var numZoomLevels = 20;
OpenLayers._getScriptLocation = function () {
- return urlbase+"openlayers/";
+ return urlbase;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]