Gavin Rehkemper
Gavin Rehkemper
This fixes these warnings that we're getting from the GitHub Actions:  --- I will update `codecov/codecov-action` in a separate PR because I think that's a bigger change.
# Problem As a follow-up from #259 and https://github.com/Esri/esri-leaflet-geocoder/issues/318#issuecomment-2312706576, it seems like the TypeScript types at https://www.npmjs.com/package/@types/esri-leaflet are ok but not working in certain situations. # Solution We should publish...
### Describe the bug This is a regression (same issue) on #130. Starting at Esri Leaflet Vector v4.2.4, if you zoom out then pan up (or down), the layers will...
### Describe the problem v5.0 was released recently: https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.0.0 (https://github.com/maplibre/maplibre-gl-js/pull/5272) ### Describe the proposed solution 1. Test using v5 with Esri Leaflet Vector 2. If all tests pass, include v5...
### Describe the bug `L.esri.dynamicMapLayer` does not repeat across the antimeridian: https://jsbin.com/zolomuf/edit?html,output  Note that the ArcGIS Maps SDK for JavaScript does extend the layer as expected: https://www.arcgis.com/apps/mapviewer/index.html?url=https://sampleserver6.arcgisonline.com/arcgis/rest/services/SampleWorldCities/MapServer  ###...
#1384
### Describe the problem As of April 2023, [Karma is deprecated](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes), and we use Karma for our unit tests (see [here](https://github.com/Esri/esri-leaflet/blob/master/karma.conf.js) / [here](https://github.com/Esri/esri-leaflet/blob/e827880907b67aad39c06d1aecc7353b7bd85613/package.json#L29-L38) / etc). ### Describe the proposed solution...
### Describe the problem Since we have [moved the demos/samples to a separate repo](https://github.com/Esri/arcgis-rest-js/pull/1192), there is now no quick way to run a quick code test manually. For example, if...