Named Maps
Get template definition
Get the definition of a requested template
get/map/named/{template_name}
Path parameters
template_namestring required
Name of the requested template
Response
Ok
Example response
{
"view": {
"zoom": 4,
"center": {
"lng": 0,
"lat": 0
},
"bounds": {
"west": -45,
"south": -45,
"east": 45,
"north": 45
},
"preview_layers": {
"0": true,
"layer1": false
}
}
}