Slide 49
Slide 49 text
@girlie_mac
Mapping the Published Coords
eon.map({
id: 'map',
mb_token: 'pk.eyJ1IjoiaWFuamVub...', mb_id: 'your_mb_id...',
channel: 'eon-map',
pubnub: pubnub,
transform: function(m) {
return {
eon { latlng: [m.lat, m.lon] }
}
}
});
Transform your raw data
into the schema that EON
understands