Changeset 18304 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-11-02T23:54:32+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadDataHandler.java
r13929 r18304 22 22 public class LoadDataHandler extends RequestHandler { 23 23 24 private static final String OSM_MIME_TYPE = "application/ x-osm+xml";24 private static final String OSM_MIME_TYPE = "application/vnd.openstreetmap.data+xml"; 25 25 26 26 /**
Note:
See TracChangeset
for help on using the changeset viewer.