Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the #area-text catchall #240

Closed
tyrasd opened this issue Oct 19, 2013 · 1 comment
Closed

Remove the #area-text catchall #240

tyrasd opened this issue Oct 19, 2013 · 1 comment

Comments

@tyrasd
Copy link
Contributor

tyrasd commented Oct 19, 2013

Same argument as #1, but applies to polygons.

carto css

    (select way,way_area,name
       from planet_osm_polygon
       where name is not null
         and (waterway is null or waterway != 'riverbank')
         and place is null
       order by way_area desc
    ) as text

sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants