eon-map
Version:
Mapbox Realtime Maps with PubNub. Part of the EON Framework.
8 lines (7 loc) • 310 B
JavaScript
window.PubNub = require('pubnub');
window.GoogleMapsLoader = require('google-maps');
window.L = require('leaflet');
require('./node_modules/mapbox.js/src/mapbox.js')
require('./node_modules/mapbox.js/theme/style.css');
require('leaflet.gridlayer.googlemutant');
module.exports = require('./src/pubnub-map.js')