Opened 8 years ago
Closed 8 years ago
#14756 closed enhancement (fixed)
Download dialog should also parse URLs which dont contain "#map="
Reported by: | gormo | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 17.05 |
Component: | Core | Version: | |
Keywords: | download, URL, map | Cc: |
Description
The download dialog should also be able to parse the coordinates from often used URLs which don't use the OSM.org URL schema.
The coordinate format i'd like to see parsed is (examples):
- https://www.sammyshp.de/fsmap/#17/52.39300/9.69006
- http://tyrasd.github.io/latest-changes/#13/51.6891/10.2312
This format is used in a number of services.
Probably this needs to be adressed in source:trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java#L49 .
At the moment I have to paste the URL into the download dialog text box, edit the URL so it contains "#map=" at the right position and then everything gets parsed correctly. This is a bit hackish.
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
Milestone: | → 17.05 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 12090/josm: