Skip to content

Commit

Permalink
updated CHANGELOG;
Browse files Browse the repository at this point in the history
added a DynamicMapLayer to debug/sample.html
  • Loading branch information
jwasilgeo committed Jun 8, 2020
1 parent e26c17d commit 24b2cbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

### Changed

- `DynamicMapLayer` now defaults to using `format: 'png32'` instead of `'png24'`. (🙏pmacMaps🙏 [#1202](https://github.com/Esri/esri-leaflet/pull/1202), [#1187](https://github.com/Esri/esri-leaflet/issues/1187))

## [2.4.1] - 2020-05-19

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions debug/sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"https://services.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/rest/services/flash_flood_warnings_2002_2012/FeatureServer/0"
})
.addTo(map);

L.esri.dynamicMapLayer({
url: 'https://services.arcgisonline.com/arcgis/rest/services/Specialty/Soil_Survey_Map/MapServer',
opacity: 0.7
}).addTo(map);
</script>
</body>
</html>

0 comments on commit 24b2cbf

Please sign in to comment.