Skip to content

Commit 43f8add

Browse files
authored
Merge branch 'master' into master
2 parents c7fbbe8 + 3bc0551 commit 43f8add

File tree

4 files changed

+381
-202
lines changed

4 files changed

+381
-202
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Leaflet-providers changelog
22

33
## Unreleased
4-
5-
- Update the MapTiler variants [#591](https://github.com/leaflet-extras/leaflet-providers/pull/591)
4+
- Add tiles in Catalan [#562](https://github.com/leaflet-extras/leaflet-providers/pull/562)
65
- Removed Esri.DeLorme layer [#556](https://github.com/leaflet-extras/leaflet-providers/pull/556)
76
- Update GeoportailFrance tiles url & remove apikey parameter [571](https://github.com/leaflet-extras/leaflet-providers/pull/571)
87
- Add Alidade Satellite from Stadia Maps [#554](https://github.com/leaflet-extras/leaflet-providers/pull/554)
8+
- Update the MapTiler variants [#591](https://github.com/leaflet-extras/leaflet-providers/pull/591)
99

1010
## 2.0.0 (2023-08-28)
1111

leaflet-providers.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://www.openstreetmap.bzh/" target="_blank">Breton OpenStreetMap Team</a>',
121121
bounds: [[46.2, -5.5], [50, 0.7]]
122122
}
123+
},
124+
CAT: {
125+
url: 'https://tile.openstreetmap.bzh/ca/{z}/{x}/{y}.png',
126+
options: {
127+
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="https://www.openstreetmap.cat" target="_blank">Breton OpenStreetMap Team</a>',
128+
}
123129
}
124130
}
125131
},

0 commit comments

Comments
 (0)