// Generated by CoffeeScript 1.10.0 (function() { var app, leaflet_conf; leaflet_conf = { width: 45177, height: 20538, tileLayer: 'http://wafi.iit.cnr.it/webvis/tiles/vips_zoomify_kunyu_wanguo_quantu/', realMaxZoom: 6, zoomControlPosition: 'bottomright', map: { minZoom: 1, maxZoom: 8, zoomControl: false, crs: L.CRS.Simple } }; app = new Vue({ el: '#app', data: { annotations: [], conf: leaflet_conf }, components: { 'leaflet': window.leafletComponent } }); }).call(this);