Skip to content

Commit

Permalink
Merge pull request #105 from geoadmin/bug-BGDIINF_SB-2374-offset
Browse files Browse the repository at this point in the history
BGDIINF_SB-2374: Fixed profile height
  • Loading branch information
ltshb authored May 5, 2022
2 parents bace43e + acd21d9 commit dbb8631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/validation/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def read_spatial_reference(linestring):
def read_offset():
# param offset, used for smoothing. define how many coordinates should be included
# in the window used for smoothing. If value is zero smoothing is disabled.
offset = 3
offset = 0
if 'offset' in request.args:
offset = request.args.get('offset')
if offset.isdigit():
Expand Down

0 comments on commit dbb8631

Please sign in to comment.