summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-031-3/+1
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-261-1/+1
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-261-9/+1
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-261-4/+4
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-261-3/+15
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-181-0/+6
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-2/+2
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-091-0/+7
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-191-0/+6
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-6/+0
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-171-0/+6
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-041-1/+0
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-70/+0
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-0/+22
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-11/+19
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-3/+22
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-151-2/+21
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-5/+5
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-5/+6
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-2/+39
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-311-25/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-50/+23
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-0/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-1/+5
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-081-2/+2
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+3
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-2/+2
* [core] ensure layer::accept works with non-void return values on gccIvo van Dongen2017-05-301-0/+7
* [core] forward visitor in layer::acceptIvo van Dongen2017-05-231-8/+8
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-14/+17
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-1/+1
* [core] split off render layersIvo van Dongen2017-04-251-23/+15
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-131-0/+6
* [core] Include what you useThiago Marcos P. Santos2017-01-201-0/+1
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+2
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+4
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-15/+55
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-5/+0
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-4/+3
* [core] Add {min,max}Zoom accessorsJohn Firebaugh2016-06-021-0/+6
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+78