We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6426 commit 0403189Copy full SHA for 0403189
convert.rb
@@ -58,10 +58,10 @@
58
"type" => "Feature",
59
"geometry" => {
60
"type" => "Point",
61
- "coordinates" => [dojo[:geoPoint][:lon], dojo[:geoPoint][:lat]]
+ "coordinates" => [dojo[:geoPoint][:lon], dojo[:geoPoint][:lat]],
62
},
63
"properties" => {
64
- "description" => "#{name2logo[dojo[:name]]}#{dojo[:name]}<br />#{name2text[dojo[:name]]}<a target='_blank' href='http://zen.coderdojo.com/dojos/#{dojo[:urlSlug]}'>連絡先を見る</a>"
+ "description" => "#{name2logo[dojo[:name]]}#{dojo[:name]}<br />#{name2text[dojo[:name]]}<a target='_blank' href='http://zen.coderdojo.com/dojos/#{dojo[:urlSlug]}'>連絡先を見る</a>",
65
}
66
67
end
0 commit comments