# 背景地図 (ベースマップ)

背景地図 (ベースマップ)は、選択することで様々な地図表現が出来ます。

## 代表的な背景地図

### Googleマップ

* Google Maps - <https://www.google.co.jp/maps/>
* 地図データは株式会社ゼンリンのデータ使用している
* 利用規約がある&#x20;
  * Google マップ / Google Earth 追加利用規約 - <https://www.google.com/intl/ja_US/help/terms_maps.html>
  * (例）印刷して道案内のガイドブックに利用は不可
* Google Maps JavaScript APIはフリーミアムモデル
  * Maps JavaScript API - <https://developers.google.com/maps/documentation/javascript/?hl=ja>
  * 無料で外部に公開されているサイトで1日あたり最大 25,000 回のマップロードが無料 (他のモデルもあり)
  * 価格の詳細 - <https://developers.google.com/maps/pricing-and-plans/#details>

### OpenStreetMap

* OpenStreetMap - <https://www.openstreetmap.org/>
* 誰でも自由に利用でき、ユーザ自身が編集することが可能な世界地図のデータセット
* 編集にルールがある。例）事実データしか入力出来ない
* ライセンスはオープンデータベースライセンス (ODbL)
  * 著作権とライセンス - <https://www.openstreetmap.org/copyright>
  * Open Data Commons Open Database License (ODbL) - <https://opendatacommons.org/licenses/odbl/>
* 無料で利用可能
* データの2次利用と配布が可能

### 地理院地図

* 地理院地図 (電子国土Web) - <https://maps.gsi.go.jp/>
* 国土地理院が提供しているWeb地図
* 地形図や写真の表示か可能
* ライセンスは国土地理院コンテンツ利用規約
  * 国土地理院コンテンツ利用規約 - <http://www.gsi.go.jp/kikakuchousei/kikakuchousei40182.html>

### mapbox

* mapbox - <https://www.mapbox.com/>
* アプリケーション向けオンラインカスタムマップ
* フリーミアムモデル
  * pricing - <https://www.mapbox.com/pricing/>
* 米国カリフォルニアに本社がある法人
* 様々な地図表現が出来る

![](/files/-LF0cQaaP7AqymNFgD6c)

&#x20;\* <https://wiki.openstreetmap.org/wiki/JA:タイル>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://homata.gitbook.io/geodjango/hajimeteno/basemap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
