Custom maps
Adding a tile server as custom map layer
Enabling the layer for the entire service (for all user accounts)
INSERT INTO google.plugins2dealers (dealer_id, plugin_id, parameters) VALUES (1, 50, '{"layers":[{"name":"%name","tiles":["%link_to_the_tiles"]}]}');Enabling the layer for selected user accounts only
Adding a SVG file as a custom map layer
Enabling the SVG layer for the entire service (for all user accounts)
Enabling the SVG layer for selected user accounts only
Last updated
Was this helpful?