Modify ↓
Opened 13 years ago
Closed 12 years ago
#7648 closed defect (fixed)
GPS-Download in JOSM in specific area not possible
Reported by: | okilimu | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- download only gps-raw data with this url: http://api.openstreetmap.org/api/0.6/trackpoints?bbox=10.038045799999999,49.7493614,10.0412616,49.750925599999995&page=0
- or look at public track http://api.openstreetmap.org/user/CornyJoe/traces/1209300
- in <des> there is a german eszet with code 001A, which cause the parser in JOSM to fail load gps data
What is the expected result? gps data cannot be used in JOSM
What happens instead? missing gps data
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2012-04-23 01:31:02 Last Changed Author: simon04 Revision: 5204 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2012-04-22 11:33:19 +0200 (Sun, 22 Apr 2012) Last Changed Rev: 5204 Identification: JOSM/1.5 (5204 de) Memory Usage: 508 MB / 508 MB (62 MB allocated, but free) Java version: 1.6.0_14, Sun Microsystems Inc., Java HotSpot(TM) Client VM Operating system: Windows XP Dataset consistency test: No problems found Plugin: FixAddresses (27907) Plugin: ImportImagePlugin (27906) Plugin: OpeningHoursEditor (27852) Plugin: PicLayer (27883) Plugin: RoadSigns (27868) Plugin: buildings_tools (27984) Plugin: licensechange (27964) Plugin: openstreetbugs (27852) Plugin: tageditor (27869) Plugin: turnrestrictions (27891) Plugin: walkingpapers (27649) org.openstreetmap.josm.io.OsmTransferException: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1a) was found in the element content of the document. at org.openstreetmap.josm.io.BoundingBoxDownloader.parseRawGps(BoundingBoxDownloader.java:91) at org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask$DownloadTask.realRun(DownloadGpsTask.java:99) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:82) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:145) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concu
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I have created a ticket on OSM Trac: #osm4382.