Skip to content

djangodocs

Django 6.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
한국어
  • English
  • Svenska
  • 简体中文
  • Gaeilge
  • Français
  • 日本語
  • Bahasa Indonesia
  • Italiano
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Django 문서
  • 시작하기
  • Django 사용하기
  • How-to 가이드
  • 장고 자주묻는 질문
  • API 레퍼런스
    • 애플리케이션
    • 시스템 점검 프레임워크
    • Built-in class-based views API
    • Clickjacking Protection
    • contrib packages
      • Django 관리자 사이트
      • django.contrib.auth
      • The contenttypes framework
      • The flatpages app
      • GeoDjango
        • GeoDjango Tutorial
        • GeoDjango Installation
        • GeoDjango Model API
        • GeoDjango Database API
        • GeoDjango Forms API
        • GIS QuerySet API Reference
        • Geographic Database Functions
        • Measurement Objects
        • GEOS API
        • GDAL API
        • Geolocation with GeoIP2
        • GeoDjango Utilities
        • GeoDjango Management Commands
        • GeoDjango’s admin site
        • Geographic Feeds
        • Geographic Sitemaps
        • Testing GeoDjango apps
        • Deploying GeoDjango
      • django.contrib.humanize
      • The messages framework
      • django.contrib.postgres
      • The redirects app
      • The sitemap framework
      • “sites” 프레임워크
      • The staticfiles app
      • The syndication feed framework
    • Content Security Policy
    • Cross Site Request Forgery protection
    • Databases
    • django-admin and manage.py
    • Django Exceptions
    • File handling
    • 양식
    • 로깅
    • Middleware
    • Migration Operations
    • 모델
    • Paginator
    • Request and response objects
    • SchemaEditor
    • 설정
    • 시그널
    • Tasks
    • 템플릿
    • TemplateResponse and SimpleTemplateResponse
    • Unicode data
    • django.urls utility functions
    • django.urls functions for use in URLconfs
    • Django Utils
    • Validators
    • Built-in Views
  • 메타 문서 및 기타
  • 용어
  • Release notes
  • Django 내부 구조
Korean translation. Untranslated passages appear in English. 21.2% Help translate
  1. Django 6.0
  2. API 레퍼런스
  3. contrib packages
  4. GeoDjango

Geographic SitemapsLink to this heading#

KML is an XML language focused on geographic visualization [1]. KMLSitemap and its compressed counterpart KMZSitemap allow you to present geolocated data in a machine-readable format.

예제Link to this heading#

ReferenceLink to this heading#

KMLSitemapLink to this heading#

KMZSitemapLink to this heading#

Footnotes

[1]

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

This page as Markdown JSON

Edit this page on GitHub Official version

PreviousGeographic Feeds NextTesting GeoDjango apps

On this page

  • 예제
  • Reference
    • 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