aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-06-10 16:46:52 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-06-10 16:46:52 +0100
commitc938ed7ea2093c11e597ec8d6f2f2a4764a190a0 (patch)
tree847d806f08a9cfbd943778e906b21a2cb3e7ddba /www/js
parente7c72970eb3fe61c941d138ad1e7412db801c4c6 (diff)
Updated GPS dot and slightly darkened the maps to help contrast with nav.
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js7
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 ]);