diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-21 17:04:59 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-21 17:04:59 +0000 |
commit | 3f0a7a37e4742ec1e691b99b0b0dfe986df031b8 (patch) | |
tree | 21b5564e480c51e932dcbdbecfe550f3abfab172 /web/js/map-OpenLayers.js | |
parent | 24e55fad95460bd0a90ee5d50d67bb31a8fe7c08 (diff) |
Tentative change to the map pins: change blue to big, can't work out how to get them a different sizeā¦
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 8fe2c56b4..c72f2d5cf 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -20,7 +20,7 @@ function fixmystreet_activate_drag() { } function fms_markers_list(pins, transform) { - var cols = { 'red':'R', 'green':'G', 'yellow':'Y' }; + var cols = { 'red':'R', 'green':'G', 'yellow':'Y', 'big':'-big' }; var markers = []; for (var i=0; i<pins.length; i++) { var pin = pins[i]; |