aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
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];