Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Nov 12, 2018
2 parents b186fd3 + 793b137 commit 474a63c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentinelhub/ogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ def get_url(self, request, date, size_x, size_y):

params = {
'SERVICE': request.service_type.value,
'BBOX': request.bbox.__str__(reverse=True) if request.bbox.get_crs() is CRS.WGS84 else str(
request.bbox),
'BBOX': request.bbox.__str__(reverse=True) if request.bbox.get_crs() is CRS.WGS84 else str(request.bbox),
'FORMAT': MimeType.get_string(request.image_format),
'CRS': CRS.ogc_string(request.bbox.get_crs()),
}
Expand Down

0 comments on commit 474a63c

Please sign in to comment.