diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-12-08 15:03:20 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-12-08 15:03:20 +0000 |
commit | 9f0accc0b55bd8930ae1b7c91c946d16239b7bb3 (patch) | |
tree | b4f3ca76eda561df4d957decf24ef5164967dd30 /resources | |
parent | eba539d3a8721343acee1b3ab419a29bae42e2c0 (diff) | |
download | health-map-9f0accc0b55bd8930ae1b7c91c946d16239b7bb3.tar health-map-9f0accc0b55bd8930ae1b7c91c946d16239b7bb3.tar.gz |
Fix the JOSM link
Diffstat (limited to 'resources')
-rw-r--r-- | resources/map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/map.js b/resources/map.js index 9ee6aec..6077643 100644 --- a/resources/map.js +++ b/resources/map.js @@ -5,7 +5,7 @@ $(document).ready(function() { self.popupTemplate = _.template('<a href="http://www.openstreetmap.org/edit?editor=potlatch2&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\ <img src="resources/img/potlatch.png">\ </a>\ -<a href="http://www.openstreetmap.org/edit?editor=remote2&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\ +<a href="http://www.openstreetmap.org/edit?editor=remote&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\ <img src="resources/img/josm.png">\ </a>\ <table>\ |