diff options
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index 39d58e5..419c990 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -92,11 +92,8 @@ { graphicZIndex: 3000, graphicName: 'circle', - strokeColor: '#00f', - strokeWidth: 1, - fillOpacity: 1, - fillColor: '#00f', - pointRadius: 10 + 'externalGraphic': 'images/gps-marker.svg', + pointRadius: 16 } ); fixmystreet.location.addFeatures([ x ]); |