Skip to content

Commit

Permalink
- Align local_settings.py.geoserver.sample to settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 26, 2017
1 parent 0628a1a commit 3ca57f8
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions geonode/local_settings.py.geoserver.sample
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ LAYER_PREVIEW_LIBRARY = 'geoext'

GEONODE_APPS = (
# GeoNode internal apps
# 'geonode.contrib.risks',
'geonode.people',
'geonode.base',
'geonode.layers',
Expand Down Expand Up @@ -252,7 +251,7 @@ INSTALLED_APPS = (
'leaflet',
'django_extensions',
#'geonode-client',
#'haystack',
# 'haystack',
'autocomplete_light',
'mptt',
# 'modeltranslation',
Expand All @@ -264,7 +263,6 @@ INSTALLED_APPS = (
'floppyforms',

# Theme
"pinax_theme_bootstrap_account",
"pinax_theme_bootstrap",
'django_forms_bootstrap',

Expand All @@ -273,15 +271,14 @@ INSTALLED_APPS = (
'avatar',
'dialogos',
'agon_ratings',
# 'notification',
'announcements',
'actstream',
'user_messages',
#'tastypie',
'tastypie',
'polymorphic',
'guardian',
'oauth2_provider',
) + GEONODE_APPS + ('tastypie',)
) + GEONODE_APPS

# default map projection
# Note: If set to EPSG:4326, then only EPSG:4326 basemaps will work.
Expand Down Expand Up @@ -310,7 +307,19 @@ MAP_BASELAYERS = [{
"visibility": False,
"fixed": True,
"group":"background"
}, {
},
# {
# "source": {"ptype": "gxp_olsource"},
# "type": "OpenLayers.Layer.XYZ",
# "title": "TEST TILE",
# "args": ["TEST_TILE", "http://test_tiles/tiles/${z}/${x}/${y}.png"],
# "name": "background",
# "attribution": "© TEST TILE",
# "visibility": False,
# "fixed": True,
# "group":"background"
# },
{
"source": {"ptype": "gxp_osmsource"},
"type": "OpenLayers.Layer.OSM",
"name": "mapnik",
Expand Down

0 comments on commit 3ca57f8

Please sign in to comment.