Adam Roberts

Results 6 issues of Adam Roberts

I'm trying to update styles for an entire pbfLayer without reloading the tiles. Use-case is that a tile layer has many attributes, and I may style by one, and then...

Is it possible to have the tree default to collapsed on creation?

[Reference bug](http://support.esri.com/en/bugs/nimbus/TklNMDg2MzQ5) [Forum discussion](http://forums.arcgis.com/threads/73456-new-problem-REST-query-10.1-every-other-request-fails-%28400-unable-to-complete-oper%29) Workarounds include appending a random number to the request url (&tr=) I added `"&ts=" + (new Date()).getTime() +` to the url builder in AGS.js and rebuilt,...

background position off... Chrome 31.0.1650.63 and Safari 7.0 (9537.71) Should we just add css overrides, or is there a larger issue here? ![bbox_finder](https://f.cloud.github.com/assets/3422185/1778283/0b2fa9d8-6832-11e3-9216-7563bb7e64eb.png)

When building from ts template `npx create-react-app my_app --template @carto/base-3-typescript`, error is thrown: `Override for typescript@^4.4.3 conflicts with direct dependency`. Any reason the direct can't be bumped to 5.0.0?

Using node v16 (as in package.json), `npm install` returns: ```sh (base) ➜ TerriaMap git:(main) npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...