Rename generic layer.sql to actual_layer_name .sql (#1034)

Following layers had generic `layer.sql` name.

- `aerodrome_label`
- `aeroway`
- `housenumber`
- `mountain_peak`
- `park`
- `place`
- `poi`
- `transportation`
- `transportation_name`
- `water_name`

This PR renames `layer.sql` to `aerodrome_label.sql`, `aeroway.sql`...
pull/1035/head
Adam Laža 2020-11-09 10:43:35 +01:00 zatwierdzone przez GitHub
rodzic a36db48a3e
commit 0dc8c3256c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
20 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ layer:
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!))) AS t
schema:
- ./update_aerodrome_label_point.sql
- ./layer.sql
- ./aerodrome_label.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -24,7 +24,7 @@ layer:
geometry_field: geometry
query: (SELECT geometry, ref, class FROM layer_aeroway(!bbox!, z(!scale_denominator!))) AS t
schema:
- ./layer.sql
- ./aeroway.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -13,7 +13,7 @@ layer:
query: (SELECT geometry, housenumber FROM layer_housenumber(!bbox!, z(!scale_denominator!))) AS t
schema:
- ./housenumber_centroid.sql
- ./layer.sql
- ./housenumber.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -25,7 +25,7 @@ layer:
query: (SELECT osm_id, geometry, name, name_en, name_de, {name_languages}, class, ele, ele_ft, rank FROM layer_mountain_peak(!bbox!, z(!scale_denominator!), !pixel_width!)) AS t
schema:
- ./update_peak_point.sql
- ./layer.sql
- ./mountain_peak.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -26,7 +26,7 @@ layer:
query: (SELECT geometry, class, name, name_en, name_de, {name_languages}, rank FROM layer_park(!bbox!, z(!scale_denominator!), !pixel_width!)) AS t
schema:
- ./update_park_polygon.sql
- ./layer.sql
- ./park.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -72,7 +72,7 @@ schema:
- ./update_island_point.sql
- ./update_state_point.sql
- ./update_city_point.sql
- ./layer.sql
- ./place.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -150,7 +150,7 @@ schema:
- ./poi_stop_agg.sql
- ./update_poi_polygon.sql
- ./update_poi_point.sql
- ./layer.sql
- ./poi.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -178,7 +178,7 @@ layer:
schema:
- ./class.sql
- ./update_transportation_merge.sql
- ./layer.sql
- ./transportation.sql
datasources:
- type: imposm3
mapping_file: ./mapping.yaml

Wyświetl plik

@ -98,7 +98,7 @@ schema:
- ./network_type.sql
- ./update_route_member.sql
- ./update_transportation_name.sql
- ./layer.sql
- ./transportation_name.sql
datasources:
- type: imposm3
mapping_file: ../transportation/mapping.yaml

Wyświetl plik

@ -29,7 +29,7 @@ schema:
- ./update_marine_point.sql
- ./update_water_lakeline.sql
- ./update_water_point.sql
- ./layer.sql
- ./water_name.sql
datasources:
- type: imposm3
mapping_file: ../water/mapping.yaml