Skip to content

Commit

Permalink
fix readme dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Aug 21, 2024
1 parent db79d64 commit aee75c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Please see [the documentation](https://developers.arcgis.com/esri-leaflet/api-re

For custom vector tiles layers published from user data. Extends [L.Layer](https://leafletjs.com/reference#layer).

:warning: This only supports services using the Web Mercator projection because it [relies directly upon `maplibre-gl-js`](#dependencies). Otherwise, the layer is not guaranteed to display properly. More information is available at [Maplibre custom coordinate system](https://roadmap.maplibre.org/c/91-custom-coordinate-system-epsg-non-mercator-projection).
:warning: This only supports services using the Web Mercator projection because it [relies directly upon `maplibre-gl-js`](#dependencies). Otherwise, the layer is not guaranteed to display properly. More information is available at [Maplibre custom coordinate system](https://maplibre.org/roadmap/non-mercator-projection/).

```javascript
// example using an ITEM_ID
Expand Down

0 comments on commit aee75c7

Please sign in to comment.