Damiaan Twelker
Damiaan Twelker
In `upsample.py` line 352, the step size (3rd param) passed to `np.arange` is 0, yielding a `ZeroDivisionError`. This is caused by `t` having value 1, and `reduction` having value 2:...
When a `sourceView` is provided to the initializer of `FullScreenImageBrowser`, the dismiss zoom animation is exactly the same as the present zoom animation, leaving the views in the wrong positions.
If you look at satellite imagery for the Netherlands, it is quite a green country. Google Maps reflects this well by filling the country with mostly green shades on higher...
I am experiencing the following issue with a lake in the Netherlands. Would this an issue in Tilemaker, OSM tagging or my style?
## Environment - Xcode version: 12.5 (12E262) - iOS version: 14.5.1 - Devices affected: N/A - Maps SDK Version: 10.0.0-beta.20 ## Observed behavior and steps to reproduce - Initialize a...
## New Feature Add the following `EventKinds` and pair them with `mapLoaded` and `cameraChanged` respectively: ``` enum EventKind: RawRepresentable, CaseIterable { case mapWillLoad case cameraWillChange } ``` Both Apple (`-[MKMapViewDelegate...
The `mainWindow` logic does not take into account CarPlay template scenes, causing it to crash when launched from CarPlay. Exception is as follows: SIGABRT: -[CPTemplateApplicationScene windows]: unrecognized selector sent to...
The tile layer currently contains the same id value of "1" for all linestring features in the speeds layer. There's a comment in the codebase that says the id should...
Add support for rendering .b3dm tiles according to the 3D tiles standard (https://github.com/CesiumGS/3d-tiles) Would this be possible using a custom layer and geometry source? On a high level, what would...