CoderDojo の地図『DojoMap』で、 最寄りの CoderDojo を探してみよう! 🔍 💨 https://map.coderdojo.jp/
-
🗾 coderdojo.jp の「地図情報から探す」をクリック
スライド: 2022年度 CoderDojo Japan 活動報告 - SpeakerDeck
解説動画: 2022年度 CoderDojo Japan 活動報告 - YouTube
-
ローカル環境で Ruby が実行できることを確認する
$ ruby --version
-
利用する Ruby ライブラリをインストールする
$ bundle install
-
CoderDojo Zen から Dojo 情報一覧を取得する(
dojos_earth.json
が更新されます)$ bundle exec rake get_data_from_earth
-
CoderDojo Japan から Dojo 情報一覧を取得する(
dojos_japan.json
が更新されます)# Japan's API からデータを取得し、ロゴ画像をキャッシュする $ bundle exec rake get_data_from_japan $ bundle exec rake cache_dojo_logos
-
上記2つの取得結果を組み合わせて
dojos.geojson
ファイルを生成する$ bundle exec rake upsert_dojos_geojson
-
ローカル環境で生成された DojoMap を確認する
# 必要なライブラリをインストール $ bundle install # ローカルサーバーを立ち上げる $ bundle exec jekyll server # ブラウザでローカルサーバーにアクセス $ open http://localhost:4000
- Geolonia の支援を得て、全国の CoderDojo が地図から探せる「DojoMap」を開発 - PR TIMES
- 子どものためのプログラミング道場「CoderDojo」を支援し、「DojoMap」を技術支援 - Geolonia blog
- 全国のプログラミング道場を地図上で探せるマップ「DojoMap」が公開 - GeoNews
- 全国のコーダー道場が地図から探せる「DojoMap」、オープンソースで提供 - 高田馬場経済新聞
- 非営利のプログラミング道場「CoderDojo」を地図上で表示する「DojoMap」提供開始 - こどもとIT
- CoderDojo Japan、Geoloniaの支援を得て地図から探せる「DojoMap」を開発 - ICT教育ニュース
- 🔍 DojoMap に関するポストまとめ (X Search)
DojoMap の画面右下にあるクレジット表記および openstreetmap.org/copyright
を画像に含める、もしくはテキストとして別途追記いただくことで、ワークショップや展示物としても本地図データをご活用いただけます。
Books, magazines, and printed maps
For a printed map and similar media (that is ebooks, PDFs and so on), the credit must appear beside the map if that is where other such credits appear, or in a footnote/endnote if that is where other credits appear, or in the “acknowledgements” section of the publication (often at the start of a book or magazine) if that is where other credits appear. The URL to openstreetmap.org/copyright must be printed out.
Check out each license
This web application is developed with many other brilliant works!
Check out the followings if you are interested in. 😉
The libraries like RubyGems used in this web application have their own licenses. Say, DojoMap uses Jekyll, which is licensed under the terms of the MIT License.
This repository may also use icons created by Font Awesome, licensed under SIL OFL 1.1, and Twemoji, created by Twitter, licensed under the MIT License.
Thanks for their great works to make this app published! 💖
The images, such as logos and photos of each dojo, are NOT published under the following license. Contact its owner, like the maintainer of linked external website, before using them. 😌
The source codes, such as HTML/CSS/JavaScript and Ruby codes not declared above, are published under The MIT License below. Feel free to refer, copy, or share them. And contact info@coderdojo.jp
if you find anything unclear.
Copyright © 一般社団法人 CoderDojo Japan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- 🗺️ 地図: © GSI Japan | © Geolonia | © OpenStreetMap
- 👥 開発: @champierre | @YassLab Inc. | Contributors
- ☯️ 運営: 一般社団法人 CoderDojo Japan (@coderdojo-japan)