zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Preset images from StreetComplete (per country) #69

Open tordans opened 2 years ago

tordans commented 2 years ago

StreetComplete has images for signs for different countries and also images for the tags. Ref https://github.com/streetcomplete/StreetComplete/issues/771#issuecomment-991776256

We could use those in the app as well.

This is the folder I found holding the sign images https://github.com/streetcomplete/StreetComplete/tree/master/res/graphics/street%20parking (preview below). There are different images per country, which we could use to add German and Australien https://github.com/zlant/parking-lanes/pull/44 presets.

I could not find the images with cars, yet (Ref), but asked on Slack OSM-US.

Some more links:

Licence


westnordost commented 2 years ago

You might be interested in some of the data in https://github.com/streetcomplete/StreetComplete/tree/master/res/country_metadata , e.g.

https://github.com/streetcomplete/StreetComplete/blob/master/res/country_metadata/hasDailyAlternateSideParkingSign.yml https://github.com/streetcomplete/StreetComplete/blob/master/res/country_metadata/hasNoStandingSign.yml https://github.com/streetcomplete/StreetComplete/blob/master/res/country_metadata/noParkingLineStyle.yml https://github.com/streetcomplete/StreetComplete/blob/master/res/country_metadata/noStoppingSignStyle.yml etc.