Commit a9e24c89 by niuxiaolin

latest ui 08/09/2019 13:10:21

parent fe26f3f5
...@@ -289,7 +289,7 @@ export class MainComponent implements OnInit { ...@@ -289,7 +289,7 @@ export class MainComponent implements OnInit {
this.map.panTo(view.center,{duration:1000}); this.map.panTo(view.center,{duration:1000});
var orginZoom = this.map.getZoom(); var orginZoom = this.map.getZoom();
var dur =view.zoom - this.map.getZoom(); var dur =view.zoom - this.map.getZoom();
timer(0, 3000) timer(0, 200)
.pipe(timeInterval(), pluck('interval'), take(dur)).subscribe((index:any)=>{ .pipe(timeInterval(), pluck('interval'), take(dur)).subscribe((index:any)=>{
this.map.centerAndZoom(view.center,orginZoom+1); this.map.centerAndZoom(view.center,orginZoom+1);
......
...@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6"; ...@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
, q = q + a.XA + "v=" + w + "&udt=" + v + "&fn=window." + y , q = q + a.XA + "v=" + w + "&udt=" + v + "&fn=window." + y
, w = n[o] + "&" + q , w = n[o] + "&" + q
//xiaolin //xiaolin
//, w = n[o] + "&rand="+Math.random()+"&param=" + window.encodeURIComponent(Kb(q)); , w = n[o] + "&param=" + window.encodeURIComponent(Kb(q));
, w = n[o] + "/" + window.encodeURIComponent(Kb(q)); //, w = n[o] + "/" + window.encodeURIComponent(Kb(q));
window[y] = function(a) { window[y] = function(a) {
clearTimeout(i[g].Ik); clearTimeout(i[g].Ik);
......
...@@ -267,6 +267,7 @@ body.jw-modal-open { ...@@ -267,6 +267,7 @@ body.jw-modal-open {
width: 3em; width: 3em;
line-break: strict; line-break: strict;
white-space: initial; white-space: initial;
margin-top:0.3em;
} }
legend{ legend{
......
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