Closed meetar closed 6 years ago
The density parameter should affect the drawn size of a point when drawn using a texture and a size specified in %, eg:
density
size
textures: logo: density: 2 url: logo.png layers: pois: data: { source: tilezen, layer: pois } draw: points: texture: logo size: 50%
Currently density only has an effect when sprites are defined and used.
Closed with #645
The
density
parameter should affect the drawn size of a point when drawn using a texture and asize
specified in %, eg:Currently
density
only has an effect when sprites are defined and used.