forked from opengisch/qgis-swiss-locator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge opengisch/qgis-swiss-locator/master
- Loading branch information
Showing
13 changed files
with
1,245 additions
and
1,055 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
name: Update Layers | ||
|
||
on: | ||
schedule: | ||
# weekly | ||
- cron: '0 0 * * 0' | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- .github/workflows/update-layers.yml | ||
workflow_dispatch: | ||
|
||
jobs: | ||
update-layers: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Get source code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v1 | ||
with: | ||
python-version: 3.8 | ||
|
||
- name: Update layers | ||
run: | | ||
cd swiss_locator/map_geo_admin | ||
./download_layer_data.py | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
commit-message: update map.geo.admin.ch layers | ||
title: Automated updates to map.geo.admin.ch layers | ||
body: | ||
branch: update-layers |
This file was deleted.
Oops, something went wrong.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
[general] | ||
name=Swiss Locator | ||
qgisMinimumVersion=3.2 | ||
description=A locator filter for Swiss Geoportal (geo.admin.ch) | ||
about=Search for locations, WMS layers of features in the whole Swiss Geoportal catalog | ||
description=A locator filter for Swiss Geoportal (geo.admin.ch) and opendata.swiss resources | ||
about=Search for locations, WMS layers of features in the whole Swiss Geoportal catalog as well as in opendata.swiss | ||
version=dev | ||
author=Denis Rouzaud | ||
[email protected] | ||
|
||
# Tags are comma separated with spaces allowed | ||
tags=swiss, suisse, schweiz, locator, geoadmin, geoportal | ||
tags=swiss, suisse, schweiz, locator, geoadmin, geoportal, opendata.swiss | ||
|
||
tracker=https://github.com/opengisch/qgis-swiss-locator | ||
homepage=https://github.com/opengisch/qgis-swiss-locator | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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