26 lines
1.8 KiB
JavaScript
26 lines
1.8 KiB
JavaScript
|
module.exports = [{
|
||
|
keywords: 'buffer-size',
|
||
|
type: 'Map'
|
||
|
}, {
|
||
|
keywords: 'marker-fill marker-width marker-fill-opacity marker-opacity marker-line-color marker-line-width marker-line-opacity marker-comp-op marker-allow-overlap marker-file marker-type marker-height marker-width marker-transform marker-placement marker-ignore-placement marker-spacing marker-avoid-edges point-file point-opacity point-comp-op point-allow-overlap point-placement point-ignore-placement point-transform',
|
||
|
type: 'Points'
|
||
|
}, {
|
||
|
keywords: 'line-color line-width line-opacity line-comp-op line-pattern-file line-join line-cap line-dasharray line-dash-offset line-offset line-simplify line-simplify-algorithm line-smooth line-clip',
|
||
|
type: 'Lines'
|
||
|
}, {
|
||
|
keywords: 'polygon-fill polygon-opacity polygon-comp-op polygon-pattern-file polygon-pattern-alignment polygon-pattern-opacity polygon-smooth polygon-simplify polygon-simplify-algorithm polygon-gamma polygon-gamma-method polygon-geometry-transform polygon-clip',
|
||
|
type: 'Polygons'
|
||
|
}, {
|
||
|
keywords: 'text-name text-face-name text-size text-fill text-opacity text-comp-op text-halo-radius text-halo-fill text-halo-rasterizer text-allow-overlap text-transform text-placement text-placement-type text-dx text-dy text-wrap-width text-wrap-before text-character-spacing text-line-spacing text-min-distance text-avoid-edges text-orientation text-vertical-alignment',
|
||
|
type: 'Text'
|
||
|
}, {
|
||
|
keywords: 'building-fill building-fill-opacity building-height',
|
||
|
type: 'Building'
|
||
|
}, {
|
||
|
keywords: 'shield-name shield-face-name shield-size shield-file shield-fill shield-opacity shield-text-opacity shield-allow-overlap shield-placements shield-placement-type shield-dy shield-dx shield-text-dx shield-text-dy shield-min-distance shield-avoid-edges',
|
||
|
type: 'Shield'
|
||
|
}, {
|
||
|
keywords: 'image-filters comp-op opacity',
|
||
|
type: ''
|
||
|
}];
|