otbutz
otbutz
We should also check if all classes implementing `Comparable` are consistent with `equals`. e.g SPTEntry
Expressing dependencies within the parsers better reflects the reality to be honest.
Just a rough sketch: https://github.com/graphhopper/graphhopper/pull/2595 The idea would be to let TagParsers express which EncodedValue they require/provide and sort them accordingly. The next step would be to actually add requirements...
> https://github.com/graphhopper/graphhopper/blob/4da856b10e2bf13c431773be20aec23349ee455f/core/src/main/java/com/graphhopper/GraphHopper.java#L578-L591 With dependency resolution we would get rid of manually having to maintain things like this. I'd rather add the code for dependency resolution with proper unittests instead of...
I think we need to fix https://github.com/graphhopper/graphhopper/issues/2266 before can move forward with this one. The main problem is that we need to sort out how to deal with missing values....
I'm not part of the GraphHopper team but contributions are always welcome :wink: That being said, I expect the work on this particular ticket to be quite research intensive (which...
@easbar i think you *might* have linked the wrong issue :stuck_out_tongue_winking_eye:
> This rule may only be applied in the US. Thus, the router must know in which country/state any given road is located. This is already a solved problem. See...
The boundaries file of the JOSM project looks really good! https://josm.openstreetmap.de/export/HEAD/josm/trunk/resources/data/boundaries.osm @karussell @easbar
> How is this treated currently? Global default values which is kinda ugly: https://github.com/graphhopper/graphhopper/blob/e69213853be8b5fa224805850133e1f6c20f8bb6/core/src/main/java/com/graphhopper/routing/util/CarFlagEncoder.java#L108-L141 > I think the easiest would be to start interpreting `source:maxspeed=...:urban`-like tags We could pass our...