-
Notifications
You must be signed in to change notification settings - Fork 0
rasterTypes
Christoph edited this page Nov 25, 2022
·
2 revisions
graph TB;
id1(rasterTypes)-->id2(tms);
id1(rasterTypes)-->id7(wms);
id1(rasterTypes)-->id3(wmts);
id1(rasterTypes)-->id4(apple);
The rasterTypes object contains the following data:
"rasterTypes": {
"tms": {},
"wms": {},
"wmts": {},
"apple": true
}
An object containing the configuration for a TMS. This value has to be null
if not used.
An object containing the configuration for a WMS. This value has to be null
if not used.
An object containing the configuration for a WMTS. This value has to be null
if not used.
This value has to be true
, if Apples own map service should be used and null
, if not. The internal name of the layer has to be one of the predefined names to control the map type, if this value is true
, documented in the basemap article.