Ignore:
Timestamp:
2017-05-08T22:03:16+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #14756 - Download dialog should also parse URLs which dont contain "#map="

File:
1 edited

Legend:

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

    r11329 r12090  
    7373        new ParseTestItem("https://www.openstreetmap.org/#map", null),
    7474        new ParseTestItem("https://www.openstreetmap.org/#map=foo", null),
    75         new ParseTestItem("https://www.openstreetmap.org/#map=fooz/foolat/foolon", null)
     75        new ParseTestItem("https://www.openstreetmap.org/#map=fooz/foolat/foolon", null),
     76        new ParseTestItem("http://tyrasd.github.io/latest-changes/#13/51.6891/10.2312",
     77                OsmUrlToBounds.positionToBounds(51.6891, 10.2312, 13))
    7678    };
    7779
Note: See TracChangeset for help on using the changeset viewer.