Hi
Is it possible to force the map field type to use a static map?
Thanks
Toby
It uses a static map by default, and then replaces it using JavaScript. You can replace the JavaScript with your own code... which could of course do nothing.
In your perch/config/config.php file:
perch/config/config.php
define('PERCH_MAP_JS', '/path/to/your/script.js');
https://docs.grabaperch.com/docs/templates/attributes/type/map/
It uses a static map by default, and then replaces it using JavaScript. You can replace the JavaScript with your own code... which could of course do nothing.
In your
perch/config/config.php
file:https://docs.grabaperch.com/docs/templates/attributes/type/map/