summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/geojson_options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-3/+66
| | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
|
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+10
| | | | | This patch also bumps geojson-vt-cpp version to 6.6.0, which enables the `lineMetrics` option.
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-14/+14
| | | | | * return {} → return nullopt * error = { "..." } → error.message = "..."
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-0/+85
conversion system