FieldtypeLeafletMapMarker icon indicating copy to clipboard operation
FieldtypeLeafletMapMarker copied to clipboard

How to use "Stamen Design" maps with https

Open nurkka opened this issue 2 years ago • 0 comments

The map provider "Stamen Design" provides different URLs for http and https connections. When you want to use Stamen maps with https, you have to change leaflet-providers.js on line 208 from url: 'http://{s}.tile.stamen.com/{variant}/{z}/{x}/{y}.{ext}', to url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/{variant}/{z}/{x}/{y}.{ext}',

See also:

  • https://github.com/stamen/maps.stamen.com/issues/67
  • http://maps.stamen.com/ (scroll to bottom)

nurkka avatar Aug 04 '21 16:08 nurkka