Skip to content

Commit

Permalink
Adding place=square name rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jul 5, 2017
1 parent 536a625 commit 31e7a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1871,10 +1871,12 @@ Layer:
way,
way_area/NULLIF(!pixel_width!::real*!pixel_height!::real,0) AS way_pixels,
highway,
place,
name
FROM planet_osm_polygon
WHERE highway IN ('residential', 'unclassified', 'pedestrian', 'service', 'footway', 'cycleway', 'living_street', 'track', 'path', 'platform')
OR railway IN ('platform')
OR place IN ('square')
AND name IS NOT NULL
ORDER BY way_area DESC
) AS roads_area_text_name
Expand Down

0 comments on commit 31e7a15

Please sign in to comment.