Ignore:
Timestamp:
2016-07-25T14:58:28+02:00 (8 years ago)
Author:
simon04
Message:

fix #13201: Support Geo URLs with negative values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/GeoUrlToBoundsTest.java

    r10630 r10635  
    3333                is(OsmUrlToBounds.positionToBounds(12.34, 56.78, 18))
    3434        );
     35        assertThat(
     36                GeoUrlToBounds.parse("geo:-37.786971,-122.399677"),
     37                is(OsmUrlToBounds.positionToBounds(-37.786971, -122.399677, 18))
     38        );
    3539    }
    3640
Note: See TracChangeset for help on using the changeset viewer.