aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/bristol/base.scss6
-rw-r--r--web/cobrands/highways/assets.js4
2 files changed, 7 insertions, 3 deletions
diff --git a/web/cobrands/bristol/base.scss b/web/cobrands/bristol/base.scss
index 96adf1001..e0dc1bdb5 100644
--- a/web/cobrands/bristol/base.scss
+++ b/web/cobrands/bristol/base.scss
@@ -126,3 +126,9 @@ label {
#map #drag .square-map__tile {
position: static;
}
+
+// uses important because btn also uses it
+#highways .segmented-control--radio input:checked + label.btn {
+ color: $g7 !important;
+ font-weight: bold !important;
+}
diff --git a/web/cobrands/highways/assets.js b/web/cobrands/highways/assets.js
index f6bf3ad32..5f361e491 100644
--- a/web/cobrands/highways/assets.js
+++ b/web/cobrands/highways/assets.js
@@ -20,9 +20,7 @@ var defaults = {
// the M6
max_resolution: 20,
min_resolution: 0.5971642833948135,
- asset_id_field: 'CENTRAL_AS',
- geometryName: 'msGeometry',
- srsName: "EPSG:3857",
+ srsName: "EPSG:900913",
strategy_class: OpenLayers.Strategy.FixMyStreet
};