Daniel Kastl
Daniel Kastl
For me the name `version` is a bit misleading, or it's not what I would expect as a user. The current version history, that `dat log` returns is in my...
Maybe the colors could tell something about the synchronization status: * `green` -> available/normal/healthy/complete * `blue` -> updating/in progress/syncing * `red` -> error And the progress bar indicator would tell...
From my experience with the Github Wiki it's a lot better to structure and work with, if you clone it as a Git repository and edit locally: https://help.github.com/en/articles/adding-or-editing-wiki-pages#adding-or-editing-wiki-pages-locally It then...
@cvvergara , just that the original message of this issue doesn't get forgotten. don't you think that @x1alpha76 is correct, that the lines in the CMake file should be flipped?...
@cvvergara , I didn't ask for something complicated to solve. Just I agree with @x1alpha76 , that there seems to be an error in how `find_library` is called. I looked...
What exactly doesn't work? Importing the specific road types or not importing them? If you import them at first, you can also exclude them later in your pgRouting query.
I guess, that the LUA configuration of OSRM contains quite an amount of information we may not want to care about. But my idea with using the OSRM LUA configuration...
A few comments: #### About LENGTH - I would assume that length can be always retrieved from the geometry, so if units are an issue, then I would just drop...
@woodbri I would just store the necessary attributes for routing and drop the rest. hstore is nice, but I think, if we keep the OSM ID as a reference to...
@cvvergara I totally forgot about this blog post. It's quite old already. As far as I understand this just means that you can manage some stuff in the database that...