Skip to content

Commit 590cb47

Browse files
committed
Merge branch 'master' into non-wgs84-tile-fix
# Conflicts: # src/Layers/TiledMapLayer.js
2 parents aaf5b90 + 6de151d commit 590cb47

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [3.0.18] - 2025-08-14
9+
10+
### Changed
11+
12+
- Reverted "fix LODmap issue" (#1400) since it caused a regression ([#1413](https://github.com/Esri/esri-leaflet/pull/1413))
13+
814
## [3.0.17] - 2025-06-25
915

1016
### Fixed
@@ -898,7 +904,8 @@ None
898904
- Add DarkGray and DarkGrayLabels to BasemapLayer. #190
899905
- An attributionControl on maps is now required when using BasemapLayer. #159
900906

901-
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.17..HEAD
907+
[unreleased]: https://github.com/esri/esri-leaflet/compare/v3.0.18..HEAD
908+
[3.0.18]: https://github.com/esri/esri-leaflet/compare/v3.0.17..v3.0.18
902909
[3.0.17]: https://github.com/esri/esri-leaflet/compare/v3.0.16..v3.0.17
903910
[3.0.16]: https://github.com/esri/esri-leaflet/compare/v3.0.15..v3.0.16
904911
[3.0.15]: https://github.com/esri/esri-leaflet/compare/v3.0.14..v3.0.15

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
> This project is maintained with :heart: by folks on multiple teams at Esri, but we provide no guarantee of individual features, nor a traditional product lifecycle to support planning.
1313
14-
The goal of this project is **not** to replace the [ArcGIS API for JavaScript](https://developers.arcgis.com/en/javascript/) but rather to provide small components for _only some_ aspects of the ArcGIS platform for developers who prefer to build mapping applications with [Leaflet](http://leafletjs.com/).
14+
The goal of this project is **not** to replace the [ArcGIS Maps SDK for JavaScript](https://developers.arcgis.com/en/javascript/) but rather to provide small components for _only some_ aspects of the ArcGIS platform for developers who prefer to build mapping applications with [Leaflet](http://leafletjs.com/).
1515

1616
We are proud to facilitate a project which requires participation from our diverse user community in order to thrive and we welcome contributions from those [just getting their feet wet](https://github.com/Esri/esri-leaflet/issues/647) in open-source.
1717

@@ -62,7 +62,7 @@ https://developers.arcgis.com/esri-leaflet/plugins/
6262

6363
- [What are the terms of use for ArcGIS Online services?](#terms)
6464
- [What exactly is Esri Leaflet? Is it a replacement for Leaflet?](https://github.com/Esri/esri-leaflet/wiki/FAQ#what-is-esri-leaflet)
65-
- [Will Esri Leaflet replace the ArcGIS API for JavaScript?](https://github.com//Esri/esri-leaflet/wiki/FAQ#will-esri-leaflet-replace-the-arcgis-api-for-javascript)
65+
- [Will Esri Leaflet replace the ArcGIS Maps SDK for JavaScript?](https://github.com//Esri/esri-leaflet/wiki/FAQ#will-esri-leaflet-replace-the-arcgis-maps-sdk-for-javascript)
6666
- [What is the benefit of using Esri Leaflet over using Leaflet all by itself?](https://github.com//Esri/esri-leaflet/wiki/FAQ#why-use-esri-leaflet)
6767
- [What are the goals of Esri Leaflet?](https://github.com//Esri/esri-leaflet/wiki/FAQ#what-are-the-goals-of-esri-leaflet)
6868
- [Can I use Esri Leaflet with Leaflet Version 1.0.x?](https://github.com/Esri/esri-leaflet/wiki/FAQ#can-i-use-esri-leaflet-with-leaflet-version-10x)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esri-leaflet",
33
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
4-
"version": "3.0.17",
4+
"version": "3.0.18",
55
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
66
"bugs": {
77
"url": "https://github.com/esri/esri-leaflet/issues"

0 commit comments

Comments
 (0)