Last active
September 12, 2021 13:06
-
-
Save ssugiyama/c1be09cb8dce0ef6911dd0022d73ac8a to your computer and use it in GitHub Desktop.
walklog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"polygon": { | |
"zIndex": 20 | |
}, | |
"marker": { | |
"zIndex": 10 | |
}, | |
"circle": { | |
"strokeWeight": 2, | |
"editable": true, | |
"color": "#000", | |
"zIndex": 20 | |
}, | |
"polylines": { | |
"normal": { | |
"strokeColor": "#ffff40", | |
"strokeOpacity": 0.5, | |
"strokeWeight": 2, | |
"zIndex": 30 | |
}, | |
"new": { | |
"strokeColor": "#32a852", | |
"strokeOpacity": 0.5, | |
"strokeWeight": 2, | |
"zIndex": 30 | |
}, | |
"current": { | |
"strokeColor": "#ff4040", | |
"strokeOpacity": 0.8, | |
"zIndex": 28 | |
}, | |
"selected": { | |
"strokeOpacity": 0.8, | |
"strokeWeight": 4, | |
"zIndex": 29 | |
} | |
}, | |
"map": [ | |
{ | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#1d2c4d" | |
} | |
] | |
}, | |
{ | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#8ec3b9" | |
} | |
] | |
}, | |
{ | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "#1a3646" | |
} | |
] | |
}, | |
{ | |
"featureType": "administrative.country", | |
"elementType": "geometry.stroke", | |
"stylers": [ | |
{ | |
"color": "#4b6878" | |
} | |
] | |
}, | |
{ | |
"featureType": "administrative.land_parcel", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#64779e" | |
} | |
] | |
}, | |
{ | |
"featureType": "administrative.province", | |
"elementType": "geometry.stroke", | |
"stylers": [ | |
{ | |
"color": "#4b6878" | |
} | |
] | |
}, | |
{ | |
"featureType": "landscape.man_made", | |
"elementType": "geometry.stroke", | |
"stylers": [ | |
{ | |
"color": "#334e87" | |
} | |
] | |
}, | |
{ | |
"featureType": "landscape.natural", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#023e58" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#283d6a" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"elementType": "geometry.fill", | |
"stylers": [ | |
{ | |
"color": "#232323" | |
}, | |
{ | |
"visibility": "on" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#6f9ba5" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi", | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "#1d2c4d" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi.park", | |
"elementType": "geometry.fill", | |
"stylers": [ | |
{ | |
"color": "#023e58" | |
} | |
] | |
}, | |
{ | |
"featureType": "poi.park", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#3C7680" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#304a7d" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#98a5be" | |
} | |
] | |
}, | |
{ | |
"featureType": "road", | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "#1d2c4d" | |
} | |
] | |
}, | |
{ | |
"featureType": "road.highway", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#2c6675" | |
} | |
] | |
}, | |
{ | |
"featureType": "road.highway", | |
"elementType": "geometry.stroke", | |
"stylers": [ | |
{ | |
"color": "#255763" | |
} | |
] | |
}, | |
{ | |
"featureType": "road.highway", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#b0d5ce" | |
} | |
] | |
}, | |
{ | |
"featureType": "road.highway", | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "#023e58" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#98a5be" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit", | |
"elementType": "labels.text.stroke", | |
"stylers": [ | |
{ | |
"color": "#1d2c4d" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.line", | |
"elementType": "geometry.fill", | |
"stylers": [ | |
{ | |
"color": "#283d6a" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.line", | |
"elementType": "geometry.stroke", | |
"stylers": [ | |
{ | |
"color": "#0061ff" | |
}, | |
{ | |
"visibility": "on" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.station", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#3a4762" | |
} | |
] | |
}, | |
{ | |
"featureType": "transit.station.rail", | |
"elementType": "geometry.fill", | |
"stylers": [ | |
{ | |
"color": "#0061ff" | |
}, | |
{ | |
"visibility": "on" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [ | |
{ | |
"color": "#0e1626" | |
} | |
] | |
}, | |
{ | |
"featureType": "water", | |
"elementType": "labels.text.fill", | |
"stylers": [ | |
{ | |
"color": "#4e6d70" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment