More work with subscriptions
This commit is contained in:
parent
316e14f0ea
commit
918103a17b
12 changed files with 29 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue