summaryrefslogtreecommitdiff
path: root/scripts/generate-style-code.js
Commit message (Collapse)AuthorAgeFilesLines
* Color class (#5361)Young Hahn2016-06-151-1/+1
| | | | | | * Color class * Switch to list initialization
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-131-6/+11
|
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-275/+4
|
* text-pitch-alignment (#5288)Young Hahn2016-06-101-3/+7
| | | | | | | | | | | | * First pass at port of https://github.com/mapbox/mapbox-gl-js/pull/2668 * RotationAlignmentType => AlignmentType * Handle undefined default value for text-pitch-alignment and implement inheritance for this value from text-rotation-alignment * Update dependencies * Move handling fo undefined default value out of camelize functions
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-0/+5
| | | Refs #5258, #5234.
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-15/+25
|
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+14
|
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-15/+17
| | | | PropertyValue<T> represents the three possible types of style property value: undefined, constant, or function.
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+346