タイルを最適化ベクトルタイルに変更し、スタイルを調整 #54
Workflow file for this run
This file contains 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
name: pr | |
on: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run tests | |
run: | | |
cd $GITHUB_WORKSPACE | |
npm install | |
npm run build | |
- name: Action step | |
uses: geolonia/map-render-benchmark@refs/heads/main | |
with: | |
style: docs/style.json | |
center: 139.7671773,35.6810755 | |
zooms: 5,7,11,14 | |
production_style: https://geoloniamaps.github.io/gsi/style.json |