Max Ammann
Max Ammann
`resolver="2"` is the new default in the new edition.
Might be related to this: https://github.com/aeirola/react-native-svg-asset-plugin/issues/73
I manually deleted the room range using this: https://gist.github.com/zhm/3830471
> sorry to bump up, someone found a solution to set the zoom level ? > @maxammann where to apply, no found in util.py You can open a mbtiles files...
I think this is very relevant. I downloaded a picture via the classical deezomify and via this project. The colors are different in both pieces. Example Link: https://artsandculture.google.com/asset/forester-s-house-in-weissenbach-ii-garden-gustav-klimt/RAED9uBflum8jg
Looks very cool! Let me know if you need help testing.
My goal is to actually render vector tiles. For that I want to get a list of xyz coordinates which need to be fetched in order to render an arbitrary...
I found a cool tool which describes what the correct values are which I'm looking for: https://www.maptiler.com/google-maps-coordinates-tile-bounds-projection/#6/11.17/49.81 So it actually seems like GridIterator returns tiles coordinates in TMS format.
I think I found the solution: The "Google" grid starts from the TopLeft instead of BottomLeft.
> Not sure, how to improve on that. The Iterator API could be nicer, too. Input welcome! I'm not absolutely sure what you mean, but probably it would be "cleaner"...