Ticket #17177: 17177.0001-MVT-Update-maps.xsd-for-mvt-support.patch

File 17177.0001-MVT-Update-maps.xsd-for-mvt-support.patch, 1.6 KB (added by taylor.smock, 5 years ago)

Add MVT to maps.xsd

  • resources/data/maps.xsd

    From be3b500f92c3ccbd18314a96032d34c07d5e0a24 Mon Sep 17 00:00:00 2001
    From: Taylor Smock <tsmock@fb.com>
    Date: Fri, 16 Apr 2021 06:25:45 -0600
    Subject: [PATCH] MVT: Update maps.xsd for mvt support
    
    Signed-off-by: Taylor Smock <tsmock@fb.com>
    ---
     resources/data/maps.xsd | 3 ++-
     1 file changed, 2 insertions(+), 1 deletion(-)
    
    diff --git a/resources/data/maps.xsd b/resources/data/maps.xsd
    index 0c7022370..ce5a1e88b 100644
    a b  
    3838            <xs:enumeration value="wms_endpoint" />
    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" />
    4344        </xs:restriction>
     
    647648                            <xs:element name="id" minOccurs="1" maxOccurs="1" type="tns:id" />
    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" />
    653654                            <!-- To define as default server for this type -->