Skip to content

Commit

Permalink
Fixes the updatelayers command
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed May 3, 2018
1 parent 79409fa commit 4a03953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def gs_slurp(
"bbox_x1": Decimal(resource.native_bbox[1]),
"bbox_y0": Decimal(resource.native_bbox[2]),
"bbox_y1": Decimal(resource.native_bbox[3]),
"srid": resource.srid
"srid": resource.projection,
})

# sync permissions in GeoFence
Expand Down

0 comments on commit 4a03953

Please sign in to comment.