| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -196,7 +196,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        polygonLayer = new PolygonLayer({ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          autoFit: true, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          //   .size(1000) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          // .size(0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          .source(polygonData) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          .color("name", styleConfig.polygonColor) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          //   .shape("extrude") | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -209,7 +209,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            opacity: 1, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // heightfixed: true, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // pickLight: true, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // raisingHeight: 1000, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            raisingHeight: 0, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // sourceColor: "#333", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // targetColor: "rgba(255,255,255, 0.5)", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          }); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -346,8 +346,9 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<style lang="scss" scoped> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					.m-map { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  position: relative; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  padding: 20px 0; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  height: 100%; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  border-radius: 10px; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  overflow: hidden; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  #app { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    width: 100%; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |