Skip to content

Commit

Permalink
Bugfix JS: Use https OpenStreetMap tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Nov 30, 2023
1 parent aff9388 commit b24997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/modules/config/BaseLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ const defaultCompleteBaseLayersCfg = {
"osm-mapnik": {
"type": "xyz",
"title": "OpenStreetMap",
"url": "http://tile.openstreetmap.org/{z}/{x}/{y}.png",
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"zmin": 0,
"zmax": 19,
"crs": "EPSG:3857",
Expand Down

0 comments on commit b24997c

Please sign in to comment.