summaryrefslogtreecommitdiff
path: root/src/mbgl/style/parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-151-7/+5
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-5/+10
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+37
* [core] don't crash when the version number is not a numberKonstantin Käfer2016-07-201-1/+2
* [core] fix crash when the style JSON doesn't have an object at its rootKonstantin Käfer2016-07-201-0/+5
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-56/+10
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-111/+7
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-19/+20
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-4/+5
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-167/+8
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-6/+6
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-150/+4
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-0/+1
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-2/+2
* [core] Move GeoJSON-specific parsing into geojson_source.cppJohn Firebaugh2016-06-141-65/+21
* [core] Vector source tileSize is constantJohn Firebaugh2016-06-141-1/+1
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-2/+2
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-15/+23
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-12/+21
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+689