Skip to content

Commit

Permalink
- sample tile layer background
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 25, 2017
1 parent 5b6efa7 commit 70cd6cb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion geonode/settings.py
Expand Up @@ -746,7 +746,19 @@
"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 70cd6cb

Please sign in to comment.