From 24b1e763faf0835005d954aa6de04a1442f211b9 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sat, 26 Nov 2016 20:47:42 +0000 Subject: [PATCH] Rename highway to layer --- layers/transportation/{highway.sql => layer.sql} | 0 layers/transportation/transportation.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename layers/transportation/{highway.sql => layer.sql} (100%) diff --git a/layers/transportation/highway.sql b/layers/transportation/layer.sql similarity index 100% rename from layers/transportation/highway.sql rename to layers/transportation/layer.sql diff --git a/layers/transportation/transportation.yaml b/layers/transportation/transportation.yaml index 0d189e4..05d96e2 100644 --- a/layers/transportation/transportation.yaml +++ b/layers/transportation/transportation.yaml @@ -33,7 +33,7 @@ layer: schema: - ./types.sql - ./ne_global_roads.sql - - ./highway.sql + - ./layer.sql datasources: - type: imposm3 mapping_file: ./mapping.yaml