Skip to content

Commit 464fd5f

Browse files
committed
Reject naturla=coastline for landuse areas
1 parent 314f50e commit 464fd5f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

images/tiler-imposm/config/layers/landuse_areas.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
}
5959
],
6060
"type": "polygon",
61+
"filters": {
62+
"reject": {
63+
"natural": ["coastline"]
64+
}
65+
},
6166
"mappings": {
6267
"landuse": {
6368
"mapping": {

0 commit comments

Comments
 (0)