自带的地图容器组件能不能显示高亮区域
				
				
			
			画面管理
		
				
				
			
		
- 
							
							
							
							
- 
							
							
							
							
你要是有json文件可以 可以看看这个方式实现的效果 
 https://qa.airiot.tech/topic/858/地图容器添加geojson文件-填充色不显示/17?_=1740620666521
  
- 
							
							
							
							
json 下载地址 https://datav.aliyun.com/portal/school/atlas/area_selector 
 高亮的颜色需要用户自己在json文件中加上,示例如下:"properties": {
 "name": "板湖镇",
 "fill-opacity": 0.5,
 "stroke-opacity": 1,
 "stroke": "#ff0000",
 "stroke-width": 2,
 "fill": "#f7deb5"
 }, 
 
			
 改颜色、背景色等https://openlayers.org/en/latest/apidoc/module-ol_style_Style-Style.html
改颜色、背景色等https://openlayers.org/en/latest/apidoc/module-ol_style_Style-Style.html