Skip to content

Commit

Permalink
Use https on ogc wms
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo authored May 4, 2023
1 parent df815dd commit e89a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var map = L.map('mapid',


/** Use the L.tileLayer.betterWms extension to load the wms layer */
geologyOfbtn = L.tileLayer.betterWms('http://ogc.bgs.ac.uk/cgi-bin/BGS_Bedrock_and_Superficial_Geology/wms?', {
geologyOfbtn = L.tileLayer.betterWms('https://ogc.bgs.ac.uk/cgi-bin/BGS_Bedrock_and_Superficial_Geology/wms?', {
layers: 'GBR_BGS_625k_BLS,GBR_BGS_625k_SLS',
tiled: true,
format: 'image/png',
Expand Down

0 comments on commit e89a6fd

Please sign in to comment.