summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+2
* [core] Use PropertyMap typedefJohn Firebaugh2017-01-041-2/+2
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-3/+3
|\
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-3/+3
* | [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-095-1/+102
* | [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-061-1/+4
* | [core] Inline friend equality operatorsJohn Firebaugh2016-12-062-23/+15
* | [core] Functions must have at least one stopJohn Firebaugh2016-12-012-2/+8
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-172-4/+16
|/
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-0/+3
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-211-1/+1
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-15/+55
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-062-0/+27
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-067-49/+49
* update filter doc usage example (#6202)Dane Springmeyer2016-08-311-5/+2
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-1/+2
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-237-0/+88
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-232-55/+83
* [core] set correct depth values for CustomLayer so compositing worksKonstantin Käfer2016-08-221-0/+2
* [core] added template instances for Source.is<>().Ivo van Dongen2016-08-183-0/+15
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-0/+8
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-272-17/+107
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-182-6/+28
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-1/+3
* [core] Added missing pragmas to style conversion headersBruno de Oliveira Abinader2016-07-113-0/+6
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-073-0/+9
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-0/+11
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-245-12/+213
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-2413-49/+497
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-247-29/+17
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-245-341/+463
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-1/+131
* [core] Rewrite style parsing logic for reuse in node bindingsJohn Firebaugh2016-06-211-0/+263
* [core] Cleaned up TransitionOptionsBruno de Oliveira Abinader2016-06-201-7/+3
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-1/+1
* [core] Runtime source API: private implsJohn Firebaugh2016-06-164-0/+130
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-152-16/+207
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-0/+13
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-0/+76
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-9/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-132-4/+4
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* text-pitch-alignment (#5288)Young Hahn2016-06-102-5/+9
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0213-44/+659
* [core] Add {min,max}Zoom accessorsJohn Firebaugh2016-06-021-0/+6
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+103
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-3/+0
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-39/+0
* [core] Runtime style layer APIJohn Firebaugh2016-06-022-0/+99