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
|
|
| 38 | 38 | <xs:enumeration value="wms_endpoint" /> |
| 39 | 39 | <xs:enumeration value="wmts" /> |
| 40 | 40 | <xs:enumeration value="tms" /> |
| | 41 | <xs:enumeration value="mvt" /> |
| 41 | 42 | <xs:enumeration value="bing" /> |
| 42 | 43 | <xs:enumeration value="scanex" /> |
| 43 | 44 | </xs:restriction> |
| … |
… |
|
| 647 | 648 | <xs:element name="id" minOccurs="1" maxOccurs="1" type="tns:id" /> |
| 648 | 649 | <!-- Historic id for the imagery source --> |
| 649 | 650 | <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 |
| 651 | 652 | with hardcoded behaviour. --> |
| 652 | 653 | <xs:element name="type" minOccurs="1" maxOccurs="1" type="tns:type" /> |
| 653 | 654 | <!-- To define as default server for this type --> |