Skip to content

The bounding box should be converted from WGS84 to the layer CRS #82

The bounding box should be converted from WGS84 to the layer CRS

The bounding box should be converted from WGS84 to the layer CRS #82

Workflow file for this run

name: Add all issues to the master project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/PoisotLab/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}