Skip to content

djangodocs

Django 3.1
  • 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
简体中文
  • English
  • 简体中文
  • Français
  • 日本語
  • Bahasa Indonesia
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Django 文档
  • 开始
  • 使用 Django
  • 操作指南
  • Django FAQ
  • API 参考
    • 应用程序
    • 系统检查框架
    • 内置基于类的视图 API
    • 点击劫持保护
    • contrib 包
      • Django 管理站点
      • django.contrib.auth
      • 内容类型框架
      • 简单页面应用
      • GeoDjango
        • GeoDjango 教程
        • GeoDjango Installation
        • GeoDjango Model API
        • GeoDjango Database API
        • GeoDjango Forms API
        • GIS QuerySet API Reference
        • Geographic Database Functions
        • Measurement Objects
        • GEOS API
        • GDAL API
        • 用 GeoIP2 进行地理定位
        • GeoDjango 实用程序
        • GeoDjango Management Commands
        • GeoDjango 的管理站点
        • Geographic Feeds
        • Geographic Sitemaps
        • Testing GeoDjango apps
        • 部署 GeoDjango
      • django.contrib.humanize
      • 消息框架
      • django.contrib.postgres
      • 重定向应用
      • 站点地图框架
      • “站点”框架
      • staticfiles 应用
      • Feed 聚合框架
    • 跨站请求伪造保护
    • 数据库
    • django-admin 和 manage.py
    • Django 异常
    • 文件处理
    • 表单
    • 中间件
    • 迁移操作
    • 模型
    • 分页器
    • 请求和响应对象
    • SchemaEditor
    • 配置
    • 信号
    • 模板
    • TemplateResponse 和 SimpleTemplateResponse
    • Unicode 数据
    • django.urls 实用函数
    • URLconfs 中使用的 django.urls 函数
    • Django 实用程序
    • 验证器
    • 内置视图
  • 元文件和杂记
  • 术语
  • 发行说明
  • Django internals
Django 3.1 is no longer supported. It receives no security fixes. Use it for reference only. Latest release
Chinese (Simplified) translation. Contributed by the Django community. 70.5% Help translate
  1. Django 3.1
  2. API 参考
  3. contrib 包
  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#

参考Link to this heading#

KMLSitemapLink to this heading#

KMZSitemapLink to this heading#

脚注

[1]

https://www.opengeospatial.org/standards/kml

This page as Markdown JSON

Edit this page on GitHub Official version

PreviousGeographic Feeds NextTesting GeoDjango apps

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