EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Paces
metadata
Commits
3bf9dc34
Commit
3bf9dc34
authored
Mar 10, 2014
by
Martin Paces
Browse files
Bug fix.
parent
5f84b3f1
Changes
1
Show whitespace changes
Inline
Side-by-side
ns_eop20.py
View file @
3bf9dc34
...
...
@@ -168,8 +168,6 @@ def getProduct( srs, url, version=None, size=None, timeliness=None ):
ex_srs
=
"urn:ogc:def:crs:EPSG:6.3:%s"
%
(
srs
.
split
(
':'
)[
-
1
]
)
tmp
.
append
(
E
.
referenceSystemIdentifier
(
ex_srs
,{
"codeSpace"
:
"EPSG"
})
)
tmp
.
append
(
E
.
fileName
(
ows
.
getServiceReference
(
url
)))
if
version
:
tmp
.
append
(
E
.
version
(
version
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment