otbutz

Results 221 comments of otbutz

@karussell this dataset looks really good to be honest. https://github.com/abrensch/brouter/issues/539#issuecomment-1540621266

The web UI fails to properly center as well, so here's a quick screenshot for reference: ![image](https://user-images.githubusercontent.com/22315436/217493254-f5e6dc88-f687-437a-a205-e99b4bf1495d.png)

https://wiki.openstreetmap.org/wiki/180th_meridian > In theory, it should be a meridian like any other. In OSM, there's two copies at ±180° longitude because the data model doesn't wrap around, so they mark...

![grafik](https://user-images.githubusercontent.com/22315436/209132015-27803c39-eefc-4f48-bc09-655786c4d6c0.png) Seems to be right on top of our simplified border.

Loaded the borders file into https://geojson.io and the problem is indeed caused by inaccurate simplification: ![grafik](https://user-images.githubusercontent.com/22315436/209133019-63bccc9e-0ae7-46b9-b055-8c721e30bcbe.png)

To clarify the extent of the mismatch: ![grafik](https://user-images.githubusercontent.com/22315436/209302090-ebb8edc0-808e-4eb5-8f3f-e46ccc9188f7.png)

The solution i'm currently experimenting with: ```json "if": "car_access == false || hgv == NO", "multiply_by": "0" ``` Without `car_access` i don't get any oneway handling. But this also blocks...

An example from the [OSM wiki](https://wiki.openstreetmap.org/wiki/Key:hgv#Tagging_examples): `access=no` + `hgv:designated` which describes the following restriction: ![shield](https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Nederlands_verkeersbord_F21.svg/120px-Nederlands_verkeersbord_F21.svg.png) Regular traffic including cars is prohibited but trucks should use this road.

But I agree that those combinations are not that common and `car_access` + `hgv` is usually enough to cover 99% of the tagged roads.