Hi,
I am trying out the new Places service, and specifically trying to display place information on my basemap. https://jsapi.maps.arcgis.com/home/item.html?id=177e576ca3c94d5890dc3c790b29c1be I found that item which has exactly the data I'm looking for. I was excited to discover that Leaflet's vectorBasemapLayer allows passing an item ID, so I tried that: https://codepen.io/dandormont-the-decoder/pen/eYQXOyr
And it seems to load, but nothing displays and there are errors like "duplicate layer id "Religion place/Other Religion", previously used at line undefined
at Object.Tr [as emitValidationErrors"
How can I load a layer like this using esri-leaflet?
Thanks, Dan