diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-11 18:27:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-11 18:27:19 +0100 |
commit | c1c3a00e933cf7e250f8f8d4ae5d377eeb5660ed (patch) | |
tree | 672ade6d93511f257fc2c655528a9c9782c3c61b /www/js | |
parent | a92a66cebac32673e836d9f274a781b251ca995c (diff) | |
parent | 9c7585e125d163d7a325944d27e5187dae104379 (diff) |
Merge remote-tracking branch 'origin/phonegap-jquery-mobile-new' into phonegap-jquery-mobile-new
Conflicts:
phonegap/www/css/fms.css
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 ff37cf9..834c442 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 ]); |