Ignore:
Timestamp:
2015-05-25T16:37:26+02:00 (9 years ago)
Author:
donvip
Message:

[josm_utilsplugin2] fix #josm#11474 - default URL templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/URLList.java

    r30863 r31153  
    3131        items.add(defaultURL);
    3232        items.add("Who Dit It?");
    33         items.add("http://simon04.dev.openstreetmap.org/whodidit/?zoom=12&lat={#lat}&lon={#lat}&layers=BTT");
     33        items.add("http://simon04.dev.openstreetmap.org/whodidit/?zoom=12&lat={#lat}&lon={#lon}&layers=BTT");
    3434        items.add("Keep Right validator");
    35         items.add("http://keepright.ipax.at/report_map.php?zoom=14&lat={#lat}&lon={#lat}&layers=B0T");
     35        items.add("http://keepright.ipax.at/report_map.php?zoom=14&lat={#lat}&lon={#lon}&layers=B0T");
    3636        items.add("Element history [demo, =Ctrl-Shift-H]");
    3737        items.add("https://www.openstreetmap.org/{#type}/{#id}/history");
Note: See TracChangeset for help on using the changeset viewer.