码迷,mamicode.com
首页 > 其他好文 > 详细

Echat 样式

时间:2017-12-12 17:21:50      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:sub   col   off   style   pre   gre   build   ejs   water   

1.白色

 

mapStyle: {
              styleJson: [{
                    ‘featureType‘: ‘water‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#d1d1d1‘
                    }
                }, {
                    ‘featureType‘: ‘land‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#f3f3f3‘
                    }
                }, {
                    ‘featureType‘: ‘railway‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘highway‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#fdfdfd‘
                    }
                }, {
                    ‘featureType‘: ‘highway‘,
                    ‘elementType‘: ‘labels‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘arterial‘,
                    ‘elementType‘: ‘geometry‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#fefefe‘
                    }
                }, {
                    ‘featureType‘: ‘arterial‘,
                    ‘elementType‘: ‘geometry.fill‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#fefefe‘
                    }
                }, {
                    ‘featureType‘: ‘poi‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘green‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘subway‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘manmade‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#d1d1d1‘
                    }
                }, {
                    ‘featureType‘: ‘local‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#d1d1d1‘
                    }
                }, {
                    ‘featureType‘: ‘arterial‘,
                    ‘elementType‘: ‘labels‘,
                    ‘stylers‘: {
                        ‘visibility‘: ‘off‘
                    }
                }, {
                    ‘featureType‘: ‘boundary‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#fefefe‘
                    }
                }, {
                    ‘featureType‘: ‘building‘,
                    ‘elementType‘: ‘all‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#d1d1d1‘
                    }
                }, {
                    ‘featureType‘: ‘label‘,
                    ‘elementType‘: ‘labels.text.fill‘,
                    ‘stylers‘: {
                        ‘color‘: ‘#999999‘
                    }
                }]
            }

 

Echat 样式

标签:sub   col   off   style   pre   gre   build   ejs   water   

原文地址:http://www.cnblogs.com/leolzi/p/8028292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!