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/resources/data/maps.xsd
+++ b/resources/data/maps.xsd
@@ -38,6 +38,7 @@
             <xs:enumeration value="wms_endpoint" />
             <xs:enumeration value="wmts" />
             <xs:enumeration value="tms" />
+            <xs:enumeration value="mvt" />
             <xs:enumeration value="bing" />
             <xs:enumeration value="scanex" />
         </xs:restriction>
@@ -647,7 +648,7 @@
                             <xs:element name="id" minOccurs="1" maxOccurs="1" type="tns:id" />
                             <!-- Historic id for the imagery source -->
                             <xs:element name="oldid" minOccurs="0" maxOccurs="unbounded" type="tns:oldid" />
-                            <!-- The type. Can be tms, wms and html. In addition, there are the special types bing and scanex 
+                            <!-- The type. Can be mvt, tms, wms and html. In addition, there are the special types bing and scanex
                                 with hardcoded behaviour. -->
                             <xs:element name="type" minOccurs="1" maxOccurs="1" type="tns:type" />
                             <!-- To define as default server for this type -->
-- 
2.31.1

