Some comments
This commit is contained in:
parent
1cf2a6883a
commit
2fe2412e73
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ import LocationSchema from '/imports/api/Utility/LocationSchema.js';
|
||||||
|
|
||||||
const Industries = new Mongo.Collection('industries');
|
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({
|
Industries.allow({
|
||||||
insert: () => false,
|
insert: () => false,
|
||||||
update: () => false,
|
update: () => false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue