Ko Nagase
Ko Nagase
Hi @12people, @rodrideveloper, I confirmed that PR:#117 works well on my Android phone (Google Pixel6a) with Flutter 3.22.1. If you have iOS, please try PR:#125 also.
@Siedlerchr (CC: @smellman) Thanks for the quick 2.0.0 release ! 🎉 By the way, are you still working on this example ? Because during checking examples of PR #84, I...
Okay, thanks for confirmation. I think that the following changes will be necessary in `map.featureanimation.ts` at least. ```diff --- a/examples/animation/map.featureanimation.ts +++ b/examples/animation/map.featureanimation.ts @@ -10,6 +10,15 @@ import { Coordinate }...
I removed CGAL in PR:#55 (commit:https://github.com/pgRouting/docker-pgrouting/pull/55/commits/be23190bc21ffad28de9dc0d1384fd2350a115d1), so I close this.
@jonath35 On my environment, turning on `Reverse Cost` and set appropriate column name solved the above `No paths found in (U) pgr_...` issue when `directed` is enabled.  If you...
@cvvergara Okay, thanks for the details! About graph related part, I may not understand correctly, so I will try to check those in the following example data, later. https://docs.pgrouting.org/3.3/en/sampledata.html About...
Well, this error happen when DB connection doesn't exist (#140), but I think that it's better to catch `KeyError` exception safely, so I created the PR #145 for that.
Well, I will consider to add some tests which fail without this migration.
@smellman (CC: @dkastl) > I think transaction will run in current code(because rollback some migrations), so I need to understand the reason why this patch work well. Well, the transaction...
@dkastl Sorry, I forgot to check more things. I will try to check those by the middle of next week, so please wait for a while. :bow: