Skip to content

Commit

Permalink
Test 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 b24997c commit 5ca0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js-units/node/config/baselayer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('BaseLayersConfig', function () {
expect(osmMapnikBl.name).to.be.eq('osm-mapnik')
expect(osmMapnikBl.title).to.be.eq('OpenStreetMap')
expect(osmMapnikBl.layerConfig).to.be.null
expect(osmMapnikBl.url).to.be.eq('http://tile.openstreetmap.org/{z}/{x}/{y}.png')
expect(osmMapnikBl.url).to.be.eq('https://tile.openstreetmap.org/{z}/{x}/{y}.png')
expect(osmMapnikBl.hasKey).to.be.false
expect(osmMapnikBl.key).to.be.null
expect(osmMapnikBl.crs).to.be.eq('EPSG:3857')
Expand Down

0 comments on commit 5ca0f62

Please sign in to comment.