赞
踩
- showGeojson(geojson) {
- let geojsonLayer = new mars3d.layer.geojsonLayer({
- data: geojson,
- id:'001',
- queryParameters:{
- token: 'mars3d' //可以传自定义url参数
- },
- zIndex:1,
- Symbol: {
- styleOptions: {
- color: "rgba(0,255,255,0.2)",
- outline: true, //是否显示边,仅限面数据有效
- lineWidth:4
- },
- styleField:'COUNTRY',
- styleFieldOptions: {
- 国家名称:{color: Cesium.Color.YELLOW.withAlpha(0.2)},
- }// 这里写城市或者国家的名称后面带着需要修改的颜色
- }
- });
- map.addLayer(geojsonLayer)
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。