Opened 9 years ago

Last modified 9 years ago

#26714 new Cleanup/optimization

Add examples for KMLSitemap and KMZSitemap

Reported by: Nicholas Fiorentini Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords: sitemaps, KMLSitemap
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description (last modified by Nicholas Fiorentini)

Hi there,

I found a part of the documentation for GeoDjango mostly empty: https://docs.djangoproject.com/en/1.9/ref/contrib/gis/sitemaps/.

The abovementioned page lacks of example and details on how KMLSitemap and KMZSitemap works.

The related file in the repository is empty too, so is not an issue in the generated doc: https://github.com/django/django/blob/stable/1.10.x/docs/ref/contrib/gis/sitemaps.txt

The status of this file is the same in the master tree, as well in 1.9 and 1.10 branches. A quick look in trac doesn't show any ticket about this issue.

Best Regards,

Nicholas

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (2)

comment:1 by Nicholas Fiorentini, 9 years ago

Description: modified (diff)
Summary: Documentation for Geographic Sitemaps is emptyDocumentation for Geographic Sitemaps is poor

comment:2 by Tim Graham, 9 years ago

Summary: Documentation for Geographic Sitemaps is poorAdd examples for KMLSitemap and KMZSitemap
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top