Type alias DistanceUnit

DistanceUnit: "px" | "m"

Unit that defines how to handle the corresponding symbolizer property. Default should be pixel in your parser. 'px' => pixel 'm' => meter

Generated using TypeDoc