Changeset 17862 in josm for trunk/resources/data


Ignore:
Timestamp:
2021-05-06T17:39:27+02:00 (3 years ago)
Author:
simon04
Message:

fix #17177 - Add support for Mapbox Vector Tile (patch by taylor.smock)

Signed-off-by: Taylor Smock <tsmock@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/maps.xsd

    r16128 r17862  
    3939            <xs:enumeration value="wmts" />
    4040            <xs:enumeration value="tms" />
     41            <xs:enumeration value="mvt" />
    4142            <xs:enumeration value="bing" />
    4243            <xs:enumeration value="scanex" />
     
    648649                            <!-- Historic id for the imagery source -->
    649650                            <xs:element name="oldid" minOccurs="0" maxOccurs="unbounded" type="tns:oldid" />
    650                             <!-- The type. Can be tms, wms and html. In addition, there are the special types bing and scanex
     651                            <!-- The type. Can be mvt, tms, wms and html. In addition, there are the special types bing and scanex
    651652                                with hardcoded behaviour. -->
    652653                            <xs:element name="type" minOccurs="1" maxOccurs="1" type="tns:type" />
Note: See TracChangeset for help on using the changeset viewer.