Merge pull request #191 from klokantech/buffers
Increase buffer of place and water_name to 256
This commit is contained in:
commit
e8155bff96
@ -50,7 +50,7 @@ layer:
|
|||||||
and states and for cities consists out of a shifted
|
and states and for cities consists out of a shifted
|
||||||
Natural Earth `scalerank` combined with a local rank
|
Natural Earth `scalerank` combined with a local rank
|
||||||
within a grid for cities that do not have a Natural Earth `scalerank`.
|
within a grid for cities that do not have a Natural Earth `scalerank`.
|
||||||
buffer_size: 128
|
buffer_size: 256
|
||||||
datasource:
|
datasource:
|
||||||
geometry_field: geometry
|
geometry_field: geometry
|
||||||
query: (SELECT geometry, name, name_en, name_de, class, rank, capital FROM layer_place(!bbox!, z(!scale_denominator!), !pixel_width!)) AS t
|
query: (SELECT geometry, name, name_en, name_de, class, rank, capital FROM layer_place(!bbox!, z(!scale_denominator!), !pixel_width!)) AS t
|
||||||
|
|||||||
@ -13,7 +13,7 @@ layer:
|
|||||||
At the moment only `lake` since no ocean parts are labelled. *Reserved for future use*.
|
At the moment only `lake` since no ocean parts are labelled. *Reserved for future use*.
|
||||||
values:
|
values:
|
||||||
- lake
|
- lake
|
||||||
buffer_size: 64
|
buffer_size: 256
|
||||||
srs: +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over
|
srs: +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over
|
||||||
datasource:
|
datasource:
|
||||||
geometry_field: geometry
|
geometry_field: geometry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user