Skip to content

djangodocs

Django 5.0
  • 6.1 current
  • 6.0
  • 5.2 LTS
  • 5.1 unsupported
  • 5.0 unsupported
  • 4.2 unsupported
  • 4.1 unsupported
  • 4.0 unsupported
  • 3.2 unsupported
  • 3.1 unsupported
  • 3.0 unsupported
  • 2.2 unsupported
  • 2.1 unsupported
  • 2.0 unsupported
  • 1.11 unsupported
  • 1.10 unsupported
  • 1.9 unsupported
日本語
  • English
  • 简体中文
  • Français
  • 日本語
  • Bahasa Indonesia
  • Italiano
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Django ドキュメント
  • さぁ始めましょう
  • Django を使う
  • 「How-to」ガイド
  • Django FAQ よくある質問
  • API リファレンス
    • アプリケーション
    • システムチェックフレームワーク
    • ビルトインのクラスベースビュー API
    • クリックジャッキング対策
    • contrib パッケージ
      • Django の admin サイト
      • django.contrib.auth
      • contenttypes フレームワーク
      • フラットページ (flatpages) アプリ
      • GeoDjango
        • GeoDjango チュートリアル
        • GeoDjango のインストール
        • GeoDjango モデル API
        • GeoDjango データベース API
        • GeoDjango フォーム API
        • GIS QuerySet API リファレンス
        • 地理情報データベース関数
        • 測定オブジェクト
        • GEOS API
        • GDAL API
        • GeoIP2によるジオロケーション
        • GeoDjango ユーティリティ
        • GeoDjangoの管理コマンド
        • GeoDjango の admin サイト
        • 地理情報フィード
        • 地理情報サイトマップ
        • GeoDjango アプリのテスト
        • GeoDjango のデプロイ
      • django.contrib.humanize
      • メッセージフレームワーク
      • django.contrib.postgres
      • redirects (リダイレクト)アプリ
      • サイトマップ・フレームワーク
      • "sites" フレームワーク
      • staticfiles アプリ
      • 配信 (syndication) フィード フレームワーク
    • クロスサイトリクエストフォージェリ (CSRF) 対策
    • データベース
    • django-admin と manage.py
    • Django の例外
    • ファイルの取り扱い
    • フォーム
    • ロギング
    • ミドルウェア
    • マイグレーション・オペレーション
    • モデル
    • ページ分割 (Paginator)
    • リクエストとレスポンスのオブジェクト
    • SchemaEditor
    • 設定
    • シグナル
    • テンプレート
    • TemplateResponse および SimpleTemplateResponse
    • Unicode データ
    • django.urls ユーティリティ関数
    • URLconf で使用するための django.urls 関数
    • Django ユーティリティ (django.utils)
    • バリデータ (Validator)
    • 組み込みのビュー
  • メタドキュメントとその他
  • 用語集
  • リリースノート
  • Django internals
Django 5.0 is no longer supported. It receives no security fixes. Use it for reference only. Latest release
Japanese translation. Contributed by the Django community. 77% Help translate
  1. Django 5.0
  2. API リファレンス
  3. contrib パッケージ
  4. GeoDjango

地理情報サイトマップLink to this heading#

KML は地理的な視覚化に特化した XML 言語です [1] 。 KMLSitemap とその圧縮版である KMZSitemap を使えば、地理位置データを機械可読形式で表示できます。

カスタマイズ例Link to this heading#

リファレンスLink to this heading#

KMLSitemapLink to this heading#

KMZSitemapLink to this heading#

脚注

[1]

https://www.ogc.org/standard/kml/

This page as Markdown JSON

Edit this page on GitHub Official version

Previous地理情報フィード NextGeoDjango アプリのテスト

On this page

  • カスタマイズ例
  • リファレンス
    • KMLSitemap
    • KMZSitemap

An unofficial rendering of the Django documentation.

Not affiliated with or endorsed by the Django Software Foundation. The documentation is copyright © Django Software Foundation and individual contributors, and is used under the BSD 3-Clause licence. “Django” is a trademark of the Django Software Foundation.

This translation is the work of the Django i18n community, not of this site. Read the official documentation at docs.djangoproject.com.

👋 Jason Cartwright