I’m having problems implementing the mapping display in RS 9.5. The geographic search works fine as does the add location function.
The problem is that then mapping data from OpenStreetMaps is not displayed. I see a generic world map to start the Geographic Search or a zoomed blank with a marker and question marks where the tiles should be (See attached images)
Below is the extract from the config.php file we are using on RS 9.5 , Is it not configured properly or are we missing something?
I was wondering if we need some extra access or authorisation to OpenStreetMaps but we gat access through RS 9.0 but not 9.5?
I would be grateful for any assistance anyone can give
#### Config Maps
$geo_tile_servers = array();
$geo_tile_servers[] = 'https://a.tile.openstreetmap.org/${z}/${x}/${y}.png';
$geo_tile_servers[] = 'https://b.tile.openstreetmap.org/${z}/${x}/${y}.png';
$geo_tile_servers[] = 'https://c.tile.openstreetmap.org/${z}/${x}/${y}.png';
$geo_layers="osm";
$geo_tile_caching=true;
#$geo_tile_cache_lifetime = 60*60*24*365;
$geo_locate_collection = true;
$geolocation_default_bounds="-353995.98072261,7549064.96916336,11";