教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 政务民生 >

百度地图编辑工具做分析图的json模板

来源:网络收集 时间:2024-05-20
导读: 基本模板 [ { featureType: background, elementType: all, stylers: { color: #ffffff } }, { featureType: background, elementType: all, stylers: { color: #f3f3f3 } }, { featureType: water, elementType: all, stylers: { color: #839ab0 } }, { fea

基本模板
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {
"color": "#b1bdac"
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fff7ee"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "all",
"stylers": {
"visibility": "off"
}
}
]



全为底色灰度
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0",
"lightness": 39,
"
saturation": -9
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {

"color": "#b1bdac",
"lightness": 16,
"saturation": -13
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fff7ee"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "all",
"stylers": {
"visibility": "off"
}
}
]






强调建筑物
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0",
"lightness": 39,
"saturation": -9
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {
"color": "#d9ead3",
"lightness": 16,
"saturation": -43
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers&qu
ot;: {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.f

ill",
"stylers": {
"color": "#fff7ee"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#444444"
}
},
{
"featureType": "arterial",
"elementType": "all",
"stylers": {
"visibility": "on"
}
}
]



强调绿地
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0",
"lightness": 39,
"saturation": -9
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {
"color": "#b1bdac",
"lightness": -23,
"saturation": 15
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fff7ee"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "all",
"stylers": {
"visibility": &
quot;off"
}
}
]




强调道路(不含地铁)
[
{
"featureType": "background",
"elementType": "all",

"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0",
"lightness": 39,
"saturation": -9
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {
"color": "#d9ead3",
"lightness": 16,
"saturation": -43
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fbcc97"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "all",
"stylers": {
"visibility": "off"
}
}
]


强调道路和名称,包括地铁
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"co
lor": "#839ab0",
"lightness": 39,
"saturation": -9
}
},
{
"featureType": "green",

"elementType": "all",
"stylers": {
"color": "#d9ead3",
"lightness": 16,
"saturation": -43
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fbcc97"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "geometry",
"stylers": {
"color": "#6fa8dc",
"lightness": 11,
"saturation": -7,
"visibility": "on"
}
},
{
"featureType": "road",
"elementType": "labels",
"stylers": {
"visibility": "on"
}
}
]


强调城市主干道
[
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#ffffff"
}
},
{
"featureType": "background",
"elementType": "all",
"stylers": {
"color": "#f3f3f3"
}
},
{
"featureType": "water",
"elementType": "all",
"stylers": {
"color": "#839ab0",
"lightness": 39,
"saturation": -9
}
},
{
"featureType": "green",
"elementType": "all",
"stylers": {
"color": "#d9ead3",
"lightness":
16,
"saturation": -43
}
},
{
"featureType": "road",
"elementType": "geometry.stroke",

"stylers": {
"color": "#839ab0"
}
},
{
"featureType": "all",
"elementType": "labels",
"stylers": {
"visibility": "off"
}
},
{
"featureType": "road",
"elementType": "geometry.fill",
"stylers": {
"color": "#fbcc97"
}
},
{
"featureType": "building",
"elementType": "all",
"stylers": {
"color": "#cccccc"
}
},
{
"featureType": "subway",
"elementType": "geometry",
"stylers": {
"color": "#6fa8dc",
"lightness": 11,
"saturation": -7,
"visibility": "on"
}
},
{
"featureType": "road",
"elementType": "labels",
"stylers": {
"visibility": "on"
}
},
{
"featureTyp
e": "local",
"elementType": "all",
"stylers": {
"visibility": "off"
}
}
]

百度地图编辑工具做分析图的json模板.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/980149.html(转载请注明文章来源)
Copyright © 2020-2021 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)