{"id":20845345,"url":"https://github.com/kamataryo/bbox2svg","last_synced_at":"2026-04-24T00:36:04.719Z","repository":{"id":168087006,"uuid":"624365055","full_name":"kamataryo/bbox2svg","owner":"kamataryo","description":"A demonstration to export SVG from MapboxGL/MapLibreGL Map","archived":false,"fork":false,"pushed_at":"2023-06-25T06:35:11.000Z","size":4211,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T08:56:24.316Z","etag":null,"topics":["map","mapbox-gl","maplibre-gl","svg","vector-graphics"],"latest_commit_sha":null,"homepage":"https://kamataryo.github.io/bbox2svg/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamataryo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-06T09:58:47.000Z","updated_at":"2023-06-25T06:35:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"104dee92-a8ee-42a0-bb79-e6e76105439e","html_url":"https://github.com/kamataryo/bbox2svg","commit_stats":null,"previous_names":["kamataryo/bbox2svg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kamataryo/bbox2svg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamataryo%2Fbbox2svg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamataryo%2Fbbox2svg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamataryo%2Fbbox2svg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamataryo%2Fbbox2svg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamataryo","download_url":"https://codeload.github.com/kamataryo/bbox2svg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamataryo%2Fbbox2svg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32204710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T00:06:41.111Z","status":"ssl_error","status_checked_at":"2026-04-24T00:06:35.224Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["map","mapbox-gl","maplibre-gl","svg","vector-graphics"],"created_at":"2024-11-18T02:12:40.995Z","updated_at":"2026-04-24T00:36:04.707Z","avatar_url":"https://github.com/kamataryo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bbox2svg\n\n**bbox2svg** は、バウンディングボックスを地図から選択することで、その範囲の地図を SVG 形式で瞬時にエクスポートするウェブアプリです。  \n生成された SVG はレイヤーごとにグループ分けされており、イラストレーターなどのベクタグラフィクスソフトウェアで容易に再編集できます。  \n\n## 使い方\n\n地図上の2点をクリックすると、四角形（バウンディングボックス）の範囲が選択されて SVG のファイルを書き出すことができます。\n\n## 生成物とライセンス\n\nbbox2svg で生成された SVG のデータは Geolonia と OpenStreetMap のライセンス表記をすることで再利用が可能です。  \nライセンス表記が `\u003ctext /\u003e` の要素として同梱されますが、可読性を損なわない範囲でスタイルを自由に改変できます。  \nより厳密な取り扱い方法について知りたい場合は、これらのデータ提供者の利用規約等を確認してください。\n\n## デモページ\n\nデモページで bbox2svg を試すには以下のリンクをクリックしてください:  \nhttps://kamataryo.github.io/bbox2svg/\n\n## 開発方法\n\n以下の手順で bbox2svg をローカル環境で起動できます。\n\n### 前提条件\n\n- Node.js (推奨バージョン: v18.14.1以上)\n\n### セットアップ\n\nこのリポジトリをクローンまたはダウンロードします。\n\n```shell\n$ git clone https://github.com/kamataryo/bbox2svg.git\n$ cd bbox2svg\n$ yarn\n$ yarn start # 開発サーバースタート\n```\n\n### ビルド\n\nプロダクション用にアプリをビルドするには、以下のコマンドを実行してください。\nビルドされたファイルは、`build` ディレクトリに保存されます。\n\n```shell\n$ yarn build\n```\n\n## コントリビューションの方法\n\nbbox2svg プロジェクトは Issue やプルリクエストをいつでも歓迎しています。皆さんの協力によってさらに良いツールになることでしょう。コントリビューションの方法は以下の通りです。\n\n1. リポジトリをフォークします\n1. 新しいブランチを作成します（`git checkout -b feature/fooBar`）\n1. 変更をコミットします（`git commit -m 'Add some fooBar'`）\n1. ブランチにプッシュします（`git push origin feature/fooBar`）\n1. 新しいプルリクエストを作成します。\n\nまた、プロジェクトに関する問題や提案がある場合は Issue を立てて議論に参加してください。皆さんの意見やフィードバックはプロジェクトの発展に大変役立ちます。\n\nどんな小さな貢献でも、bbox2svg の成長に繋がります。どうぞお気軽に参加してください。\n\n## 　このプロジェクトについて\n\nbbox2svg は、私（[@kamataryo](https://github.com/kamataryo)）が所属する[株式会社 Geolonia](https://geolonia.com) のプロダクト、 [Geolonia Maps](https://geolonia.com/maps/) を利用して作成しました。  \nGeolonia Maps は、github.io ドメインなどで公開されるオープンソースプロジェクトについては無料で利用できるようになっています。  \nこの場を借りて Geolonia に感謝の意を表します。  \n\nなお、このプロジェクトは私個人の趣味や興味に基づいて開発されており、Geolonia として公式にサポートされるものではありません。  \nそのため、プロジェクトに関する意見やフィードバックは全て本プロジェクトの開発に関するものであり、また、発信される全ての情報は Geolonia の公式見解を代表するものではありません。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamataryo%2Fbbox2svg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamataryo%2Fbbox2svg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamataryo%2Fbbox2svg/lists"}