Add https support for mapbox urls

The new 1.5 mapbox_leaflet module supports the https access of mapbox
tiles, so the front page will include ssl http requests only.

Change-Id: I35e0be9be2b7070df7e92017adb150136ef34855
This commit is contained in:
Marton Kiss 2016-07-12 12:15:15 +02:00
parent a8a48d8e09
commit d23deee3ca
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ projects[leaflet][version] = "1.1"
projects[leaflet][type] = "module"
projects[leaflet][subdir] = "contrib"
projects[leaflet_mapbox][version] = "1.3"
projects[leaflet_mapbox][version] = "1.5"
projects[leaflet_mapbox][type] = "module"
projects[leaflet_mapbox][subdir] = "contrib"