Patrick McKinney
Patrick McKinney
It may be an issue with that web service. I have used it in various Esri-based apps (Story Maps, Web AppBuilder), and that service is slow as molasses in those...
In web maps, I've only used Arcade for pop-up content. So that's the angle I'm coming from. But I think in whatever ways we could support Arcade functionality would be...
Along with this is whether or not you can even use the built-in shape area or shape length fields? I keep getting errors when trying to use the Shape.STArea() field...
It looks like Esri has several [repos](https://github.com/Esri?q=bootstrap&type=&language=) related to Bootstrap. Most haven't had any changes in a while.
For what it's worth, I've created a web map app that is inspired by Calcite Maps, but uses Bootstrap 4.x. Feel free to visit [the repo](https://github.com/pmacMaps/get-zoning-by-parcel-app) for ideas/inspiration/criticism. Related to...
For what it's worth, I've created a web map app that is inspired by Calcite Maps, but uses Bootstrap 4.x. Feel free to visit [the repo](https://github.com/pmacMaps/get-zoning-by-parcel-app) for ideas/inspiration/criticism. Related to...
I think you might be able to use the [collapse-events](https://getbootstrap.com/docs/3.3/javascript/#collapse-events) to hook into the panels opening/closing. These events fire when the `show` and `hide` method is called. I think these...
Any updates on this related to the [security issue](https://github.com/twbs/bootstrap/issues/20184) in Bootstrap 3.3.7?
I noticed that the dist files from the [master-xmr-v3-fixes branch](https://github.com/twbs/bootstrap/tree/master-xmr-v3-fixes) states version 3.4.0 for the CSS and JS Bootstrap files. As far as I can tell, this resolves the XSS...
This is still of interest to me. My current deployments of Esri-Leaflet and Calcite Maps are still using Bootstrap 3.x. I may try to work on this here and there....