Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Dec 16, 2024
2 parents c7fbbe8 + 3bc0551 commit 43f8add
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 202 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Leaflet-providers changelog

## Unreleased

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

## 2.0.0 (2023-08-28)

Expand Down
6 changes: 6 additions & 0 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://www.openstreetmap.bzh/" target="_blank">Breton OpenStreetMap Team</a>',
bounds: [[46.2, -5.5], [50, 0.7]]
}
},
CAT: {
url: 'https://tile.openstreetmap.bzh/ca/{z}/{x}/{y}.png',
options: {
attribution: '{attribution.OpenStreetMap}, Tiles courtesy of <a href="https://www.openstreetmap.cat" target="_blank">Breton OpenStreetMap Team</a>',
}
}
}
},
Expand Down
Loading

0 comments on commit 43f8add

Please sign in to comment.