1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 自定义百度地图样式

自定义百度地图样式

时间:2022-08-15 09:16:44

相关推荐

自定义百度地图样式

项目需求要把地图做成符合页面整体UI的样式,效果图如下:

话不多说贴代码

// 自定义主题map.setMapStyle({styleJson: [{featureType: "water",elementType: "all",stylers: {color: "#102d68",},},{featureType: "land",elementType: "all",stylers: {color: "#091934",},},{featureType: "boundary",elementType: "geometry",stylers: {color: "#064f85",},},{featureType: "railway",elementType: "all",stylers: {visibility: "off",},},{featureType: "highway",elementType: "geometry",stylers: {color: "#004981",},},{featureType: "highway",elementType: "geometry.fill",stylers: {color: "#005b96",lightness: 1,},},{featureType: "highway",elementType: "labels",stylers: {visibility: "on",},},{featureType: "arterial",elementType: "geometry",stylers: {color: "#004981",lightness: -39,},},{featureType: "arterial",elementType: "geometry.fill",stylers: {color: "#00508b",},},{featureType: "poi",elementType: "all",stylers: {visibility: "off",},},{featureType: "green",elementType: "all",stylers: {color: "#102f6d",visibility: "off",},},{featureType: "subway",elementType: "all",stylers: {visibility: "off",},},{featureType: "manmade",elementType: "all",stylers: {visibility: "off",},},{featureType: "local",elementType: "all",stylers: {visibility: "off",},},{featureType: "arterial",elementType: "labels",stylers: {visibility: "off",},},{featureType: "boundary",elementType: "geometry.fill",stylers: {color: "#029fd4",},},{featureType: "building",elementType: "all",stylers: {color: "#1a5787",},},{featureType: "label",elementType: "all",stylers: {color: "#0e9cd2","font-weight": "bold",visibility: "on",},},{featureType: "administrative", // 村名elementType: "labels",stylers: {visibility: "on",},},{featureType: "administrative",elementType: "labels.text.stroke",stylers: {color: "#0e9cd200",weight: 0,},},{featureType: "road", // 路名elementType: "labels",stylers: {visibility: "off",},},],});

完结,嘻嘻

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。