summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-051-1/+24
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-1/+145
* [core] Move enum type classes to implementation (#4831)John Firebaugh2016-04-251-0/+5
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-4/+4
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-1/+1
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-4/+3
* [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-301-2/+6
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Replace std::array<double, N> usage in SourceInfoBruno de Oliveira Abinader2016-03-011-5/+10
* [core] Fix potential precision data lossBruno de Oliveira Abinader2016-03-011-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-5/+4
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-2/+2
* [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-101-0/+20
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-011-2/+2
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-011-1/+27
* [core] Camel-case member namesJohn Firebaugh2016-01-291-2/+2
* [core] Move rapidjson document creation into StyleParserJohn Firebaugh2016-01-281-1/+12
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-151-3/+15
* [core] Fixed build error in Xcode 7.3Minh Nguyễn2016-01-141-1/+1
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-82/+148
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-3/+3
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-131-7/+5
* [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfoJohn Firebaugh2015-12-231-3/+3
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-27/+27
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-12/+1
* [core] don't fail on invalid inline GeoJSON dataKonstantin Käfer2015-12-111-2/+9
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-111-3/+2
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-111-0/+31
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-111-21/+63
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-4/+19
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-6/+11
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-6/+1
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-1/+6
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-14/+8
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-9/+2
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-16/+18
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-745/+76
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-1/+1
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-25/+15
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-110/+128
* [core] Set fade/transition duration to 0 if map mode is stillBruno de Oliveira Abinader2015-10-141-4/+4
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-42/+0
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-1/+1
* remove text-max-size and icon-max-sizeAnsis Brammanis2015-08-201-2/+2
* Remove constantsJohn Firebaugh2015-08-201-60/+24
* Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+7
* Rename some style propertiesTom MacWright2015-08-201-4/+4
* Font stacks as arraysTom MacWright2015-08-201-15/+21