Malcolm Meyer

Results 63 comments of Malcolm Meyer

This depends on whether or not you want a null transformation from NAD83WGS84 or not. I have been using the following method to implement a virtual transformation for our imagery...

Ok, so I can put the WAB widget in...did not know that. Is that documented somewhere? And is it this repo - https://github.com/Esri/solutions-webappbuilder-widgets ?

#7748 is also likely related to this issue. Setting ``maxzoom: 18`` in my geojson source options eliminates the 'overzooming' artifacts in my example on that issue.

The only 100% fix I know of is to not use webgl for rendering, which means canvas via leaflet or openlayers. For my use case I found the errors tolerable,...

Interesting. I'm not supporting the maps where this was an issue, but it's nice to know it's at least partially fixed. 👍 On Fri, Sep 10, 2021, 2:56 PM Vladimir...

Ok great this seems like it has some potential - I don't actually want to have access to the cache per say, I just want to be able to return...

Upon further research it looks like you can use: ``` const t = tileGrid.getTileCoordForCoordAndZ(mapCoordinate, tileGridResolution); ``` Then use this to get the tile image. Now I can't seem to find...

Awesome - so close! Now I'm not sure why but the returned image does not match the debug tile grid size - maybe OL adds a buffer or there is...

Not too sure - I did not specify any parameters for either - the map is a normal web map in 3857 - and the grid overlay shown is the...

Thanks, I'll try this out. On Fri, Nov 17, 2023 at 11:51 AM Andreas Hocevar ***@***.***> wrote: > Then the debug tile coords you're seeing are not the ones that...