Skip to content

Commit

Permalink
Fixes #263
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Feb 15, 2018
1 parent 0706039 commit 7683603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/contrib/worldmap/wm_extra/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def gxp2wm(config, map_obj=None):
config['sources'][source]['ptype'] = 'gxp_gnsource'
config['sources'][source]['url'] = config['sources'][source]['url'].replace('ows', 'wms')
layer_config['local'] = True
layer_config['queryable'] = True
alternate = layer_config['name']
layer = Layer.objects.get(alternate=alternate)
# layer_config['url'] = layer.ows_url
Expand Down

0 comments on commit 7683603

Please sign in to comment.