Langlaeufer

Results 21 comments of Langlaeufer

Example: I removed all maxspeed tags from osm dataset and did not set any maxspeed in mapconfig.xml configuration: (maxspeed standard says 40) 1 -402 "access" "no" 4 40 40 40...

configuration.cpp line 68 ``` Configuration::maxspeed(const Tag &tag) const { if (tag_key(tag).has(tag, "maxspeed")) return boost::lexical_cast(tag_key(tag).get(tag, "maxspeed")); return 50; } ``` way.cpp line 276 ``` if (is_number(value)) { return boost::lexical_cast(value); } //...

yes, the last post was my point. length in degree calculate on a Plate Carree I was asking me if the distance in degree is needed for A*-Funktion to approximate...

yes, in postgis I can calculate all lengths, times, coordinate-values. So the question is, why are some columns present and others often needed not. I would assume the normally metric...

To remove everything specific which can be easily calculated from the database would make it much more generic and easier to understand. The basic values in table ways are: **gid,...

Thanks for your answer. I created an other ticket for the standard value of maxspeed, because this is not only a problem of documentation. Even in configuration table is writen...

more question: Is there a possibility to exclude (blacklist) values from importing. (for example bicycle=no) Is it possible to use wildcards or to notice a key with for all its...

it is not the spacial index, it's the tag index Does the meanwhile the way how tags are indexed change? Example: All my Edits since Jan (mostly affecting highways) https://osmcha.org/changesets/147069026?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222024-01-01%22%2C%22value%22%3A%222024-01-01%22%7D%5D%2C%22users%22%3A%5B%7B%22label%22%3A%22Langlaeufer%22%2C%22value%22%3A%22Langlaeufer%22%7D%5D%7D...

Indexing is still not working correctly. No canges of highway indexed since 4 days. This is not correct!