NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

i imported OSM data to PostgreSQL and drawing the map using TileMill. i notice bus_stop show less in zoom level 17 but showing all bus stops in level 18+, do anyone know how to fix this?

/* labels.mss MapCSS*/
#planetosmpoint[amenity='bus_station'][zoom>=10] { point-file: url(res/bus-15.png); }
#planetosmpoint[highway='bus_stop'][zoom>=16] { point-file: url(res/bus-15.png); }

asked 20 Oct '12, 10:03

Simon's gravatar image

Simon
1112
accept rate: 0%

edited 20 Oct '12, 10:04


solved ...

#planetosmpoint[amenity='bus_station'][zoom>=10],#planetosmpoint[highway='bus_stop'][zoom>=16] { point-allow-overlap:true; }
permanent link

answered 20 Oct '12, 10:16

Simon's gravatar image

Simon
1112
accept rate: 0%

edited 20 Oct '12, 11:57

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×36
×10

question asked: 20 Oct '12, 10:03

question was seen: 3,326 times

last updated: 20 Oct '12, 11:57

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum