diff options
| author | Danilo Bargen <mail@dbrgn.ch> | 2017-05-12 17:24:53 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-13 17:24:22 -0400 |
| commit | 680968b9e42d63f9a3ee929ebd6afdef06999d24 (patch) | |
| tree | 732b055641f729eb99adc2027c9b0d1e2f10e058 /docs | |
| parent | faaf62f616662a3e37642ed46f1bb400331c6248 (diff) | |
Documented OSMWidget.default_lat/lon.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/forms-api.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt index 51dfa4ad18..32cdd51dad 100644 --- a/docs/ref/contrib/gis/forms-api.txt +++ b/docs/ref/contrib/gis/forms-api.txt @@ -173,7 +173,17 @@ Widget classes .. class:: OSMWidget This widget uses an OpenStreetMap base layer to display geographic objects - on. ``template_name`` is ``gis/openlayers-osm.html``. + on. Attributes are: + + .. attribute:: template_name + + ``gis/openlayers-osm.html`` + + .. attribute:: default_lat + .. attribute:: default_lon + + The default center latitude and longitude are ``47`` and ``5``, + respectively, which is a location in eastern France. The :class:`OpenLayersWidget` note about JavaScript file hosting above also applies here. See also this `FAQ answer`_ about ``https`` access to map |
