File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 uses : actions/setup-python@v4
1919 with :
2020 python-version : 3.13
21- cache : " pip"
2221 # Some mapfiles are generated by scripts, but also committed to the repo.
2322 # Check for mismatches between committed files and script output.
2423 - name : Regenerate mapfiles and check for equality
4443 echo CONNECTIONTYPE postgis > connection/$c.inc
4544 done
4645 python3 tools/make_indexjson.py *.map | jq . > /dev/null
47- - name : Authorization checks
48- run : |
49- python3 -m pip install -r tools/requirements.txt
50- # adresseerbare_objecten and bgt_inrichtingselementen can't be parsed
51- # due to limitations in mappyfile.
52- # The other excluded maps should be fixed. They have workarounds in
53- # place to prevent access to restricted fields.
54- python3 tools/auth_check.py -e \
55- adresseerbare_objecten bgt_inrichtingselementen \
56- bomen brk2 ondergrond ziektenplagenexotengroen \
57- meldingen_huidige_jaar meldingen_vorige_jaar meldingen_indicatoren \
58- monumenten hr handelsregister hr_kvk eigendommen_v2 erfpacht_v2
5946
6047 # Regression test. Asserts that we don't suffer from the MapServer 7.x
6148 # bounding box bug https://github.com/MapServer/MapServer/issues/6478.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments