Skip to content

Commit aa65458

Browse files
author
afabiani
committed
- Dropping "geoext" support form docs also
1 parent 474db55 commit aa65458

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

basic/settings/index.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -341,23 +341,6 @@ BING_API_KEY
341341
}
342342
DEFAULT_MS2_BACKGROUNDS = [BASEMAP,] + DEFAULT_MS2_BACKGROUNDS
343343
344-
If using ``geoext`` client library, make sure the ``MAP_BASELAYERS`` include the following:
345-
346-
.. code-block:: python
347-
348-
if BING_API_KEY:
349-
BASEMAP = {
350-
'source': {
351-
'ptype': 'gxp_bingsource',
352-
'apiKey': BING_API_KEY
353-
},
354-
'name': 'AerialWithLabels',
355-
'fixed': True,
356-
'visibility': True,
357-
'group': 'background'
358-
}
359-
MAP_BASELAYERS.append(BASEMAP)
360-
361344
362345
BROKER_HEARTBEAT
363346
----------------
@@ -948,7 +931,6 @@ GEONODE_CLIENT_LAYER_PREVIEW_LIBRARY
948931
The library to use for display preview images of layers. The library choices are:
949932

950933
``"mapstore"``
951-
``"geoext"``
952934
``"leaflet"``
953935
``"react"``
954936

0 commit comments

Comments
 (0)