Merge branch 'tomkralidis-master2'
This commit is contained in:
commit
030c2b4507
|
@ -146,7 +146,8 @@ class ISOElement(MappedXmlElement):
|
|||
|
||||
namespaces = {
|
||||
"gts": "http://www.isotc211.org/2005/gts",
|
||||
"gml": "http://www.opengis.net/gml/3.2",
|
||||
"gml": "http://www.opengis.net/gml",
|
||||
"gml32": "http://www.opengis.net/gml/3.2",
|
||||
"gmx": "http://www.isotc211.org/2005/gmx",
|
||||
"gsr": "http://www.isotc211.org/2005/gsr",
|
||||
"gss": "http://www.isotc211.org/2005/gss",
|
||||
|
@ -763,7 +764,9 @@ class ISODocument(MappedXmlDocument):
|
|||
name="temporal-extent-begin",
|
||||
search_paths=[
|
||||
"gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition/text()",
|
||||
"gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:beginPosition/text()",
|
||||
"gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:beginPosition/text()",
|
||||
"gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:beginPosition/text()",
|
||||
],
|
||||
multiplicity="*",
|
||||
),
|
||||
|
@ -771,7 +774,9 @@ class ISODocument(MappedXmlDocument):
|
|||
name="temporal-extent-end",
|
||||
search_paths=[
|
||||
"gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition/text()",
|
||||
"gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:endPosition/text()",
|
||||
"gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:endPosition/text()",
|
||||
"gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent/gml32:TimePeriod/gml32:endPosition/text()",
|
||||
],
|
||||
multiplicity="*",
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue