Regina Obe

Results 128 comments of Regina Obe

I concur. At the very least some label of EOL would be good. I think such a warning will also discourage packagers from packaging old versions of PROJ, because no...

I think having cost, reverse_cost in seconds would be nice feature.

Okay I looked at the old code I had and in Export2DB.h it had ``` #include "libpq-fe.h" ``` instead of ``` #include "postgresql/libpq-fe.h" ``` So I put the old include...

I'm torn a bit between the two camps. I thought osm2pgrouting loaded the planet ways but seems it doesn't. It would be nice if it brought in the tags as...

Yap that was what I was thinking and for ease of use so people only need to have one command-line to get the full dataset for their app :)

@jmarca my thoughts exactly. Why ingest twice especially since osm2pgrouting is scanning the tables already, it will be much faster if it does both similar to what it does with...

@pramsey What's left to be done here?

> Well, observing and fixing an overflow... I never did replicate the reported condition. Just commit or close this out. I'm tired of stumbling on this one every time I...

@rcoup I have a couple of issues with your commit: 1) You are missing an availability notice on the new function. It should read: ``` Availability: 3.4.0 - Requires PostGIS...

> @robe2 thanks! Can easily make those changes. > > > Your tests also don't seem to guard against running on PROJ < 6.1, but that might be okay. >...