-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add render tests #477
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
Merged
Add render tests #477
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
931269b
Add Monaco build test
wipfli 995fe6e
Move to script
wipfli 868dec8
Add render tests folder
wipfli 2524c45
First successful render test run
wipfli 62b830e
Remove custom layer
wipfli 18e5669
Use express instead of st for range request support in pmtiles protocol
wipfli 98907ef
Trim
wipfli e0def74
Trim
wipfli 0dc6fd3
Use basemap styles
wipfli cc56359
Rename
wipfli a22f61a
Add monaco osm extract
wipfli bf2d2a7
Add generate pmtiles script
wipfli 2228327
Update github workflow
wipfli ca79f55
Upload results.html on failure
wipfli d7130e9
Update expected image
wipfli 7a87823
Change roads label color
wipfli cc3971f
Update readme
wipfli 7569204
Revert font color changes
wipfli 0c6ddbc
Remove tiles monaco build script
wipfli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Derived from planetiler (Apache License) | ||
| # https://github.com/onthegomap/planetiler/blob/main/.github/workflows/maven.yml | ||
|
|
||
| name: Monaco CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ main ] | ||
| pull_request: | ||
| branches: [ main ] | ||
|
|
||
| jobs: | ||
| monaco_roads: | ||
| name: Build the roads layer on Monaco | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 15 | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Set up JDK 21 | ||
| uses: actions/setup-java@v3 | ||
| with: | ||
| java-version: 21 | ||
| distribution: 'temurin' | ||
| cache: 'maven' | ||
| - name: Build jar | ||
| working-directory: tiles | ||
| run: mvn clean package -DskipTests | ||
| - name: Run roads layer on Monaco | ||
| working-directory: tiles | ||
| run: ./monaco.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| java -Xmx2g -jar target/protomaps-basemap-HEAD-with-deps.jar \ | ||
| --osm_url=https://protomaps.dev/~wipfli/fixtures/monaco-2025-02-15.osm.pbf \ | ||
| --nodemap-type=sparsearray \ | ||
| --layer=roads \ | ||
| --log_jts_exceptions \ | ||
| --download | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.