wielandb / parking-studio

A webapp that helps with tagging street parking in OSM
2 stars 0 forks source link

Use the logic to show traffic signs in osm-tag-updater #8

Open tordans opened 1 year ago

tordans commented 1 year ago

I wonder … would it be easy to pull the logic that decides which traffic signs belog to a given tag combination into https://osmberlin.github.io/osm-tag-updater/#/way/27244587? We would then show this as a direct feedback in the updater UI.

wielandb commented 1 year ago

Well... "logic" may be a bit much. In ParkingStudio, there isn't much of any logic at all. The assignment of tags to traffic signs is done by a simple lookup of the files from https://github.com/wielandb/osm-parking-tagging, which are available in different formats such as a json and a simplified json.

So I think importing them into osm-tag-updater should be doable.