Patrick Arlt
Patrick Arlt
@bscuron I think I agree with @jgravois here. Esri Leaflet is fairly stable at this point and it seems like this works in all of our target environments. If this...
@the-gabe I think I have a basic implementation of this in this branch https://github.com/Esri/esri-leaflet-vector/tree/csp-build Since I don't have access to a strict CSP environment to test this in could you...
Yup we should check for some common error cases like when nothing is defined that would allow a session to be created.
Closing as stale
This is pretty timely since we will probably be introducing something like this soon for some upcoming features. For now you can access the private `_glMap` object https://github.com/Esri/esri-leaflet-vector/blob/master/src/MaplibreGLLayer.js#L169C10-L169C16 which returns...
@A-4-Atom assigned to you. I can review a PR when your ready.
Another interesting observation from this is that for services that do not support GeoJSON the object id field bust be `OBJECTID` or it likely wont work at all. This is...
@DoiMayank I discussed this internally with the team. We all agreed that setting `isModern` to `true` bu default as described in https://github.com/Esri/esri-leaflet/pull/1403#pullrequestreview-2730535236 IF we also print a warning that service...
This looks good do me if someone wants to do a PR.
Thanks Rowan! I'm mostly interested in some of the logic around creating and managing the tiles and the research that you did in `arcgis-pbf-parser` to get the parsing working. I'll...