summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [WIP][core] Add Map optionsupstream/map_optionsSudarsana Babu Nagineni2019-03-042-8/+99
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-273-213/+246
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-262-18/+21
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-261-1/+1
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+2
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] Do not consider X axis when constraining scaleBruno de Oliveira Abinader2018-11-291-5/+2
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-13/+30
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-274-203/+42
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-273-17/+3
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-261-1/+3
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+1
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-193-7/+24
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-192-9/+9
* [core] Do not constrain on X axis in ConstrainMode::HeightOnlyBruno de Oliveira Abinader2018-10-021-10/+15
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-5/+12
* [android] add support for gnustlKonstantin Käfer2018-09-112-2/+2
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-13/+24
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-042-4/+4
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-212-10/+49
* [core] fix circle querying for scale and alignmentChris Loer2018-04-262-0/+14
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-1/+0
|\
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-1/+0
* | [core] prevent render thread from waking up unneeded on still renderingIvo van Dongen2018-03-141-0/+5
|/
* [core] align raster imagery rendering to pixel rid to avoid blurrinessKonstantin Käfer2018-01-242-4/+19
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-021-2/+2
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+3
* [core, node] Support axonometric renderingLauren Budorick2017-10-145-0/+75
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-11/+34
* [core] TransformState::getIntegerZoom should be uint8_tBruno de Oliveira Abinader2017-09-152-2/+2
* [core] Partially revert ZoomHistory.lastIntegerZoom updateBruno de Oliveira Abinader2017-09-151-1/+1
* [core] remove map update enumIvo van Dongen2017-08-312-59/+33
* [core] move annotation tile updates to rendererIvo van Dongen2017-08-311-5/+1
* [core] annotation manager - manage dirty state internallyIvo van Dongen2017-08-311-1/+3
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-0/+7
* [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-241-3/+3
* [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-241-2/+0
* [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoomBruno de Oliveira Abinader2017-08-221-16/+21
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-211-1/+1
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-5/+1
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-1/+0
* [core] rename backend to renderer backendIvo van Dongen2017-07-182-116/+0
* [core] renderer interfaceIvo van Dongen2017-07-181-247/+102
* [core] split backend from mapobserverIvo van Dongen2017-07-181-1/+5
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-182-12/+9
* [core] abort early when the dimension is 0Konstantin Käfer2017-07-171-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+1
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-3/+4
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-112-0/+14