I'm using the last version of Esri Leaflet with labels:
L.esri.basemapLayer('ImageryLabels').addTo(map);
How can I customize the labels layer? For example, I'd like to change the font or the color.
I'm using the last version of Esri Leaflet with labels:
L.esri.basemapLayer('ImageryLabels').addTo(map);
How can I customize the labels layer? For example, I'd like to change the font or the color.
You might use a vector tile service (Vector.Layer) as described in the API.
Then, you can create a custom vector basemap.