Commit ba952014 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fix map init

parent 48e79eec
......@@ -63,7 +63,9 @@ var LeafletObject = function(id,data,options){
this.fov = data.camera.fov;
//this.initialize();
// quick fix, will reinit
this.initialize();
var self = this;
$.ajax({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment