Named Maps
Instantiate a Named Map using JSONP
Instantiating a Named Map allows you to fetch the map tiles. The result is an Anonymous Map
get/map/named/{template_name}/jsonp
Path parameters
template_namestring required
Name of the requested template
Query parameters
auth_tokenstring
"token" or "open" ("open" is the default if not specified. Use "token" to password-protect your map)
configstring
Encoded JSON with the params (variables) needed for the Named Map
callbackstring
JSON callback name
Response
Ok. You can then use the layergroupid for fetching tiles and grids as you would normally