Georg Bachmann
Georg Bachmann
For my App I have a counterpart watch app. It would be great to show the user a map of where he is. As there is not native watchOS framework...
I am currently playing around with the mapbox for iOS SDK and tried to download a huge offline map. I then noticed when starting the app afterwards, that it takes...
I have a geotiff that I want to render using Tilemill. It's a quite large area, so I need to create overviews for it. Otherwise the rendering performance is just...
I have a GeoTiff File with discrete Color Information. So value 1 f.e. means blue, value 2 red, and so on... So I use the `raster-colorizer` in Tilemill and everything...
We are using tileserver-gl to serve vector and raster data for our maps. Currently we have three servers running, and a HAproxy in front to balance load. The problem is...
I have an IKEA Tradfri light that I've connected via a ConBee II Stick and the deconz app. If shows it's hue and saturation to ioBroker, but those have no...
## Environment - Xcode version: 13.3 - iOS version: 15.4.1 - Devices affected: All - Maps SDK Version: 10.4.1 ## Observed behavior and steps to reproduce ``` mapView.location.options.puckType = .puck2D(.init(topImage:...
## Environment - Xcode version: Xcode 12.5 - iOS version: iOS 14.7.1 - Maps SDK Version: 1.0-RC7 ## Observed behavior and steps to reproduce When looking at e.g the AppleMaps...
I have some images in a sqlite database. I read the raw-data from those images, and not I'd need to composite them. So place one image an certain coordinates and...
During the user is editing some text in my `UITableView` I'd like the infinite scrolling not to do anything... is there a way to do that? F.e. by removing it?