More work with subscriptions

This commit is contained in:
vjrj 2017-12-17 02:00:53 +01:00
parent 316e14f0ea
commit 918103a17b
12 changed files with 29 additions and 14 deletions

View file

@ -48,8 +48,8 @@ ActiveFires.deny({
* */
ActiveFires.schema = new SimpleSchema({
lat: SimpleSchema.Integer,
lon: SimpleSchema.Integer,
lat: Number,
lon: Number,
scan: Number,
type: String,
acq_date: String,