Gerd Castan

Results 10 issues of Gerd Castan

I'd like to have positions of the sheet depend on the size of the content of the sheet. There were some tweaks necessary, but it works for me now. One...

enhancement

I translated the Java version into a pure Swift version and it works for me. I'd spend it for this library, but I'm not experienced in creating a pull request....

Reproduce: Compile a project that uses GeoSwift with Xcode 15.0 beta 5 for "My Mac (Mac Catalyst)" Result: In the build, the link step for geos fails: ``` ld: Undefined...

RE issue #452 Motis potential There are multiple ways to compress polylines. Often Googles compressed polyline format is used. It is efficient, proven, and there are libraries in many languages...

enhancement

Please suport visionOS. in file Device.swift, there is a line #elseif os(iOS) || os(tvOS) Probably it is sufficient to change it to #elseif os(iOS) || os(tvOS) || os(visionOS) To reproduce...

To my surprise, bwegt-trias.json now supports Trias 1.2 without me noticing before. If the request contains `

breaking

In my class that inherits from HostingParentController, I'd like to override `func viewWillLayoutSubviews()`, too. What do you think about changing the `HostingParentController` code to ``` open override func viewWillLayoutSubviews() {...

**History** at the beginning of 2024, EnTur's OTP GraphQL implementation was merged into the OTP main stream. With that, the two incompatible GraphQL APIs got different official names: - GTFS...

To reproduce: open the web UI like here https://api.transitous.org (any browser) then make the browser window wide: You see the map and trips rendered in different coordinate systems. Tested and...

UI

I'm playing around with the Motis 2 trips openapi. Sometimes, it returns a routeColor, which is nice to give markers a color as demonstrated on https://europe.motis-project.de. **I'd like to propose...

enhancement