diff --git a/index.html b/index.html index 80d4fe08..1a3a0c7e 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,6 @@ 'Esri WorldGrayCanvas': L.tileLayer.provider('Esri.WorldGrayCanvas'), 'Geoportail France Maps': L.tileLayer.provider('GeoportailFrance'), 'Geoportail France Orthos': L.tileLayer.provider('GeoportailFrance.orthos'), - 'Geoportail France classic maps': L.tileLayer.provider('GeoportailFrance.ignMaps'), 'USGS USTopo': L.tileLayer.provider('USGS.USTopo'), 'USGS USImagery': L.tileLayer.provider('USGS.USImagery'), 'USGS USImageryTopo': L.tileLayer.provider('USGS.USImageryTopo'), diff --git a/leaflet-providers.js b/leaflet-providers.js index 865d907e..48d9bf3b 100644 --- a/leaflet-providers.js +++ b/leaflet-providers.js @@ -923,7 +923,7 @@ // Justice Map (http://www.justicemap.org/) // Visualize race and income data for your community, county and country. // Includes tools for data journalists, bloggers and community activists. - url: 'http://www.justicemap.org/tile/{size}/{variant}/{z}/{x}/{y}.png', + url: 'https://www.justicemap.org/tile/{size}/{variant}/{z}/{x}/{y}.png', options: { attribution: 'Justice Map', // one of 'county', 'tract', 'block' @@ -1024,7 +1024,7 @@ } }, OpenAIP: { - url: 'http://{s}.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/{z}/{x}/{y}.{ext}', + url: 'https://{s}.tile.maps.openaip.net/geowebcache/service/tms/1.0.0/openaip_basemap@EPSG%3A900913@png/{z}/{x}/{y}.{ext}', options: { attribution: 'openAIP Data (CC-BY-NC-SA)', ext: 'png',