Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Dec 18, 2023
1 parent a014c0c commit 149cb7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/layer/geo_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,10 +1178,7 @@ def build_efs_url(self, api_layer: dict, srv_details: dict):

# build EFS layer URI
efs_uri = "crs='{}' ".format(srs)
efs_uri += "filter='' "
efs_uri += "url='{}{}' ".format(efs_base_url, api_layer_id)
efs_uri += "table'' "
efs_uri += "sql=''"

return ("EFS", layer_title, efs_uri)

Expand Down

0 comments on commit 149cb7a

Please sign in to comment.