Commit 93fc05e98a63dd67916f5e9364d87f8f07aa6b2f

  • avatar
  • arvind
  • Wed Oct 16 14:11:20 IST 2013
Hide summary till map comes
  
120120 var template = _.template($("#map-template").html());
121121 $(el).append(template);
122122 $("#map").hide();
123 $("#summaryData").hide();
123124 var southWest = new L.LatLng(47.20, 4.04); //Logic to calculate the bounds for "world view".
124125 var northEast = new L.LatLng(55.10, 16.67);
125126 var restrictBounds = new L.LatLngBounds(southWest, northEast);