summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-5/+5
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-192-2/+2
* [core] add test for comparing filter name to idKonstantin Käfer2018-08-141-0/+4
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-1/+4
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-0/+10
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-313-17/+16
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-0/+55
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+19
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-207-104/+72
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-132-40/+0
* [core] Introduce "collator" expressionsChris Loer2018-07-031-1/+1
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-291-1/+1
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-295-191/+97
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+4
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-252-2/+2
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-0/+12
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-0/+21
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-173-5/+71
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-103-5/+71
* | [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-3/+3
* | [core] Port is-supported-script to native.Chris Loer2018-04-271-1/+1
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+4
|/
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-3/+13
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+3
* [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-12/+13
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+10
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-76/+64
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-0/+10
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-0/+21
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+194
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+75
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+72
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-2/+2
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+37
* Implement Expressions (#9439)Anand Thakker2017-11-083-0/+142
* [core] Use convertJSON instead of RapidJSON directlyJohn Firebaugh2017-10-165-50/+23
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-0/+1
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+2
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-9/+9
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-1/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-3/+6
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-1/+2
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-222-9/+9
* [all] Promote Style to public APIJohn Firebaugh2017-06-222-6/+6
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-1/+1
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-1/+1