1
0
mirror of https://github.com/django/django.git synced 2025-08-10 03:49:11 +00:00

Fixed typo in docs/ref/contrib/gis/tutorial.txt.

This commit is contained in:
Wille Marcel 2021-07-09 15:17:16 -03:00 committed by GitHub
parent f42ccdd835
commit 6f60fa97b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -746,7 +746,7 @@ position.
~~~~~~~~~~~~~~~
With the :class:`~django.contrib.gis.admin.OSMGeoAdmin`, GeoDjango uses
a `Open Street Map`_ layer in the admin.
an `OpenStreetMap`_ layer in the admin.
This provides more context (including street and thoroughfare details) than
available with the :class:`~django.contrib.gis.admin.GeoModelAdmin`
(which uses the `Vector Map Level 0`_ WMS dataset hosted at `OSGeo`_).