Skip to content

Commit a5e53ab

Browse files
committed
各マーカーの透過度を指定した
1 parent f37446b commit a5e53ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

convert.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
},
6363
properties: {
6464
'marker-size' => 'medium',
65-
'marker-color' => '#2e9ad9',
65+
#'marker-color' => '#2e9ad9',
66+
'marker-color' => 'rgba(46,154,217, 0.5)',
6667
description: "#{name2logo[dojo[:name]]}#{dojo[:name]}<br />#{name2text[dojo[:name]]}<a target='_blank' href='http://zen.coderdojo.com/dojos/#{dojo[:urlSlug]}'>連絡先を見る</a>",
6768
}
6869
}

dojos.geojson

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)