diff options
author | Dave Arter <davea@mysociety.org> | 2017-03-17 07:40:09 -0400 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-03-17 07:40:09 -0400 |
commit | 21de66da76db81a42efbb97a3ac580ef0edf6fd2 (patch) | |
tree | c40003325b9e5fe2d3b974c760e168a641bcc701 /www/js/map-OpenLayers.js | |
parent | 1463cc0c5c0ecfa670ef41bf99ef643398a3d64f (diff) |
Use custom pin icon
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 58bace6..1cc1cbb 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -65,12 +65,12 @@ function fixmystreet_onload() { backgroundGraphicZIndex: 10 }) }); - var location_img = 'images/pin@x2.png'; + var location_img = 'cobrands/cuidomiciudad/images/fms-pin@2x.png'; var location_bg_img = 'images/pin_shadow@x2.png'; if ( typeof device !== 'undefined' && ( (device.platform == 'Android' && parseInt(device.version, 10) > 2) || (device.platform !== 'Android') ) ) { - location_img = 'images/pin.svg'; + location_img = 'cobrands/cuidomiciudad/images/fms-pin.svg'; location_bg_img = 'images/pin_shadow.svg'; } |