talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

Error Adding a map widget #78

Open jonesg504 opened 7 years ago

jonesg504 commented 7 years ago

Here is the JS for the map widget dashboard.addWidget('map_widget', 'Map', { getData: function () { var self = this; $.extend(self.scope, { map: { zoom: 8, doubleClickZoom: true, defaultUI: true, center: { lat: 10, lng: 10, }, markers: [ { lat: 10, lng: 10, }, { lat: 11, lng: 11, } ] } }); }, interval: 6000000 });

It throws an error: Type not recognized: preloadjs-0.6.1.combined.js:2195:10