summaryrefslogtreecommitdiff
path: root/src/mbgl/style/parser.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-151-0/+2
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+4
|
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+4
| | | | | Currently this signal is never emitted, which can cause the Still mode to starve in case of an invalid style or failed request.
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+7
| | | | We're now parsing "name", "center", "zoom", "bearing", and "pitch" from the stylesheet.
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-1/+0
|
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-3/+0
|
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-6/+0
| | | | A tile source can either specify a URL to TileJSON, or inline TileJSON.
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-0/+3
|
* [core] Move GeoJSON-specific parsing into geojson_source.cppJohn Firebaugh2016-06-141-8/+0
|
* [core] Push Source::geojsonvt down to GeoJSONSourceJohn Firebaugh2016-06-141-0/+6
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+55