-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: mapbox/mapbox-gl-js
base: v1.9.1
head repository: mapbox/mapbox-gl-js
compare: v1.10.0
Commits on Mar 11, 2020
-
Update version number for GL JS and style spec on master (#9408)
Ryan Hamley authoredMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for d144fbc - Browse repository at this point
Copy the full SHA d144fbcView commit details
Commits on Mar 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da4fa2f - Browse repository at this point
Copy the full SHA da4fa2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b238b15 - Browse repository at this point
Copy the full SHA b238b15View commit details
Commits on Mar 15, 2020
-
Remove Hershey Simplex font attribution from the license (#9423)
Asheem Mamoowala authoredMar 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ce78cd - Browse repository at this point
Copy the full SHA 2ce78cdView commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 03db9b5 - Browse repository at this point
Copy the full SHA 03db9b5View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a259774 - Browse repository at this point
Copy the full SHA a259774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e3ffcd - Browse repository at this point
Copy the full SHA 2e3ffcdView commit details
Commits on Mar 18, 2020
-
Avoid throwing errors when popup container is undefined (#9433)
Ryan Hamley authoredMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 7436884 - Browse repository at this point
Copy the full SHA 7436884View commit details
Commits on Mar 19, 2020
-
Use TileCoordinates instead of LngLats for
within
calculation (#9428)* Using TileCoordinates instead of LngLat for within calculation * Update tests * Adapt test data * Add render tests
Configuration menu - View commit details
-
Copy full SHA for 96c4b66 - Browse repository at this point
Copy the full SHA 96c4b66View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ffd74e - Browse repository at this point
Copy the full SHA 6ffd74eView commit details -
Don't reload the entire font range when a glyph is missing in a font (#…
…9375) * Ignore missing glyph when font range is already loaded * Add test * lint * Fix tests * Remove line * Remove line * Lint * Add ranges flow definition * Use helpers function
Configuration menu - View commit details
-
Copy full SHA for a2afce6 - Browse repository at this point
Copy the full SHA a2afce6View commit details
Commits on Mar 24, 2020
-
populate paint arrays once per line feature (#9452)
instead of once per linestring in a multiline
Configuration menu - View commit details
-
Copy full SHA for eeab959 - Browse repository at this point
Copy the full SHA eeab959View commit details -
fix fill extrusion querying for colinear points (#9454)
When checking for intersections with a fill-extrusion it has to calculate the distance to the plane the polygon exist on. If the first points of the geometry were colinear this calculation would fail. It now: - finds two distinct starting points a, b - loops over all the remaining vertices looking for a value that is not colinear with a, b Usually this will be the first vertex it encounters.
Configuration menu - View commit details
-
Copy full SHA for 0e04a3a - Browse repository at this point
Copy the full SHA 0e04a3aView commit details
Commits on Mar 26, 2020
-
Fix
within
expression issue with geometry crossing the 180th Meridi……an (#9440) * Fix geometry accross meridian * Update tests * Add pre-condintion * Avoid overflow * Add more tests * Adapt test * Remove unnecessary condition * Address review findings
Configuration menu - View commit details
-
Copy full SHA for 28ae634 - Browse repository at this point
Copy the full SHA 28ae634View commit details -
Upgrade direct dependencies & do yarn upgrade (#9466)
* upgrade direct dependencies & do yarn upgrade * fix lint warning * 😬 * upgrade more stuff Co-authored-by: Arindam Bose <arindam.bose@mapbox.com>
Configuration menu - View commit details
-
Copy full SHA for e3e348a - Browse repository at this point
Copy the full SHA e3e348aView commit details
Commits on Mar 27, 2020
-
add an extra check for paint member of style layer (#9437)
* add an extra check for paint member of style layer * review comments Co-Authored-By: Vladimir Agafonkin <agafonkin@gmail.com> Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86eae55 - Browse repository at this point
Copy the full SHA 86eae55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 180da93 - Browse repository at this point
Copy the full SHA 180da93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8ffb0 - Browse repository at this point
Copy the full SHA 8c8ffb0View commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e27049d - Browse repository at this point
Copy the full SHA e27049dView commit details
Commits on Mar 31, 2020
-
Ensure padding is not propagated from fitBounds to transform padding (#…
Arindam Bose authoredMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 8131815 - Browse repository at this point
Copy the full SHA 8131815View commit details -
Fix pattern attributes vertex layout (#9482)
* Fix vertex layout attribute offset when used with DDS The vertex layout offset for patternAttributes is overriden to be 0, this is incorrect as each component of this layout require a specific offset to be set to appropriately bind the buffers when calling vertexAttribPointer * Fix flow * Cleanup unused param * Add render tests for data driven styling coverage * EOL
Configuration menu - View commit details
-
Copy full SHA for 2faf0ab - Browse repository at this point
Copy the full SHA 2faf0abView commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 928f3dd - Browse repository at this point
Copy the full SHA 928f3ddView commit details -
Update per mdn webgl recommendations (#9474)
* Update per mdn webgl recommendations - Delete shader handles after succesfull compilation - Query render to half float texture instead of calling checkFramebufferStatus, potentially involving flush + round-trip on first frame * Add heatmap layer to release testing
Configuration menu - View commit details
-
Copy full SHA for 0a7ecc5 - Browse repository at this point
Copy the full SHA 0a7ecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc57d7 - Browse repository at this point
Copy the full SHA cfc57d7View commit details
Commits on Apr 2, 2020
-
Ensure each tile symbol tile uses its own unique Program based on its…
Arindam Bose authoredApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 469b9ff - Browse repository at this point
Copy the full SHA 469b9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 274d215 - Browse repository at this point
Copy the full SHA 274d215View commit details -
Allow client to retry RTLTextPlugin load after NetworkError (#9489)
Ryan Hamley authoredApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for d912efb - Browse repository at this point
Copy the full SHA d912efbView commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7deb5c - Browse repository at this point
Copy the full SHA e7deb5cView commit details -
Add methods to mapboxgl namespace to allow preloading of workers. (#9391
) * Basic preload workers * Switch to hardcoded preloaded workerpool id so its easier to identify when workers have been preloaded * Add removePreloadedWorkerPool to mapboxgl namespace * Fix flow and lint errors * Add documentation and address CR comments. * Reword docs language to be clearer. Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> * More cleaning of language in documentation. Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-authored-by: Konstantin Käfer <mail@kkaefer.com>
Configuration menu - View commit details
-
Copy full SHA for c10c618 - Browse repository at this point
Copy the full SHA c10c618View commit details
Commits on Apr 7, 2020
-
Remove docs pages from .gitignore file (#9504)
Ryan Hamley authoredApr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 6088941 - Browse repository at this point
Copy the full SHA 6088941View commit details -
refactor and expand gesture handling (#9365)
Co-authored-by: Anjana Vakil <anjana.vakil@mapbox.com> - refactor gesture handling to allow multiple handlers to run simultaneously - add a pitch gesture - add a tap-drag-zoom gesture - fix various bugs (see PR)
Configuration menu - View commit details
-
Copy full SHA for 164b0be - Browse repository at this point
Copy the full SHA 164b0beView commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 97037a4 - Browse repository at this point
Copy the full SHA 97037a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb48ab - Browse repository at this point
Copy the full SHA acb48abView commit details
Commits on Apr 10, 2020
-
* Add regression test for #9518 * More thorough input checks for isPatternMissing function Fixes regression introduced by #9380 ResolvedImage.fromString may now return null, which potentially leaves CrossFaded<ResolvedImage> with missing image patterns I have traced other code paths using ResolvedImage.fromString and have not seen any other potential offenders
Configuration menu - View commit details
-
Copy full SHA for 3f08a28 - Browse repository at this point
Copy the full SHA 3f08a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c148f - Browse repository at this point
Copy the full SHA f4c148fView commit details -
[master] Fix style-spec isolation for within expression (#9522)
* - Add a build-time check for style-spec referencing external files - Refactor within to NOT import external files * Address review comments (cherry picked from commit 2b898c9)
Configuration menu - View commit details
-
Copy full SHA for 388424a - Browse repository at this point
Copy the full SHA 388424aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516f44f - Browse repository at this point
Copy the full SHA 516f44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be4ca3 - Browse repository at this point
Copy the full SHA 5be4ca3View commit details -
update changlogs to add 1.9.1 and style-spec@v13.13.1 (#9541)
(cherry picked from commit 7f22387)
Arindam Bose authoredApr 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 65b914d - Browse repository at this point
Copy the full SHA 65b914dView commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a60e952 - Browse repository at this point
Copy the full SHA a60e952View commit details
Commits on Apr 24, 2020
-
Documentation improvements sprint (#9607) (#9629)
Various documentation enhancements from the docs sprints: * [docsprint] Clarify meaning of Map#isSourceLoaded (#9589) * [docsprint] Add geolocate trigger example (#9552) * [docsprint] Add inline snippet to marker#addTo (#9592) * [docsprint] Add inline snippet and related examples to popup.setHTML (#9538) * add inline snippet and related examples to popup.setHTML * update see URLs to docs subdomain * Add inline and related example for panTo (#9547) * Add inline snippet to LngLatBounds.contains (#9548) * [docsprint] Add inline snippet and examples to map.jumpTo (#9549) * add inline snippet and examples to map.jumpTo * minor reorder to match options and text * added inline and tutorial examples for map.getCenter (#9551) * add example for Marker class setLngLat (#9553) * added examples to get- and setLayoutProperty (#9554) * add inline snippet and examples to map.triggerRepaint (#9555) * CameraOptions - update pitch and bearing definitions, add inline code example, add example links (#9556) * add inline code snippet to map.showTileBoundaries (#9557) * Mark Debug namespace as private to hide it from the docs (#9558) * [docsprint] Add detail to docs on setFeatureState, removeFeatureState, getFeatureState (#9559) * add detail to docs on setFeatureState, removeFeatureState, getFeatureState * remove trailing spaces * [docsprint] map.on: remove extra on section, link to event types, add code snippet, add related (#9560) * add examples to open and close popup events (#9565) * [docsprint] Clarify how map.moveLayer works (#9566) * clarify how map.moveLayer works * fix id capitalization * [doscprint] add links to EPSG and minor example changes for LngLat (#9570) * add links to EPSG and minor example changes for LngLat * document the layer object's properties in addLayer (#9571) * [docsprint] Add inline snippet and examples to popup.addTo (#9572) * added inline example to popup-addto * added relevant examples to popup.addto * Add inline example for trackPointer (#9575) * Add inline example for Popup#getElement (#9576) * [docsprint] Add inline examples for Point & PointLike types (#9577) * Add inline examples for Point & PointLike types * Correct syntax * [docsprint] Cleanup doc for MapBoxZoomEvent (#9564) * Describe map style object returned by Map#getStyle (#9579) * [docsprint] Add inline example for getClusterLeaves (#9580) * [docsprint] PaddingOptions - update definition, example, and related (#9581) * PaddingOptions - update definition, example, and related * Fixes formatting issues * [docsprint] Add inline snippet to marker#setPopup, marker#getPopup, and marker#togglePopup (#9582) * update setPopup * update togglePopup * update formatting * update setFilter jsdoc (#9586) * add more details to getSource (#9587) * add clearStorage example (#9588) * [docsprint] Add documentation for RequestParameters (#9573) * [docsprint] Add inline example for setZoomRate and setWheelZoomRate of scrollZoomHandler (#9593) * Add inline example for setZoomRate of scrollZoomHandler * add setWheelZoomRate inline example * Add inline examples for map zoom-related methods (#9594) * [docsprint] Add example to MapMouseEvent (#9595) * add example to MapMouseEvent * Add examples for GeolocateControl events (#9596) * [docsprint] Add example to MapDataEvent (#9597) * add example to MapDataEvent * add example for getLngLat (#9591) * suggested edits for clarifying mouse events * Small grammar fix: "optional the `layerId`" -> "the optional `layerId" * Update pitch param definition; add Display buildings in 3D example * remove example object, light formatting and copyediting # Conflicts: # src/ui/camera.js Co-Authored-By: Dan Swick <dan.swick@gmail.com> Co-authored-by: Adriana Babakanian <adriana.babakanian@mapbox.com> Co-authored-by: Sam Fader <samfader@users.noreply.github.com> Co-authored-by: Heather Stenson <heather.stenson@mapbox.com> Co-authored-by: Katy DeCorah <decorah@mapbox.com> Co-authored-by: jbranigan <john.branigan@mapbox.com> Co-authored-by: Jeremy Stratman <jstratman@users.noreply.github.com> Co-authored-by: Mal Wood-Santoro <mal.wood@mapbox.com> Co-authored-by: Asheem Mamoowala <asheem.mamoowala@mapbox.com> Co-authored-by: Colleen McGinnis <colleen.mcginnis@mapbox.com> Co-authored-by: geografa <geografa@users.noreply.github.com> Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com> Co-authored-by: David Wicks <david.wicks@mapbox.com> Co-authored-by: Deven Diliberto <deven.diliberto@mapbox.com> Co-authored-by: Colleen <colleen.j.mcginnis@gmail.com> Co-authored-by: Karim Naaji <karim.naaji@gmail.com> Co-authored-by: Dan Swick <dan.swick@gmail.com> Co-authored-by: Adriana Babakanian <adriana.babakanian@mapbox.com> Co-authored-by: Sam Fader <samfader@users.noreply.github.com> Co-authored-by: Heather Stenson <heather.stenson@mapbox.com> Co-authored-by: Katy DeCorah <decorah@mapbox.com> Co-authored-by: jbranigan <john.branigan@mapbox.com> Co-authored-by: Jeremy Stratman <jstratman@users.noreply.github.com> Co-authored-by: Mal Wood-Santoro <mal.wood@mapbox.com> Co-authored-by: Asheem Mamoowala <asheem.mamoowala@mapbox.com> Co-authored-by: Colleen McGinnis <colleen.mcginnis@mapbox.com> Co-authored-by: geografa <geografa@users.noreply.github.com> Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com> Co-authored-by: David Wicks <david.wicks@mapbox.com> Co-authored-by: Deven Diliberto <deven.diliberto@mapbox.com> Co-authored-by: Colleen <colleen.j.mcginnis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ffd5b5d - Browse repository at this point
Copy the full SHA ffd5b5dView commit details
Commits on Apr 27, 2020
-
Reverse tap-drag-zoom direction (#9618) (#9633)
fixes #9612 Co-authored-by: Joakim Berglund <neorth@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4632600 - Browse repository at this point
Copy the full SHA 4632600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df0494 - Browse repository at this point
Copy the full SHA 9df0494View commit details
There are no files selected for viewing