Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all minor versions (master) (minor) #9529

Merged
merged 3 commits into from
Nov 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Regenerate the ref images
sbrunner committed Nov 4, 2024

Verified

This commit was signed with the committer’s verified signature.
sbrunner Stéphane Brunner
commit 400e991d38947699cd663b4493092cbd2661bda7
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
MAIN_BRANCH: master
CI: true
CI: 'true'

jobs:
not-failed-backport:
@@ -140,7 +140,7 @@ jobs:
rm examples/error-ref.png
find . ! -name *-ref.png -type f -exec rm {} \;
if: env.REGENERATE_EXAMPLES == 'true'
- run: '[ ${REGENERATE_EXAMPLES} == false ]'
- run: "[ ${REGENERATE_EXAMPLES} == 'false' ]"
- uses: actions/upload-artifact@v4
with:
name: Examples
Binary file modified contribs/gmf/apps/oeedit-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/query-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Unchanged files with check annotations Beta

/**
* @typedef {Object} MarkerOptions
* @property {[number, number]} [position]

Check warning on line 64 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "position" description
* @property {string} [icon]

Check warning on line 65 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "icon" description
*/
/**
* @typedef {Object} MapOptions
* @property {string} div

Check warning on line 70 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "div" description
* @property {import('ol/coordinate').Coordinate} center

Check warning on line 71 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "center" description
* @property {number} [zoom=10]

Check warning on line 72 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "zoom" description
* @property {boolean} [showCoords=true]

Check warning on line 73 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "showCoords" description
* @property {boolean} [addMiniMap=false]

Check warning on line 74 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "addMiniMap" description
* @property {boolean} [miniMapExpanded=true]

Check warning on line 75 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "miniMapExpanded" description
* @property {boolean} [addLayerSwitcher=false]

Check warning on line 76 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "addLayerSwitcher" description
* @property {boolean} [searchDiv]

Check warning on line 77 in api/src/Map.js

GitHub Actions / Continuous integration

Missing JSDoc @Property "searchDiv" description
* @property {string[]} [layers]
* @property {string[]} [backgroundLayers]
*/