Some browsers do not show the map (tiles).
hopefully fixed by inserting this into the php
header("Access-Control-Allow-Origin: *"); header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
Had to comment out the manfifest At least chrome on Linux Mint only works with this solution (without stored JS in the browser cache).
Log in to post a comment.
hopefully fixed by inserting this into the php
header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
Had to comment out the manfifest
At least chrome on Linux Mint only works with this solution (without stored JS in the browser cache).