summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Collapse)AuthorAgeFilesLines
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-262-20/+0
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-182-115/+0
|
* [core] renderer interfaceIvo van Dongen2017-07-183-69/+8
|
* [core] split backend from mapobserverIvo van Dongen2017-07-182-2/+3
|
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+1
|
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-0/+10
|
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-5/+6
|
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-0/+9
|
* [core] remove tile cache size setterIvo van Dongen2017-06-271-1/+0
|
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-6/+2
|
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-36/+5
|
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-1/+1
|
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+2
|
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-2/+2
|
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-2/+2
|
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+2
|
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-2/+2
| | | | More like Source and Layer.
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-7/+0
|
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-121-1/+1
|
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-081-3/+1
|
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-022-0/+12
| | | | Once Source and RendererSource are split, Source will no longer have access to tiles.
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+5
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-7/+7
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-3/+0
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-4/+1
| | | | We don't need to have two different measurement systems for map zoom.
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural ↵John Firebaugh2017-04-112-11/+11
| | | | "empty" state
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-111-0/+4
|
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-111-0/+2
|
* [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-111-2/+4
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-0/+26
|
* [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-281-0/+26
|
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-242-0/+14
|
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+11
|
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+14
|
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+2
|
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+4
|
* [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+2
|
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-153-5/+41
|
* [core] query source featuresIvo van Dongen2017-03-091-1/+4
|
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-092-5/+5
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-042-4/+23
|
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-18/+18
| | | [glfw] - allow glfw binding to use AnimationOptions instead of using direction directly
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-201-1/+2
| | | | [android] - update jni bindings for moveBy with an interpolator
* [core] Link BackendScopes in a list for additional assertionsJohn Firebaugh2017-02-201-1/+2
|
* [core] Ensure that context resources are destroyed before context is destroyedJohn Firebaugh2017-02-201-2/+1
|
* [core] Nestable BackendScopeJohn Firebaugh2017-02-202-14/+17
|
* [core] Expose Map::setZoom with anchor parameterJason Wray2017-02-131-0/+1
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-0/+1
|\ | | | | | | Also reran make style-code and manually discarded anything related to fill extrusion layers.
| * [core] use raii to guard backend deactivationIvo van Dongen2016-12-131-6/+25
| |
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * [core] Add interface to get image from sprite atlas * [tests] Add tests for Map::getImage * [ios, macos] WIP: get MGLImage for name from style * [ios, macos] Fixed -imageForName: Convert from sprite images to platform images using the existing encodePNG() function, which is also used for printing. Allow -imageForName: to return nil without an assertion failure. Added a basic test.