maning / osmphgps

Scripts and styles for creating the osmph GPS maps
7 stars 6 forks source link

[Beta] Add "(24h)" to the name of POIs with opening_hours=24/7 #26

Open seav opened 13 years ago

seav commented 13 years ago

What the title says. :-)

maning commented 13 years ago

Pharmacies and convenience stores have this already: https://github.com/maning/osmphgps/blob/master/styles/default/points#L382

Are you proposing we add this for all POIs? Something like: ( shop=* | amenity=* | tourism=* | leisure=* ) & operating_hours='24/7' { name '${name} (24h)' }

If we add this, make sure it doesn't conflict the the branch tag proposed for fuel, fast_food, bank, etc.: #15

seav commented 13 years ago

Probably not all POIs would need it, but it would be nice if we can search for Jollibees and McDonald's and Shakey's that are open 24/7.

On Sat, Jun 25, 2011 at 9:12 AM, maning reply@reply.github.com wrote:

Pharmacies and convenience stores have this already: https://github.com/maning/osmphgps/blob/master/styles/default/points#L382

Are you proposing we add this for all POIs? Something like: ( shop=* | amenity=*  | tourism=*  | leisure=* )  & operating_hours='24/7' { name '${name} (24h)' }