|  | @@ -153,8 +153,8 @@ function initPoints() {
 | 
	
		
			
				|  |  |    })
 | 
	
		
			
				|  |  |    const option = {
 | 
	
		
			
				|  |  |      view: {
 | 
	
		
			
				|  |  | -      center: [104.114129, 37.550339],
 | 
	
		
			
				|  |  | -      zoom: 5
 | 
	
		
			
				|  |  | +      center: [120.69349862882711, 30.929366187471757],
 | 
	
		
			
				|  |  | +      zoom: 9.806292879449915
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      layers: [
 | 
	
		
			
				|  |  |        {
 | 
	
	
		
			
				|  | @@ -182,7 +182,7 @@ function initPoints() {
 | 
	
		
			
				|  |  |            isConstant: false,
 | 
	
		
			
				|  |  |            field: 'jump',
 | 
	
		
			
				|  |  |            value: value => {
 | 
	
		
			
				|  |  | -            return value ? 'stationPointBlue' : 'stationPointGray'
 | 
	
		
			
				|  |  | +            return value ? 'stationPointBlue' : 'stationPointBlue'
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          popup: {
 |