Skip to content

Commit d0fb603

Browse files
committed
Add more for web-map-links
1 parent d822d2f commit d0fb603

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

fields.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,12 @@
102102
"service-doc": "API user documentation",
103103
"conformance": "API conformance declaration",
104104
"order": "Order details",
105-
"xyz": "XYZ web map",
106-
"wmts": "OGC WMTS web map"
105+
"3d-tiles": "3D Tiles",
106+
"pmtiles": "PMTiles",
107+
"tilejson": "TileJSON",
108+
"wms": "OGC Web Map Service (WMS)",
109+
"wmts": "OGC Web Map Tile Service (WMTS)",
110+
"xyz": "XYZ Web Map"
107111
}
108112
},
109113
"type": {
@@ -115,12 +119,32 @@
115119
"label": "Servers",
116120
"ext": "web-map-links"
117121
},
122+
"pmtiles:layers": {
123+
"label": "Layers",
124+
"ext": "web-map-links"
125+
},
126+
"wms:layers": {
127+
"label": "Layers",
128+
"ext": "web-map-links"
129+
},
130+
"wms:styles": {
131+
"label": "Styles",
132+
"ext": "web-map-links"
133+
},
134+
"wms:dimensions": {
135+
"label": "Dimensions",
136+
"ext": "web-map-links"
137+
},
138+
"wms:transparent": {
139+
"label": "Transparency",
140+
"ext": "web-map-links"
141+
},
118142
"wmts:layer": {
119-
"label": "WMTS Layers",
143+
"label": "Layers",
120144
"ext": "web-map-links"
121145
},
122146
"wmts:dimensions": {
123-
"label": "WMTS Dimensions",
147+
"label": "Dimensions",
124148
"ext": "web-map-links"
125149
}
126150
},

0 commit comments

Comments
 (0)