From 2fe2412e73373d85b389b4e84bb0ed2f3c67c047 Mon Sep 17 00:00:00 2001 From: vjrj Date: Mon, 26 Feb 2018 20:30:23 +0100 Subject: [PATCH] Some comments --- imports/api/Industries/Industries.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imports/api/Industries/Industries.js b/imports/api/Industries/Industries.js index f77ab9d..d6aba72 100644 --- a/imports/api/Industries/Industries.js +++ b/imports/api/Industries/Industries.js @@ -6,6 +6,10 @@ import LocationSchema from '/imports/api/Utility/LocationSchema.js'; const Industries = new Mongo.Collection('industries'); +// For now using: +// https://www.eea.europa.eu/data-and-maps/data/member-states-reporting-art-7-under-the-european-pollutant-release-and-transfer-register-e-prtr-regulation-16 +// https://www.epa.gov/enviro/epa-frs-facilities-state-single-file-csv-download + Industries.allow({ insert: () => false, update: () => false,