File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments