Changeset 6897 in josm for trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java
- Timestamp:
- 2014-03-05T18:37:26+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java
r6143 r6897 26 26 public static final String META_EXTENSIONS = META_PREFIX + "extensions"; 27 27 28 public static final String JOSM_EXTENSIONS_NAMESPACE_URI = Main. JOSM_WEBSITE+ "/gpx-extensions-1.0";28 public static final String JOSM_EXTENSIONS_NAMESPACE_URI = Main.getXMLBase() + "/gpx-extensions-1.0"; 29 29 30 30 public static List<String> WPT_KEYS = Arrays.asList("ele", "time", "magvar", "geoidheight",
Note:
See TracChangeset
for help on using the changeset viewer.
