From 908100d9c50e19387a09c053a1dc71610b7522a1 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 24 Aug 2016 17:47:02 -0400 Subject: [PATCH] Explicitly set coarse alias rather than using WOF layers Who's on First will have more than just coarse data now! --- helper/type_mapping.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helper/type_mapping.js b/helper/type_mapping.js index fde1fab1..8da5682c 100644 --- a/helper/type_mapping.js +++ b/helper/type_mapping.js @@ -60,7 +60,9 @@ var LAYERS_BY_SOURCE = { * may have layers that mean the same thing but have a different name */ var LAYER_ALIASES = { - 'coarse': LAYERS_BY_SOURCE.whosonfirst + 'coarse': [ 'continent', 'country', 'dependency', 'macroregion', 'region', + 'locality', 'localadmin', 'macrocounty', 'county', 'macrohood', 'borough', + 'neighbourhood', 'microhood', 'disputed'] }; // create a list of all layers by combining each entry from LAYERS_BY_SOURCE