smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Map tiles no longer available #118

Closed smsearcy closed 4 months ago

smsearcy commented 10 months ago

The default URL for the map tiles doesn't work anymore.

https://maps.stamen.com/stadia-partnership/

NA7KR commented 10 months ago

Looks like stamen-tiles-a.a.ssl.fastly.net the subdomain has been removed.

smsearcy commented 8 months ago

I've updated my local installation, will need to remove the default from the code.

NA7KR commented 8 months ago

What file? And what to remove?

NA7KR commented 8 months ago

Hi Scott, What files and what do I need to remove?

smsearcy commented 8 months ago

@NA7KR, sorry for the delayed response. You'll need a URL for a tile server (I used https://stadiamaps.com for mine), and then update the .env file (likely in /opt/mesh-info/src/.env) with the following (using the appropriate attribution):

MESH_INFO_MAP_TILE_URL="https://tiles.stadiamaps.com/tiles/stamen_terrain/{z}/{x}/{y}{r}.png"
MESH_INFO_MAP_TILE_ATTRIBUTION=""