@opengis/gis 0.2.13 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/README.md +5 -5
  2. package/dist/index.css +1 -1
  3. package/dist/index.js +498 -499
  4. package/dist/index.umd.cjs +9 -9
  5. package/module/cls.json +6 -6
  6. package/module/gis/card/gis.maps.table/index.yml +14 -14
  7. package/module/gis/card/gis.maps.table/main_info.hbs +25 -25
  8. package/module/gis/card/gis.maps.table/maps_layers.hbs +19 -19
  9. package/module/gis/card/gis.metadata.table/index.yml +22 -22
  10. package/module/gis/card/gis.metadata.table/main_info.hbs +20 -20
  11. package/module/gis/card/gis.metadata.table/metadata_info.hbs +27 -27
  12. package/module/gis/card/gis.metadata.table/other.hbs +25 -25
  13. package/module/gis/card/gis.rasters.table/index.yml +11 -11
  14. package/module/gis/card/gis.rasters.table/main_info.hbs +27 -27
  15. package/module/gis/card/gis.registers.table/cls.hbs +36 -36
  16. package/module/gis/card/gis.registers.table/columns.hbs +89 -89
  17. package/module/gis/card/gis.registers.table/filters.hbs +80 -80
  18. package/module/gis/card/gis.registers.table/index.yml +23 -23
  19. package/module/gis/card/gis.registers.table/main_info.hbs +35 -35
  20. package/module/gis/card/gis.registers.table/source.hbs +45 -45
  21. package/module/gis/card/gis.services.table/attributes.hbs +91 -91
  22. package/module/gis/card/gis.services.table/filters.hbs +83 -83
  23. package/module/gis/card/gis.services.table/index.yml +25 -25
  24. package/module/gis/card/gis.services.table/main_info.hbs +27 -27
  25. package/module/gis/card/gis.services.table/source.hbs +25 -25
  26. package/module/gis/cls/bool.yes_no.json +12 -12
  27. package/module/gis/cls/encoding.json +14 -14
  28. package/module/gis/cls/geom_type.json +14 -14
  29. package/module/gis/cls/gis.column_type.json +34 -34
  30. package/module/gis/cls/gis.column_view_type.json +26 -26
  31. package/module/gis/cls/gis.filter_type.json +22 -22
  32. package/module/gis/cls/language.json +10 -10
  33. package/module/gis/cls/meta.service_type.json +42 -42
  34. package/module/gis/cls/ogc.service.json +21 -21
  35. package/module/gis/cls/service_type.json +42 -42
  36. package/module/gis/cls/source_type.json +10 -10
  37. package/module/gis/cls/standarts.json +6 -6
  38. package/module/gis/cls/topic_category.json +106 -106
  39. package/module/gis/cls/update_frequency.json +29 -29
  40. package/module/gis/cls/view.json +21 -21
  41. package/module/gis/form/gis.group_list.form.json +17 -17
  42. package/module/gis/form/gis.maps.form.json +64 -64
  43. package/module/gis/form/gis.metadata.form.json +240 -240
  44. package/module/gis/form/gis.ogc_service.form.json +40 -40
  45. package/module/gis/form/gis.rasters.form.json +99 -99
  46. package/module/gis/form/gis.registers.form.json +110 -110
  47. package/module/gis/form/gis.registers_column.form.json +84 -84
  48. package/module/gis/form/gis.registers_filter.form.json +65 -65
  49. package/module/gis/form/gis.services.form.json +120 -120
  50. package/module/gis/form/gis.services_attributes.form.json +75 -75
  51. package/module/gis/form/gis.services_filter.form.json +65 -65
  52. package/module/gis/menu.json +43 -43
  53. package/module/gis/select/pg.columns.parent.sql +6 -6
  54. package/module/gis/select/pg.table_name.sql +17 -17
  55. package/module/gis/select/service_id.sql +1 -1
  56. package/module/gis/table/gis.group_list.table.json +35 -35
  57. package/module/gis/table/gis.maps.table.json +69 -69
  58. package/module/gis/table/gis.metadata.table.json +70 -70
  59. package/module/gis/table/gis.ogc_service.table.json +91 -91
  60. package/module/gis/table/gis.rasters.table.json +97 -97
  61. package/module/gis/table/gis.registers.table.json +79 -79
  62. package/module/gis/table/gis.services.table.json +99 -99
  63. package/module/gis/table/site.gis.registers.table.json +88 -88
  64. package/module/gis/table/site.gis.services.table.json +106 -106
  65. package/module/gis/templates/ISO19136_2017_gml_template.xml +330 -330
  66. package/module/gis/tokens.yml +5 -5
  67. package/module/test/cls/bp_build_type.json +37 -37
  68. package/module/test/cls/doc_status.json +31 -31
  69. package/module/test/cls/ts.temp_status.json +18 -18
  70. package/module/test/cls/ts.temp_structure.ts_class.json +49 -49
  71. package/module/test/cls/ts.temp_type.json +9 -9
  72. package/module/test/layer/bp.json +59 -59
  73. package/module/test/layer/bp1.yml +33 -33
  74. package/module/test/layer/individual.yml +53 -53
  75. package/module/test/layer/ts.linking_passport.yml +55 -55
  76. package/module/test/layer/ts.temp_structure.yml +50 -50
  77. package/module/test/map/addr.yml +21 -21
  78. package/module/test/map/bp_myo.json +43 -43
  79. package/module/test/map/bpf.json +43 -43
  80. package/module/test/map/main.json +36 -36
  81. package/module/test/map/mbd.json +91 -91
  82. package/module/test/map/ts.json +52 -52
  83. package/module/test/select/address_id.json +2 -2
  84. package/module/test/select/address_id.sql +7 -7
  85. package/module/test/select/core.user_uid.sql +1 -1
  86. package/module/test/table/data_address.street.table.json +69 -69
  87. package/module/test/table/data_bp_myo.bp.table.json +122 -122
  88. package/package.json +67 -67
  89. package/plugin.js +44 -44
  90. package/server/migrations/ogc.sql +106 -106
  91. package/server/migrations/rasters.sql +263 -263
  92. package/server/migrations/services.sql +247 -247
  93. package/server/migrations/widgets.sql +20 -20
  94. package/server/plugins/crons.js +21 -21
  95. package/server/plugins/mapnik/funcs/createXML.js +72 -72
  96. package/server/plugins/mapnik/funcs/gdalWrapper.js +72 -72
  97. package/server/plugins/mapnik/funcs/map.proto +241 -241
  98. package/server/plugins/mapnik/funcs/mapnik.js +106 -106
  99. package/server/plugins/mapnik/funcs/rasterConfig.js +11 -11
  100. package/server/plugins/mapnik/funcs/rasterExists.js +20 -20
  101. package/server/plugins/mapnik/funcs/rasterInfo.js +109 -109
  102. package/server/plugins/mapnik/funcs/rasterVrt.js +55 -55
  103. package/server/plugins/mapnik/funcs/rasterXML.js +65 -65
  104. package/server/plugins/mapnik/funcs/rootFolder.mjs +8 -8
  105. package/server/plugins/mapnik/utils/map.proto +241 -241
  106. package/server/plugins/vite.js +74 -74
  107. package/server/routes/gis/index.mjs +59 -59
  108. package/server/routes/gis/metadata/metadataXML.js +13 -13
  109. package/server/routes/gis/ogc/map.info.point.js +124 -124
  110. package/server/routes/gis/registers/add.registry.js +35 -35
  111. package/server/routes/gis/registers/del.registry.js +14 -14
  112. package/server/routes/gis/registers/funcs/classifiers.js +100 -100
  113. package/server/routes/gis/registers/funcs/columns.js +4 -4
  114. package/server/routes/gis/registers/funcs/content.type.js +9 -9
  115. package/server/routes/gis/registers/funcs/get.info.js +89 -89
  116. package/server/routes/gis/registers/funcs/handleRegistryRequest.js +122 -122
  117. package/server/routes/gis/registers/gis.export.js +148 -148
  118. package/server/routes/gis/registers/gis.registry.js +38 -38
  119. package/server/routes/gis/registers/gis.registry.list.js +59 -59
  120. package/server/routes/gis/registers/insert.columns.js +107 -107
  121. package/server/routes/gis/registers/insert.filters.js +110 -110
  122. package/server/routes/gis/registers/map.registry.js +79 -79
  123. package/server/routes/gis/services/add.service.js +64 -64
  124. package/server/routes/gis/services/del.service.js +12 -12
  125. package/server/routes/gis/services/get.layer.geom.js +27 -27
  126. package/server/routes/gis/services/get.services.col.js +33 -33
  127. package/server/routes/gis/services/get.services.js +84 -84
  128. package/server/routes/gis/services/legend.auto.js +77 -77
  129. package/server/routes/map/controllers/layerList.js +60 -60
  130. package/server/routes/map/controllers/map.js +123 -123
  131. package/server/routes/map/controllers/mapCatalog.js +72 -72
  132. package/server/routes/map/controllers/mapCatalogAttribute.js +55 -55
  133. package/server/routes/map/controllers/mapFeatures.js +128 -128
  134. package/server/routes/map/controllers/mapFormat.js +83 -83
  135. package/server/routes/map/controllers/mapTiles.js +152 -152
  136. package/server/routes/map/controllers/maps.js +15 -15
  137. package/server/routes/map/controllers/marker_icon.js +43 -43
  138. package/server/routes/map/controllers/rtile.js +134 -134
  139. package/server/routes/map/controllers/vtile.js +172 -172
  140. package/server/routes/map/index.mjs +129 -86
  141. package/server/routes/map/maps/add.map.js +41 -41
  142. package/server/routes/map/maps/del.map.js +18 -18
  143. package/server/routes/map/maps/get.map.js +88 -88
  144. package/server/routes/map/vtile1.js +170 -170
  145. package/server/routes/map/widgets/add.widget.js +38 -38
  146. package/server/routes/map/widgets/del.widget.js +22 -22
  147. package/server/routes/map/widgets/get.widget.js +40 -40
  148. package/server/routes/root.mjs +3 -3
  149. package/utils.js +11 -11
@@ -1,331 +1,331 @@
1
- <?xml version="1.0" encoding="UTF-8"?><gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd">
2
- {{#contentList table="gis.metadata" query="metadata_id='{{id}}'" widget=0}}
3
- {{#with rows.[0]}}
4
- <gmd:fileIdentifier>
5
- <gco:CharacterString>{{metadata_id}}</gco:CharacterString>
6
- </gmd:fileIdentifier>
7
- <gmd:language>
8
- <gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#LanguageCode" codeListValue="UKR">1</gmd:LanguageCode>
9
- </gmd:language>
10
- <gmd:hierarchyLevel>
11
- <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#MD_ScopeCode" codeListValue="web_service">web_service</gmd:MD_ScopeCode>
12
- </gmd:hierarchyLevel>
13
- <gmd:contact>
14
- <gmd:CI_ResponsibleParty>
15
- <gmd:individualName>
16
- <gco:CharacterString></gco:CharacterString>
17
- </gmd:individualName>
18
- <gmd:organisationName>
19
- <gco:CharacterString></gco:CharacterString>
20
- </gmd:organisationName>
21
- <gmd:contactInfo>
22
- <gmd:CI_Contact>
23
- <gmd:address>
24
- <gmd:CI_Address>
25
- <gmd:electronicMailAddress>
26
- <gco:CharacterString></gco:CharacterString>
27
- </gmd:electronicMailAddress>
28
- </gmd:CI_Address>
29
- </gmd:address>
30
- </gmd:CI_Contact>
31
- </gmd:contactInfo>
32
- <gmd:role>
33
- <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
34
- </gmd:role>
35
- </gmd:CI_ResponsibleParty>
36
- </gmd:contact>
37
- <gmd:dateStamp>
38
- <gco:Date></gco:Date>
39
- </gmd:dateStamp>
40
- <gmd:metadataStandardName>
41
- <gco:CharacterString>INSPIRE Metadata for Datasets</gco:CharacterString>
42
- </gmd:metadataStandardName>
43
- <gmd:metadataStandardVersion>
44
- <gco:CharacterString>DRAFT</gco:CharacterString>
45
- </gmd:metadataStandardVersion>
46
- <gmd:referenceSystemInfo>
47
- <gmd:MD_ReferenceSystem>
48
- <gmd:referenceSystemIdentifier>
49
- <gmd:RS_Identifier>
50
- <gmd:code>
51
- <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/4326</gco:CharacterString>
52
- </gmd:code>
53
- <gmd:codeSpace>
54
- <gco:CharacterString>4326</gco:CharacterString>
55
- </gmd:codeSpace>
56
- </gmd:RS_Identifier>
57
- </gmd:referenceSystemIdentifier>
58
- </gmd:MD_ReferenceSystem>
59
- </gmd:referenceSystemInfo>
60
- <gmd:identificationInfo>
61
- <gmd:MD_DataIdentification>
62
- <gmd:citation>
63
- <gmd:CI_Citation>
64
- <gmd:title>
65
- <gco:CharacterString>{{select layer_id data="service_id"}}</gco:CharacterString>
66
- </gmd:title>
67
- <gmd:date>
68
- <gmd:CI_Date>
69
- <gmd:date>
70
- <gco:Date>{{formatDate editor_date format="yy-mm-dd"}}</gco:Date>
71
- </gmd:date>
72
- <gmd:dateType>
73
- <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
74
- </gmd:dateType>
75
- </gmd:CI_Date>
76
- </gmd:date>
77
- <gmd:date>
78
- <gmd:CI_Date>
79
- <gmd:date>
80
- <gco:Date>{{formatDate cdate format="yy-mm-dd"}}</gco:Date>
81
- </gmd:date>
82
- <gmd:dateType>
83
- <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/>
84
- </gmd:dateType>
85
- </gmd:CI_Date>
86
- </gmd:date>
87
- </gmd:CI_Citation>
88
- </gmd:citation>
89
- <gmd:abstract>
90
- <gco:CharacterString>{{abstract}}</gco:CharacterString>
91
- </gmd:abstract>
92
- <gmd:pointOfContact>
93
- <gmd:CI_ResponsibleParty>
94
- <gmd:organisationName>
95
- <gco:CharacterString></gco:CharacterString>
96
- </gmd:organisationName>
97
- <gmd:positionName>
98
- <gco:CharacterString/>
99
- </gmd:positionName>
100
- <gmd:contactInfo>
101
- <gmd:CI_Contact>
102
- <gmd:phone>
103
- <gmd:CI_Telephone>
104
- <gmd:voice>
105
- <gco:CharacterString/>
106
- </gmd:voice>
107
- <gmd:facsimile>
108
- <gco:CharacterString/>
109
- </gmd:facsimile>
110
- </gmd:CI_Telephone>
111
- </gmd:phone>
112
- <gmd:address>
113
- <gmd:CI_Address>
114
- <gmd:deliveryPoint>
115
- <gco:CharacterString/>
116
- </gmd:deliveryPoint>
117
- <gmd:city>
118
- <gco:CharacterString/>
119
- </gmd:city>
120
- <gmd:administrativeArea>
121
- <gco:CharacterString/>
122
- </gmd:administrativeArea>
123
- <gmd:postalCode>
124
- <gco:CharacterString/>
125
- </gmd:postalCode>
126
- <gmd:country>
127
- <gco:CharacterString/>
128
- </gmd:country>
129
- <gmd:electronicMailAddress>
130
- <gco:CharacterString></gco:CharacterString>
131
- </gmd:electronicMailAddress>
132
- </gmd:CI_Address>
133
- </gmd:address>
134
- <gmd:onlineResource>
135
- <gmd:CI_OnlineResource>
136
- <gmd:linkage>
137
- <gmd:URL/>
138
- </gmd:linkage>
139
- </gmd:CI_OnlineResource>
140
- </gmd:onlineResource>
141
- </gmd:CI_Contact>
142
- </gmd:contactInfo>
143
- <gmd:role>
144
- <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="owner"/>
145
- </gmd:role>
146
- </gmd:CI_ResponsibleParty>
147
- </gmd:pointOfContact>
148
- <gmd:graphicOverview>
149
- </gmd:graphicOverview>
150
- <gmd:descriptiveKeywords>
151
- <gmd:MD_Keywords>
152
- {{#each keywords}}
153
- <gmd:keyword>
154
- <gco:CharacterString>{{this}}</gco:CharacterString>
155
- </gmd:keyword>
156
- {{/each}}
157
- <gmd:thesaurusName>
158
- <gmd:CI_Citation>
159
- <gmd:title>
160
- <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
161
- </gmd:title>
162
- <gmd:date>
163
- <gmd:CI_Date>
164
- <gmd:date>
165
- <gco:Date>{{formatDate cdate format="yy-mm-dd"}}</gco:Date>
166
- </gmd:date>
167
- <gmd:dateType>
168
- <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
169
- </gmd:dateType>
170
- </gmd:CI_Date>
171
- </gmd:date>
172
- </gmd:CI_Citation>
173
- </gmd:thesaurusName>
174
- </gmd:MD_Keywords>
175
- </gmd:descriptiveKeywords>
176
- <gmd:descriptiveKeywords>
177
- <gmd:MD_Keywords>
178
- <gmd:keyword>
179
- <gco:CharacterString></gco:CharacterString>
180
- </gmd:keyword>
181
- <gmd:keyword>
182
- <gco:CharacterString></gco:CharacterString>
183
- </gmd:keyword>
184
- <gmd:thesaurusName>
185
- <gmd:CI_Citation>
186
- <gmd:title>
187
- <gco:CharacterString>INSPIRE priority data set</gco:CharacterString>
188
- </gmd:title>
189
- <gmd:date>
190
- <gmd:CI_Date>
191
- <gmd:date>
192
- <gco:Date></gco:Date>
193
- </gmd:date>
194
- <gmd:dateType>
195
- <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">creation</gmd:CI_DateTypeCode>
196
- </gmd:dateType>
197
- </gmd:CI_Date>
198
- </gmd:date>
199
- </gmd:CI_Citation>
200
- </gmd:thesaurusName>
201
- </gmd:MD_Keywords>
202
- </gmd:descriptiveKeywords>
203
- <gmd:spatialRepresentationType>
204
- <gmd:MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue=""/>
205
- </gmd:spatialRepresentationType>
206
- <gmd:spatialResolution>
207
- <gmd:MD_Resolution>
208
- <gmd:equivalentScale>
209
- <gmd:MD_RepresentativeFraction>
210
- <gmd:denominator>
211
- <gco:Integer>{{scale}}</gco:Integer>
212
- </gmd:denominator>
213
- </gmd:MD_RepresentativeFraction>
214
- </gmd:equivalentScale>
215
- </gmd:MD_Resolution>
216
- </gmd:spatialResolution>
217
- <gmd:language>
218
- <gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#LanguageCode" codeListValue="lav"/>
219
- </gmd:language>
220
- <gmd:topicCategory>
221
- <gmd:MD_TopicCategoryCode>{{select topic_category data="topic_category"}}</gmd:MD_TopicCategoryCode>
222
- </gmd:topicCategory>
223
- <gmd:extent>
224
- <gmd:EX_Extent>
225
- <gmd:geographicElement>
226
- <gmd:EX_GeographicBoundingBox>
227
- <gmd:westBoundLongitude>
228
- <gco:Decimal>20.700</gco:Decimal>
229
- </gmd:westBoundLongitude>
230
- <gmd:eastBoundLongitude>
231
- <gco:Decimal>28.500</gco:Decimal>
232
- </gmd:eastBoundLongitude>
233
- <gmd:southBoundLatitude>
234
- <gco:Decimal>55.600</gco:Decimal>
235
- </gmd:southBoundLatitude>
236
- <gmd:northBoundLatitude>
237
- <gco:Decimal>58.100</gco:Decimal>
238
- </gmd:northBoundLatitude>
239
- </gmd:EX_GeographicBoundingBox>
240
- </gmd:geographicElement>
241
- <gmd:temporalElement>
242
- <gmd:EX_TemporalExtent>
243
- <gmd:extent>
244
- <gml:TimePeriod gml:id="Temporal">
245
- <gml:begin>
246
- <gml:TimeInstant gml:id="TemporalBegin">
247
- <gml:timePosition>2021-01-01</gml:timePosition>
248
- </gml:TimeInstant>
249
- </gml:begin>
250
- <gml:end>
251
- <gml:TimeInstant gml:id="TemporalEnd">
252
- <gml:timePosition>2021-12-31</gml:timePosition>
253
- </gml:TimeInstant>
254
- </gml:end>
255
- </gml:TimePeriod>
256
- </gmd:extent>
257
- </gmd:EX_TemporalExtent>
258
- </gmd:temporalElement>
259
- </gmd:EX_Extent>
260
- </gmd:extent>
261
- </gmd:MD_DataIdentification>
262
- </gmd:identificationInfo>
263
- <gmd:distributionInfo>
264
- <gmd:MD_Distribution>
265
- <gmd:distributionFormat>
266
- <gmd:MD_Format>
267
- <gmd:name>
268
- <gco:CharacterString/>
269
- </gmd:name>
270
- <gmd:version>
271
- <gco:CharacterString/>
272
- </gmd:version>
273
- </gmd:MD_Format>
274
- </gmd:distributionFormat>
275
- </gmd:MD_Distribution>
276
- </gmd:distributionInfo>
277
- <gmd:dataQualityInfo>
278
- <gmd:DQ_DataQuality>
279
- <gmd:scope>
280
- <gmd:DQ_Scope>
281
- <gmd:level>
282
- <gmd:MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue=""/>
283
- </gmd:level>
284
- </gmd:DQ_Scope>
285
- </gmd:scope>
286
- <gmd:report>
287
- <gmd:DQ_DomainConsistency xsi:type="DQ_DomainConsistency_Type">
288
- <gmd:measureIdentification>
289
- <gmd:RS_Identifier>
290
- <gmd:code>
291
- <gco:CharacterString>Conformity_001</gco:CharacterString>
292
- </gmd:code>
293
- <gmd:codeSpace>
294
- <gco:CharacterString>INSPIRE</gco:CharacterString>
295
- </gmd:codeSpace>
296
- </gmd:RS_Identifier>
297
- </gmd:measureIdentification>
298
- <gmd:result>
299
- <gmd:DQ_ConformanceResult xsi:type="DQ_ConformanceResult_Type">
300
- <gmd:specification>
301
- <gmd:CI_Citation>
302
- <gmd:title>
303
- <gco:CharacterString></gco:CharacterString>
304
- </gmd:title>
305
- <gmd:date>
306
- <gmd:CI_Date>
307
- <gmd:date>
308
- <gco:Date>2010-12-08</gco:Date>
309
- </gmd:date>
310
- <gmd:dateType>
311
- <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
312
- </gmd:dateType>
313
- </gmd:CI_Date>
314
- </gmd:date>
315
- </gmd:CI_Citation>
316
- </gmd:specification>
317
- <gmd:explanation>
318
- <gco:CharacterString>See the referenced specification</gco:CharacterString>
319
- </gmd:explanation>
320
- <gmd:pass>
321
- <gco:Boolean>true</gco:Boolean>
322
- </gmd:pass>
323
- </gmd:DQ_ConformanceResult>
324
- </gmd:result>
325
- </gmd:DQ_DomainConsistency>
326
- </gmd:report>
327
- </gmd:DQ_DataQuality>
328
- </gmd:dataQualityInfo>
329
- {{/with}}
330
- {{/contentList}}
1
+ <?xml version="1.0" encoding="UTF-8"?><gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd">
2
+ {{#contentList table="gis.metadata" query="metadata_id='{{id}}'" widget=0}}
3
+ {{#with rows.[0]}}
4
+ <gmd:fileIdentifier>
5
+ <gco:CharacterString>{{metadata_id}}</gco:CharacterString>
6
+ </gmd:fileIdentifier>
7
+ <gmd:language>
8
+ <gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#LanguageCode" codeListValue="UKR">1</gmd:LanguageCode>
9
+ </gmd:language>
10
+ <gmd:hierarchyLevel>
11
+ <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#MD_ScopeCode" codeListValue="web_service">web_service</gmd:MD_ScopeCode>
12
+ </gmd:hierarchyLevel>
13
+ <gmd:contact>
14
+ <gmd:CI_ResponsibleParty>
15
+ <gmd:individualName>
16
+ <gco:CharacterString></gco:CharacterString>
17
+ </gmd:individualName>
18
+ <gmd:organisationName>
19
+ <gco:CharacterString></gco:CharacterString>
20
+ </gmd:organisationName>
21
+ <gmd:contactInfo>
22
+ <gmd:CI_Contact>
23
+ <gmd:address>
24
+ <gmd:CI_Address>
25
+ <gmd:electronicMailAddress>
26
+ <gco:CharacterString></gco:CharacterString>
27
+ </gmd:electronicMailAddress>
28
+ </gmd:CI_Address>
29
+ </gmd:address>
30
+ </gmd:CI_Contact>
31
+ </gmd:contactInfo>
32
+ <gmd:role>
33
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
34
+ </gmd:role>
35
+ </gmd:CI_ResponsibleParty>
36
+ </gmd:contact>
37
+ <gmd:dateStamp>
38
+ <gco:Date></gco:Date>
39
+ </gmd:dateStamp>
40
+ <gmd:metadataStandardName>
41
+ <gco:CharacterString>INSPIRE Metadata for Datasets</gco:CharacterString>
42
+ </gmd:metadataStandardName>
43
+ <gmd:metadataStandardVersion>
44
+ <gco:CharacterString>DRAFT</gco:CharacterString>
45
+ </gmd:metadataStandardVersion>
46
+ <gmd:referenceSystemInfo>
47
+ <gmd:MD_ReferenceSystem>
48
+ <gmd:referenceSystemIdentifier>
49
+ <gmd:RS_Identifier>
50
+ <gmd:code>
51
+ <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/4326</gco:CharacterString>
52
+ </gmd:code>
53
+ <gmd:codeSpace>
54
+ <gco:CharacterString>4326</gco:CharacterString>
55
+ </gmd:codeSpace>
56
+ </gmd:RS_Identifier>
57
+ </gmd:referenceSystemIdentifier>
58
+ </gmd:MD_ReferenceSystem>
59
+ </gmd:referenceSystemInfo>
60
+ <gmd:identificationInfo>
61
+ <gmd:MD_DataIdentification>
62
+ <gmd:citation>
63
+ <gmd:CI_Citation>
64
+ <gmd:title>
65
+ <gco:CharacterString>{{select layer_id data="service_id"}}</gco:CharacterString>
66
+ </gmd:title>
67
+ <gmd:date>
68
+ <gmd:CI_Date>
69
+ <gmd:date>
70
+ <gco:Date>{{formatDate editor_date format="yy-mm-dd"}}</gco:Date>
71
+ </gmd:date>
72
+ <gmd:dateType>
73
+ <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
74
+ </gmd:dateType>
75
+ </gmd:CI_Date>
76
+ </gmd:date>
77
+ <gmd:date>
78
+ <gmd:CI_Date>
79
+ <gmd:date>
80
+ <gco:Date>{{formatDate cdate format="yy-mm-dd"}}</gco:Date>
81
+ </gmd:date>
82
+ <gmd:dateType>
83
+ <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/>
84
+ </gmd:dateType>
85
+ </gmd:CI_Date>
86
+ </gmd:date>
87
+ </gmd:CI_Citation>
88
+ </gmd:citation>
89
+ <gmd:abstract>
90
+ <gco:CharacterString>{{abstract}}</gco:CharacterString>
91
+ </gmd:abstract>
92
+ <gmd:pointOfContact>
93
+ <gmd:CI_ResponsibleParty>
94
+ <gmd:organisationName>
95
+ <gco:CharacterString></gco:CharacterString>
96
+ </gmd:organisationName>
97
+ <gmd:positionName>
98
+ <gco:CharacterString/>
99
+ </gmd:positionName>
100
+ <gmd:contactInfo>
101
+ <gmd:CI_Contact>
102
+ <gmd:phone>
103
+ <gmd:CI_Telephone>
104
+ <gmd:voice>
105
+ <gco:CharacterString/>
106
+ </gmd:voice>
107
+ <gmd:facsimile>
108
+ <gco:CharacterString/>
109
+ </gmd:facsimile>
110
+ </gmd:CI_Telephone>
111
+ </gmd:phone>
112
+ <gmd:address>
113
+ <gmd:CI_Address>
114
+ <gmd:deliveryPoint>
115
+ <gco:CharacterString/>
116
+ </gmd:deliveryPoint>
117
+ <gmd:city>
118
+ <gco:CharacterString/>
119
+ </gmd:city>
120
+ <gmd:administrativeArea>
121
+ <gco:CharacterString/>
122
+ </gmd:administrativeArea>
123
+ <gmd:postalCode>
124
+ <gco:CharacterString/>
125
+ </gmd:postalCode>
126
+ <gmd:country>
127
+ <gco:CharacterString/>
128
+ </gmd:country>
129
+ <gmd:electronicMailAddress>
130
+ <gco:CharacterString></gco:CharacterString>
131
+ </gmd:electronicMailAddress>
132
+ </gmd:CI_Address>
133
+ </gmd:address>
134
+ <gmd:onlineResource>
135
+ <gmd:CI_OnlineResource>
136
+ <gmd:linkage>
137
+ <gmd:URL/>
138
+ </gmd:linkage>
139
+ </gmd:CI_OnlineResource>
140
+ </gmd:onlineResource>
141
+ </gmd:CI_Contact>
142
+ </gmd:contactInfo>
143
+ <gmd:role>
144
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="owner"/>
145
+ </gmd:role>
146
+ </gmd:CI_ResponsibleParty>
147
+ </gmd:pointOfContact>
148
+ <gmd:graphicOverview>
149
+ </gmd:graphicOverview>
150
+ <gmd:descriptiveKeywords>
151
+ <gmd:MD_Keywords>
152
+ {{#each keywords}}
153
+ <gmd:keyword>
154
+ <gco:CharacterString>{{this}}</gco:CharacterString>
155
+ </gmd:keyword>
156
+ {{/each}}
157
+ <gmd:thesaurusName>
158
+ <gmd:CI_Citation>
159
+ <gmd:title>
160
+ <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
161
+ </gmd:title>
162
+ <gmd:date>
163
+ <gmd:CI_Date>
164
+ <gmd:date>
165
+ <gco:Date>{{formatDate cdate format="yy-mm-dd"}}</gco:Date>
166
+ </gmd:date>
167
+ <gmd:dateType>
168
+ <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
169
+ </gmd:dateType>
170
+ </gmd:CI_Date>
171
+ </gmd:date>
172
+ </gmd:CI_Citation>
173
+ </gmd:thesaurusName>
174
+ </gmd:MD_Keywords>
175
+ </gmd:descriptiveKeywords>
176
+ <gmd:descriptiveKeywords>
177
+ <gmd:MD_Keywords>
178
+ <gmd:keyword>
179
+ <gco:CharacterString></gco:CharacterString>
180
+ </gmd:keyword>
181
+ <gmd:keyword>
182
+ <gco:CharacterString></gco:CharacterString>
183
+ </gmd:keyword>
184
+ <gmd:thesaurusName>
185
+ <gmd:CI_Citation>
186
+ <gmd:title>
187
+ <gco:CharacterString>INSPIRE priority data set</gco:CharacterString>
188
+ </gmd:title>
189
+ <gmd:date>
190
+ <gmd:CI_Date>
191
+ <gmd:date>
192
+ <gco:Date></gco:Date>
193
+ </gmd:date>
194
+ <gmd:dateType>
195
+ <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">creation</gmd:CI_DateTypeCode>
196
+ </gmd:dateType>
197
+ </gmd:CI_Date>
198
+ </gmd:date>
199
+ </gmd:CI_Citation>
200
+ </gmd:thesaurusName>
201
+ </gmd:MD_Keywords>
202
+ </gmd:descriptiveKeywords>
203
+ <gmd:spatialRepresentationType>
204
+ <gmd:MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue=""/>
205
+ </gmd:spatialRepresentationType>
206
+ <gmd:spatialResolution>
207
+ <gmd:MD_Resolution>
208
+ <gmd:equivalentScale>
209
+ <gmd:MD_RepresentativeFraction>
210
+ <gmd:denominator>
211
+ <gco:Integer>{{scale}}</gco:Integer>
212
+ </gmd:denominator>
213
+ </gmd:MD_RepresentativeFraction>
214
+ </gmd:equivalentScale>
215
+ </gmd:MD_Resolution>
216
+ </gmd:spatialResolution>
217
+ <gmd:language>
218
+ <gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#LanguageCode" codeListValue="lav"/>
219
+ </gmd:language>
220
+ <gmd:topicCategory>
221
+ <gmd:MD_TopicCategoryCode>{{select topic_category data="topic_category"}}</gmd:MD_TopicCategoryCode>
222
+ </gmd:topicCategory>
223
+ <gmd:extent>
224
+ <gmd:EX_Extent>
225
+ <gmd:geographicElement>
226
+ <gmd:EX_GeographicBoundingBox>
227
+ <gmd:westBoundLongitude>
228
+ <gco:Decimal>20.700</gco:Decimal>
229
+ </gmd:westBoundLongitude>
230
+ <gmd:eastBoundLongitude>
231
+ <gco:Decimal>28.500</gco:Decimal>
232
+ </gmd:eastBoundLongitude>
233
+ <gmd:southBoundLatitude>
234
+ <gco:Decimal>55.600</gco:Decimal>
235
+ </gmd:southBoundLatitude>
236
+ <gmd:northBoundLatitude>
237
+ <gco:Decimal>58.100</gco:Decimal>
238
+ </gmd:northBoundLatitude>
239
+ </gmd:EX_GeographicBoundingBox>
240
+ </gmd:geographicElement>
241
+ <gmd:temporalElement>
242
+ <gmd:EX_TemporalExtent>
243
+ <gmd:extent>
244
+ <gml:TimePeriod gml:id="Temporal">
245
+ <gml:begin>
246
+ <gml:TimeInstant gml:id="TemporalBegin">
247
+ <gml:timePosition>2021-01-01</gml:timePosition>
248
+ </gml:TimeInstant>
249
+ </gml:begin>
250
+ <gml:end>
251
+ <gml:TimeInstant gml:id="TemporalEnd">
252
+ <gml:timePosition>2021-12-31</gml:timePosition>
253
+ </gml:TimeInstant>
254
+ </gml:end>
255
+ </gml:TimePeriod>
256
+ </gmd:extent>
257
+ </gmd:EX_TemporalExtent>
258
+ </gmd:temporalElement>
259
+ </gmd:EX_Extent>
260
+ </gmd:extent>
261
+ </gmd:MD_DataIdentification>
262
+ </gmd:identificationInfo>
263
+ <gmd:distributionInfo>
264
+ <gmd:MD_Distribution>
265
+ <gmd:distributionFormat>
266
+ <gmd:MD_Format>
267
+ <gmd:name>
268
+ <gco:CharacterString/>
269
+ </gmd:name>
270
+ <gmd:version>
271
+ <gco:CharacterString/>
272
+ </gmd:version>
273
+ </gmd:MD_Format>
274
+ </gmd:distributionFormat>
275
+ </gmd:MD_Distribution>
276
+ </gmd:distributionInfo>
277
+ <gmd:dataQualityInfo>
278
+ <gmd:DQ_DataQuality>
279
+ <gmd:scope>
280
+ <gmd:DQ_Scope>
281
+ <gmd:level>
282
+ <gmd:MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue=""/>
283
+ </gmd:level>
284
+ </gmd:DQ_Scope>
285
+ </gmd:scope>
286
+ <gmd:report>
287
+ <gmd:DQ_DomainConsistency xsi:type="DQ_DomainConsistency_Type">
288
+ <gmd:measureIdentification>
289
+ <gmd:RS_Identifier>
290
+ <gmd:code>
291
+ <gco:CharacterString>Conformity_001</gco:CharacterString>
292
+ </gmd:code>
293
+ <gmd:codeSpace>
294
+ <gco:CharacterString>INSPIRE</gco:CharacterString>
295
+ </gmd:codeSpace>
296
+ </gmd:RS_Identifier>
297
+ </gmd:measureIdentification>
298
+ <gmd:result>
299
+ <gmd:DQ_ConformanceResult xsi:type="DQ_ConformanceResult_Type">
300
+ <gmd:specification>
301
+ <gmd:CI_Citation>
302
+ <gmd:title>
303
+ <gco:CharacterString></gco:CharacterString>
304
+ </gmd:title>
305
+ <gmd:date>
306
+ <gmd:CI_Date>
307
+ <gmd:date>
308
+ <gco:Date>2010-12-08</gco:Date>
309
+ </gmd:date>
310
+ <gmd:dateType>
311
+ <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication"/>
312
+ </gmd:dateType>
313
+ </gmd:CI_Date>
314
+ </gmd:date>
315
+ </gmd:CI_Citation>
316
+ </gmd:specification>
317
+ <gmd:explanation>
318
+ <gco:CharacterString>See the referenced specification</gco:CharacterString>
319
+ </gmd:explanation>
320
+ <gmd:pass>
321
+ <gco:Boolean>true</gco:Boolean>
322
+ </gmd:pass>
323
+ </gmd:DQ_ConformanceResult>
324
+ </gmd:result>
325
+ </gmd:DQ_DomainConsistency>
326
+ </gmd:report>
327
+ </gmd:DQ_DataQuality>
328
+ </gmd:dataQualityInfo>
329
+ {{/with}}
330
+ {{/contentList}}
331
331
  </gmd:MD_Metadata>