Compare commits

..

1 Commits
main ... v1.0.0

Author SHA1 Message Date
0aedefdf4c append housenumber and boxnumber to result
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
2022-09-02 16:54:13 +02:00

View File

@ -11,7 +11,7 @@ steps:
destination: bestaddresses.zip destination: bestaddresses.zip
- name: convert - name: convert
image: osgeo/gdal:alpine-normal-3.6.3 image: osgeo/gdal:alpine-normal-latest
environment: environment:
SELECT: SELECT shape AS geom, id, best_id, coalesce(streetname_fr, streetname_nl, streetname_de) AS streetname, postal_info_objectid, municipality_objectid, COALESCE(municipality_fr, municipality_nl, municipality_de) AS municipality, housenumber, boxnumber SELECT: SELECT shape AS geom, id, best_id, coalesce(streetname_fr, streetname_nl, streetname_de) AS streetname, postal_info_objectid, municipality_objectid, COALESCE(municipality_fr, municipality_nl, municipality_de) AS municipality, housenumber, boxnumber
commands: commands: