Gerd Castan

Results 19 comments of Gerd Castan

My experience from a completely different project: I have no problem when I set my rate limiter to 3 API calls every 2.1 seconds. I have some occasional problems when...

To make things easier: The server behind behind https://otp.straeto.is/otp/routers/default/plan?fromPlace=64.1445471646293%2C-21.80623378245718&toPlace=64.09814246436902%2C-21.88766086745632&time=18%3A26&date=2017-02-28&mode=TRANSIT%2CWALK&maxWalkDistance=10000&arriveBy=false&wheelchair=false&showIntermediateStops=false&numItineraries=3&locale=is is an Open Trip Planner: https://www.opentripplanner.org I implemented my app that consumes this endpoint using the documentation from Barcelona TMB: https://developer.tmb.cat...

I posted the sourcecode of the poly line decoder here: https://stackoverflow.com/questions/61481727/decoding-here-rest-api-polyline-in-swift As of last year, if you want to use public transport, DO NOT use the HERE sdk, use the...

Great. For my client, I implemented both, access to OTP GraphQL and Motis. GraphQL is easier and you get more. And less data is transmitted over the network, because the...

Never heard of EPAF before, but this Gnome code implements EPAF and a few lines later links to Googles polyline documentation: https://mail.gnome.org/archives/commits-list/2022-August/msg02657.html So yes, EPAF should be identical with Googles...

Yes , disabling code coverage in all test plans makes the error go away. (I had no problem with other targets, including "My Mac (designed for iPad)")

P.S. if there was a breaking change in the Trias JSON schema: Currently a version "1.3.1" would be not possible to store. I found no hint in the TRIAS standard...

> Can you give an example? I could not come up with one on my own yet. Example for instances: both, MobidateBW and VVO Sachsen currently support 1.1 and 1.2....

> I assume that **every** server that supports 1.2 also supports requests for version 1.1 AFAIR MobiData BW wants to remove support for 1.1 in autumn. But I'm not a...

If you want SwiftUI content inside of UBottomSheet with scrolling: I did that. So far it works fine. The main trick is to use a a UIKit UIScrollView. The UIScrollView...