aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-07 14:43:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-07 15:01:59 +0100
commit7d116d6c78148a2e70ae1cefccfae8bc79c2d21d (patch)
tree1b76d0d3153d9c6ef9cb75ae3f345988f9ec2261 /web
parent69c905884d985ce040aeabdafbcaa5043a46a332 (diff)
PYC advert on confirmation page.
Diffstat (limited to 'web')
-rw-r--r--web/css/core.css1
-rw-r--r--web/css/core.scss1
-rw-r--r--web/js/map-bing-ol.js8
3 files changed, 6 insertions, 4 deletions
diff --git a/web/css/core.css b/web/css/core.css
index 85c16a9ae..bbf3ac381 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -43,6 +43,7 @@
#mysociety #advert_thin {
width: 50%;
margin: 1em auto;
+ text-align: center;
border-top: dotted 1px #999999;
}
#mysociety #advert_hfymp {
diff --git a/web/css/core.scss b/web/css/core.scss
index 5e24b5702..9221206ff 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -66,6 +66,7 @@ $map_width: 500px;
#advert_thin {
width: 50%;
margin: 1em auto;
+ text-align: center;
border-top: dotted 1px #999999;
}
#advert_hfymp {
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index 406524883..6b4a92c4d 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -63,10 +63,10 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
];
} else {
var url = [
- "http://ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=587&productSet=mmOS",
- "http://ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=587&productSet=mmOS",
- "http://ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=587&productSet=mmOS",
- "http://ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=587&productSet=mmOS"
+ "http://ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=701&productSet=mmOS",
+ "http://ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=701&productSet=mmOS",
+ "http://ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=701&productSet=mmOS",
+ "http://ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=701&productSet=mmOS"
];
}
var s = '' + x + y + z;