This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

How can I indicate different categories of parking for an institution?

3

My problem: I have been mapping the parking lots on the University of Louisville campus (see: http://www.openstreetmap.org/?lat=38.216213285923&lon=-85.760897397995&zoom=18). The university divides lots into colors - red/purple/blue, etc. The parking pass you buy determines which lots you can park in. I would like to indicate somehow which category each lot belongs to.

I have not found a way to tag parking lots in this way, and I'm not sure how to or if I should start adding this info. Would it be best to use a relation somehow?

asked 22 Sep '12, 05:18

dneelyep's gravatar image

dneelyep
125239
accept rate: 0%


2 Answers:

3

Are those parkings reserved for specific groups of people ? If so, one to do this might be access=students/staff/etc. The set of access values actually distinguished by renderers is small, but if parking access matches something commonly seen in taginfo, there's no reason not to tag it.

The second/complementary option is to simply tag "name=Blue car park". It makes semantic sense, and most renderers will use that.

Lastly, there's the obvious-sounding "colour=" tag (the "color" spelling variant is less used in osm). No existing renderer (that I know of) uses that for car parks (it's more commonly used for route relations), but you could set up your own renderer config to display color-coded car parks.

answered 24 Sep '12, 12:21

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

A couple additional ideas: access=blue_pass/red_pass/purple_pass, or access=private and a note about which pass is valid.

(24 Sep '12, 13:58) neuhausr

-2

Hi, what do you want to see or show on the map, or do you need just a tag. If so consider amenity = parking with area = red or anything else for each separate lot. Or if the areas are separated by a longer way to the entrances, ad a distance instead of the color. But its only visible reading the map and the area doesnt colorize. Greetz Hendrik

answered 22 Sep '12, 09:55

Hendrikklaas's gravatar image

Hendrikklaas
9.3k207238387
accept rate: 5%

2

area=red is not a good suggestion here, the area tag is already used for different things. Better use the ref tag instead.

(22 Sep '12, 12:21) scai ♦