Ignore:
Timestamp:
2013-04-29T01:20:06+02:00 (11 years ago)
Author:
bastiK
Message:

rename namespace for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxConstants.java

    r5684 r5910  
    2424    public static final String META_EXTENSIONS = META_PREFIX + "extensions";
    2525
    26     public static final String JOSM_EXTENSIONS_NAMESPACE_URI = "http://josm.openstreetmap.de/gpx-extensions";
     26    public static final String JOSM_EXTENSIONS_NAMESPACE_URI = "http://josm.openstreetmap.de/gpx-extensions-1.0";
    2727
    2828    public static List<String> WPT_KEYS = Arrays.asList("ele", "time", "magvar", "geoidheight",
Note: See TracChangeset for help on using the changeset viewer.