summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add additional transformState::latLngToScreenCoordinate getterupstream/galinelle_transformStateGali Nelle2020-03-193-2/+17
| | | | | | | This change adds a latLngToScreenCoordinate overload, to retrieve the projected vec4 in additional to the ScreenCoordinate object, that is useful to detect whether the projected latLng is in front or behind the camera.
* [build] Bump dockerThiago Marcos P. Santos2020-03-142-1/+2
| | | | Allow building with OpenGL ES 2.0 headers on Linux.
* Merge pull request #16305 from mapbox/mikhail_change_log_for_maps-v1.3.0maps_v1.4.0maps-v1.4.0upstream/maps_v1.4.0Mikhail Pozdnyakov2020-03-131-5/+9
| | | Update change log for the maps-v1.4.0 release
* [core] Fix crash at Placement::getSymbolPlacement()Mikhail Pozdnyakov2020-03-131-1/+1
|
* Update Changelogzmiao2020-03-131-0/+5
|
* Add change log entryMikhail Pozdnyakov2020-03-121-0/+4
|
* Update metricsMikhail Pozdnyakov2020-03-122-2/+2
|
* [core] Binary size fixupMikhail Pozdnyakov2020-03-121-38/+46
|
* [core] Collision index uses doubled padding with the tilted viewMikhail Pozdnyakov2020-03-123-3/+11
|
* [core] Variable labels stick to latest anchor if the view is tiltedMikhail Pozdnyakov2020-03-122-22/+29
| | | | This is done in order to improve labels stability and for the performace reasons.
* [core] Do not squeeze placement period if the view is tiltedMikhail Pozdnyakov2020-03-123-14/+17
| | | | | | If the view is not tilted, we want the new symbols to show up faster, so we squeeze the placement period. On contrary, with the tilted view it's more important to make placement rarely for performance reasons and as the new symbols are normally "far away" and the user is not that interested to see them ASAP.
* [core] Place already visible symbols first and hidden symbols lastMikhail Pozdnyakov2020-03-122-1/+29
|
* Update baselinesMikhail Pozdnyakov2020-03-124-0/+140
|
* [tests] Enable left-top-right-bottom-offset-tile-map-mode testMikhail Pozdnyakov2020-03-123-1/+35
| | | | Rebase its results after https://github.com/mapbox/mapbox-gl-native/commit/3ca26ed2a609ed2eec03be0e712c29ce83a99235
* [test][ios] Update iOS render test data setup scriptJuha Alanen2020-03-123-17/+32
|
* [glfw] Add OpenGL files only when the flag is enabledJuha Alanen2020-03-121-2/+14
|
* [test] Run Annotations DebugSparse test only with OpenGL rendererJuha Alanen2020-03-121-0/+4
|
* [core] Follow-up on the platform integration callback PRThiago Marcos P. Santos2020-03-121-5/+6
| | | | Addressing review comments that arrived after the PR was merged.
* [metrics] Updated baselinesThiago Marcos P. Santos2020-03-114-0/+140
|
* Bump mapbox-gl-jskevin2020-03-111-0/+0
|
* [core] Not filter express `in` in `filter`.kevin2020-03-111-1/+6
|
* Update baselinesMikhail Pozdnyakov2020-03-11134-378/+658
|
* [core] Adjust mapbox-gl-native for the updated debug shader semanticsMikhail Pozdnyakov2020-03-118-23/+39
|
* Bump mapbox-gl-jsMikhail Pozdnyakov2020-03-1120-353/+365
|
* [core] Add a callback for platform RunLoop integrationThiago Marcos P. Santos2020-03-112-0/+61
| | | | | | | | Platform integration callback for platforms that do not have full run loop integration or don't want to block at the Mapbox GL Native loop. It will be called from any thread and is up to the platform to, after receiving the callback, call RunLoop::runOnce() from the same thread as the Map object lives.
* Add change log entryMikhail Pozdnyakov2020-03-101-0/+4
|
* [core][tile mode] Fix assertion at `line-center` placement handlingMikhail Pozdnyakov2020-03-101-6/+8
| | | | The `symbolIntersectsTileEdges` algorithm should not be applied to the symbols with `line-center` placement
* [ios] Disable ccacheThiago Marcos P. Santos2020-03-091-1/+1
|
* [build] Include an internal/internal.cmake if existsThiago Marcos P. Santos2020-03-091-0/+4
| | | | Useful for including extra modules in forks.
* [build] Make curl for Android a vendor packageThiago Marcos P. Santos2020-03-092-8/+21
| | | | This will make it easier to add it as dependencies of different targets.
* [build] Do not do license check on core only builds (#16276)Thiago Marcos P. Santos2020-03-081-3/+5
| | | Users will add more dependencies and the script will break the build.
* [core] Update baselinesAlexander Shalamov2020-03-071-1/+1
|
* [core] Update changelogAlexander Shalamov2020-03-071-0/+5
|
* [core] Add unit tests for ambient cache sizeAlexander Shalamov2020-03-072-8/+52
|
* [core] Calculate size of an ambient cache without offline resourcesAlexander Shalamov2020-03-072-25/+147
|
* [render tests] Temporarily ignore tile-mode/streets-v11Mikhail Pozdnyakov2020-03-061-1/+2
| | | | Due to flaky metrics results
* Add change log entryMikhail Pozdnyakov2020-03-061-1/+7
|
* [render tests] Add resources for tile-mode/streets-v11Mikhail Pozdnyakov2020-03-065-0/+140
|
* Bump mapbox-gl-jsMikhail Pozdnyakov2020-03-062-1/+2
| | | | so that it includes `tile-mode/streets-v11` test
* [core] CollisionIndex::intercectsTileEdges -> intersectsTileEdgesMikhail Pozdnyakov2020-03-063-5/+5
|
* [core] Tile mode placement algorithm must consider icons bounding boxesMikhail Pozdnyakov2020-03-061-36/+42
| | | | | | Tile mode placement algorithm now checks if bounding boxes for both label text and icon are intersecting the edges of the tiles. Before, it checked only text bounding boxes and thus label icons might have got cut off.
* [build] Removed unused misc codeThiago Marcos P. Santos2020-03-068-176/+0
| | | | This BUCK code is not used by our CI.
* [build] Collect code coverage from macOS buildsJuha Alanen2020-03-062-1/+12
| | | | | Collect coverage from development builds and add a nightly build to collect metrics.
* Update changelogzmiao2020-03-051-0/+4
|
* [core] Remove unnecessary intermediate PolygonFeaturezmiao2020-03-052-42/+10
|
* [core] Fix within expression serialization + fix within expression equal ↵zmiao2020-03-053-18/+34
| | | | operator
* [core] Fix within case when point is on polygon boundaryzmiao2020-03-052-0/+13
|
* [core] Make within expression support generic geoJSON datazmiao2020-03-051-22/+51
|
* [core] Change GeoJSONOptions.clusterProperties to std::mapAlexander Shalamov2020-03-051-2/+2
| | | | The clusterProperties contain only few elements at most.
* [core] Update changelogAlexander Shalamov2020-03-051-5/+20
|