Darwin Garcia

Results 3 comments of Darwin Garcia

hello guys. I was expecting to see the [referrerpolicy](https://leafletjs.com/reference.html#tilelayer-referrerpolicy) property for TitleLayer, as it was [added](https://github.com/Leaflet/Leaflet/pull/7945/files#diff-65b47b2f5de405436bea6525bc4a7100f141796807f6efcc5cab6b8d9f543691R88) in Leaflet 1.8.0, and documented in the [changelog](https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md#%EF%B8%8F-api-changes) Is there any reason why this...

i'm having the same issue trying to create a bunch of edges with transactions, so tried a workaround using sqlBatch approach: ``` $cmd = 'BEGIN;'; foreach ($edges as $edge) {...