Align update.sql file naming to other layers (#897)

Code clean.

Use the same naming convention for the SLQ update file as other layer.
This commit is contained in:
Frédéric Rodrigo 2020-05-26 21:03:07 +02:00 committed by GitHub
parent b2ab969128
commit 495e8bd370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ layer:
srid: 900913 srid: 900913
query: (SELECT osm_id, geometry, name, name_en, name_de, {name_languages}, class, iata, icao, ele, ele_ft FROM layer_aerodrome_label (!bbox!, z(!scale_denominator!), !pixel_width!)) AS t query: (SELECT osm_id, geometry, name, name_en, name_de, {name_languages}, class, iata, icao, ele, ele_ft FROM layer_aerodrome_label (!bbox!, z(!scale_denominator!), !pixel_width!)) AS t
schema: schema:
- ./update.sql - ./update_aerodrome_label_point.sql
- ./layer.sql - ./layer.sql
datasources: datasources:
- type: imposm3 - type: imposm3