summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWille Marcel <wille.yyz@gmail.com>2021-07-09 15:17:16 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-09 20:17:46 +0200
commit527482c5135a21e92d86aa968120cf66a1d6dff3 (patch)
tree8693d1899806ebea47e6a1ddee4209f923f6fde9
parent1d53d2502d8b093641dbbb741a232b436c9022c0 (diff)
[3.2.x] Fixed typo in docs/ref/contrib/gis/tutorial.txt.
Backport of 6f60fa97b0b501ef7cc77e16392654bf27ec8db3 from main
-rw-r--r--docs/ref/contrib/gis/tutorial.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index d6a01c3790..d542febf8a 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -736,7 +736,7 @@ may be edited by clicking on a polygon and dragging the vertices to the desired
position.
.. _OpenLayers: https://openlayers.org/
-.. _Open Street Map: https://www.openstreetmap.org/
+.. _OpenStreetMap: https://www.openstreetmap.org/
.. _Vector Map Level 0: http://web.archive.org/web/20201024202709/https://earth-info.nga.mil/publications/vmap0.html
.. _OSGeo: https://www.osgeo.org/
@@ -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`_).