Some comments

This commit is contained in:
vjrj 2018-02-26 20:30:23 +01:00
parent 1cf2a6883a
commit 2fe2412e73

View file

@ -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,