Commit 94702311 by niuxiaolin

latest

parent 91953ac7
...@@ -2,3 +2,4 @@ wwwroot/*.js ...@@ -2,3 +2,4 @@ wwwroot/*.js
node_modules node_modules
typings typings
dist dist
./assets/maptile
\ No newline at end of file
...@@ -305,7 +305,7 @@ export class MainComponent implements OnInit,AfterViewInit { ...@@ -305,7 +305,7 @@ export class MainComponent implements OnInit,AfterViewInit {
this.setBound(); this.setBound();
(window as any).map.setMapStyle({ styleJson: theme }); // (window as any).map.setMapStyle({ styleJson: theme });
map.enableScrollWheelZoom(true); map.enableScrollWheelZoom(true);
//map.centerAndZoom("山西省",3); //map.centerAndZoom("山西省",3);
......
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