From 4a833d8f1331e270f8db0801660f5f1085759770 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 20 May 2020 09:56:22 -0600 Subject: [PATCH] Add type of source Signed-off-by: Taylor Smock --- public/json/sources.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/json/sources.json b/public/json/sources.json index 9a6e3df..e975841 100644 --- a/public/json/sources.json +++ b/public/json/sources.json @@ -1,5 +1,6 @@ { "Statewide Aggregate Addresses in Colorado 2019 (Public)": { + "type": "thirdParty", "countries": { "US-CO": ["addr:housenumber"] }, @@ -10,6 +11,7 @@ "url": "https://importdata.riverviewtechnologies.com/coloradoAddresses/map?bbox={bbox}" }, "MapWithAI": { + "type": "facebook", "countries": { "AE": ["highway"], "AF": ["highway"],