mapbox / osm-bright

A Carto template for OpenStreetMap data
BSD 3-Clause "New" or "Revised" License
697 stars 225 forks source link

amenities don't work with default imposm settings #10

Open stvno opened 13 years ago

stvno commented 13 years ago

Two things:

  1. there is no amenities layer in osm-bright template
  2. using .amenity[zoom>=15][amenity='bicycle_parking'] { } doesn't work because imposm uses type, changing the template to use .amenity[zoom>=15][type='bicycle_parking'] { } makes it work
cspanring commented 13 years ago

please see pull request #11; that fixed it for me and made the amenities available that imposm imports by default.

ajashton commented 12 years ago

Amenities have been reworked. Some are now shown but still more to do.

gelinger777 commented 11 years ago

How we can do advanced amenities in OSM bright? What is the main problem? The default OSM.xml in mapnik has quite huge quantities of them, how I can manually add them ???? where is the part of the code where we can add it for the case the database is imported via osm2pgsql ???

And by the way, HAPPY NEW YEAR :)))