@opengis/gis 0.2.175 → 0.2.176

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 (158) hide show
  1. package/README.md +181 -181
  2. package/dist/{CardIcon-Cg8bUM4G.js → CardIcon-c1Q2M3wQ.js} +1 -1
  3. package/dist/{EntityTablePage-DHQGlLRk.js → EntityTablePage-B5gpkH4S.js} +2 -2
  4. package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BIL1ocLY.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-DnGSvmMU.js} +1 -1
  5. package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-Buff9gTO.js → HeaderActions.vue_vue_type_script_setup_true_lang-C2B61JP6.js} +1 -1
  6. package/dist/{MapSettings-De-z7r5t.js → MapSettings-6-Xru5Q8.js} +2 -2
  7. package/dist/{RastersTablePage-Cdgkri9K.js → RastersTablePage-CXNOcTy-.js} +2 -2
  8. package/dist/{cartocss-BT50SVhy.js → cartocss-BFVqWvfP.js} +6 -6
  9. package/dist/{import-utils-CMWiuRPp.js → import-utils-uxk4LdUJ.js} +1 -1
  10. package/dist/{index-CHFLgCGW.js → index-CahlV-Xs.js} +39 -39
  11. package/dist/index.css +1 -1
  12. package/dist/index.js +1 -1
  13. package/dist/index.umd.cjs +19 -19
  14. package/dist/{raster-dSEb1SIG.js → raster-CEi56f0P.js} +3 -3
  15. package/dist/{register-D7Puupgo.js → register-NFAGBNa3.js} +3 -3
  16. package/dist/{service-Cz6T0O3Z.js → service-BYspag8U.js} +829 -832
  17. package/dist/{vs-datatable-DqVncrSg.js → vs-datatable-CHcBr6zy.js} +2 -2
  18. package/module/gis/cls/service_type.json +42 -42
  19. package/module/gis/form/gis.registers.form.json +127 -127
  20. package/module/test/map/addr.json +302 -302
  21. package/module/test/map/addr1.yml +23 -23
  22. package/module/test/select/address.str_id.sql +3 -3
  23. package/package.json +77 -77
  24. package/plugin.js +64 -64
  25. package/server/migrations/array_intersect.sql +13 -13
  26. package/server/migrations/cartocss.sql +27 -27
  27. package/server/migrations/group_list.sql +74 -74
  28. package/server/migrations/maps.sql +30 -30
  29. package/server/migrations/metadata.sql +415 -415
  30. package/server/migrations/ogc.sql +106 -106
  31. package/server/migrations/rasters.sql +265 -265
  32. package/server/migrations/services.sql +247 -247
  33. package/server/migrations/services_users_rel.sql +22 -22
  34. package/server/migrations/widgets.sql +20 -20
  35. package/server/plugins/crons.js +21 -21
  36. package/server/plugins/mapnik/funcs/checkRasterFile.js +107 -107
  37. package/server/plugins/mapnik/funcs/mapnik.js +151 -151
  38. package/server/plugins/mapnik/funcs/rootFolder.mjs +8 -8
  39. package/server/plugins/mapnik/map.proto +437 -437
  40. package/server/plugins/vite.js +74 -74
  41. package/server/routes/cartocss/cartocss.route.js +31 -31
  42. package/server/routes/cartocss/cartocss.route.test.js +78 -78
  43. package/server/routes/cartocss/cartocss.schema.js +73 -73
  44. package/server/routes/cartocss/functions/add.cartocss.js +39 -39
  45. package/server/routes/cartocss/functions/get.cartocss.js +57 -57
  46. package/server/routes/gis/functions/checkXML.js +107 -107
  47. package/server/routes/gis/functions/dashboard.js +24 -24
  48. package/server/routes/gis/gis.route.js +26 -26
  49. package/server/routes/gis/gis.route.test.js +33 -33
  50. package/server/routes/map/functions/clearTiles.js +35 -35
  51. package/server/routes/map/functions/geojson.js +187 -187
  52. package/server/routes/map/functions/gis.convert.js +65 -65
  53. package/server/routes/map/functions/gis.icon.js +220 -220
  54. package/server/routes/map/functions/jsonData.js +206 -206
  55. package/server/routes/map/functions/layerList.js +102 -102
  56. package/server/routes/map/functions/map.js +122 -122
  57. package/server/routes/map/functions/mapCatalog.js +72 -72
  58. package/server/routes/map/functions/mapCatalogAttribute.js +53 -53
  59. package/server/routes/map/functions/mapFeatures.js +133 -133
  60. package/server/routes/map/functions/mapFormat.js +232 -231
  61. package/server/routes/map/functions/mapTiles.js +162 -162
  62. package/server/routes/map/functions/maps.js +15 -15
  63. package/server/routes/map/functions/marker_icon.js +43 -43
  64. package/server/routes/map/functions/parseGeoFile.js +85 -85
  65. package/server/routes/map/functions/pointHeight.js +51 -51
  66. package/server/routes/map/functions/vtile.js +174 -174
  67. package/server/routes/map/functions/vtile1.js +185 -185
  68. package/server/routes/map/map.route.js +280 -280
  69. package/server/routes/map/map.route.test.js +503 -503
  70. package/server/routes/map/map.schema.js +356 -356
  71. package/server/routes/map/pin/circle1.svg +76 -76
  72. package/server/routes/map/pin/circle2.svg +18 -18
  73. package/server/routes/map/pin/none.svg +12 -12
  74. package/server/routes/map/pin/pin.svg +14 -14
  75. package/server/routes/map/pin/pin1.svg +16 -16
  76. package/server/routes/map/pin/pin2.svg +7 -7
  77. package/server/routes/map/pin/pin3.svg +34 -34
  78. package/server/routes/map/pin/pin4.svg +14 -14
  79. package/server/routes/map/pin/pin5.svg +7 -7
  80. package/server/routes/map/pin/pin6.svg +12 -12
  81. package/server/routes/map/pin/pin7.svg +12 -12
  82. package/server/routes/mapnik/functions/cartoBounds.js +32 -32
  83. package/server/routes/mapnik/functions/clearTiles.js +103 -103
  84. package/server/routes/mapnik/functions/convertBoundToTile.js +27 -27
  85. package/server/routes/mapnik/functions/createXml.js +76 -76
  86. package/server/routes/mapnik/functions/createXmlMulti.js +72 -72
  87. package/server/routes/mapnik/functions/fileSearch.js +35 -35
  88. package/server/routes/mapnik/functions/fileStat.js +28 -28
  89. package/server/routes/mapnik/functions/pretile.js +138 -138
  90. package/server/routes/mapnik/functions/rasterInfo.js +66 -66
  91. package/server/routes/mapnik/functions/readDir.js +22 -22
  92. package/server/routes/mapnik/functions/rtile.js +164 -164
  93. package/server/routes/mapnik/functions/uploadRaster.js +152 -152
  94. package/server/routes/mapnik/functions/uploadXML.js +140 -140
  95. package/server/routes/mapnik/mapnik.route.js +102 -102
  96. package/server/routes/mapnik/mapnik.route.test.js +370 -370
  97. package/server/routes/mapnik/mapnik.schema.mjs +195 -195
  98. package/server/routes/mapnik.prefixless/functions/mapnikLogger.js +31 -31
  99. package/server/routes/mapnik.prefixless/functions/mapnikStat.js +21 -21
  100. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.js +20 -20
  101. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.test.js +91 -91
  102. package/server/routes/mapnik.prefixless/mapnik.prefixless.schema.mjs +27 -27
  103. package/server/routes/maps/functions/add.map.js +42 -42
  104. package/server/routes/maps/functions/del.map.js +17 -17
  105. package/server/routes/maps/functions/get.map.js +119 -119
  106. package/server/routes/maps/maps.route.js +58 -58
  107. package/server/routes/maps/maps.route.test.js +231 -231
  108. package/server/routes/maps/maps.schema.js +9 -9
  109. package/server/routes/metadata/functions/editMetadata.js +35 -35
  110. package/server/routes/metadata/functions/metadataXML.js +19 -19
  111. package/server/routes/metadata/metadata.route.js +26 -26
  112. package/server/routes/metadata/metadata.route.test.js +46 -46
  113. package/server/routes/metadata/metadata.schema.js +53 -53
  114. package/server/routes/ogc/functions/map.info.point.js +117 -117
  115. package/server/routes/ogc/ogc.route.js +21 -21
  116. package/server/routes/ogc/ogc.route.test.js +53 -53
  117. package/server/routes/ogc/ogc.schema.js +16 -16
  118. package/server/routes/permissions/functions/catalog.permissions.edit.js +20 -20
  119. package/server/routes/permissions/functions/catalog.permissions.js +12 -12
  120. package/server/routes/permissions/functions/get.permissions.js +59 -59
  121. package/server/routes/permissions/functions/gis.catalog.js +80 -80
  122. package/server/routes/permissions/permissions.route.js +35 -35
  123. package/server/routes/permissions/permissions.route.test.js +35 -35
  124. package/server/routes/permissions/permissions.schema.js +43 -43
  125. package/server/routes/registers/functions/add.registry.js +37 -37
  126. package/server/routes/registers/functions/classifiers.js +100 -100
  127. package/server/routes/registers/functions/columns.js +3 -3
  128. package/server/routes/registers/functions/content.type.js +9 -9
  129. package/server/routes/registers/functions/del.registry.js +14 -14
  130. package/server/routes/registers/functions/get.info.js +93 -93
  131. package/server/routes/registers/functions/gis.export.js +159 -159
  132. package/server/routes/registers/functions/gis.registry.js +71 -71
  133. package/server/routes/registers/functions/gis.registry.list.js +61 -61
  134. package/server/routes/registers/functions/handleRegistryRequest.js +147 -147
  135. package/server/routes/registers/functions/map.registry.js +87 -87
  136. package/server/routes/registers/registers.route.js +80 -80
  137. package/server/routes/registers/registers.route.test.js +144 -144
  138. package/server/routes/registers/registers.schema.js +246 -246
  139. package/server/routes/root.mjs +3 -3
  140. package/server/routes/services/functions/add.service.js +62 -62
  141. package/server/routes/services/functions/create.route.js +93 -93
  142. package/server/routes/services/functions/del.service.js +12 -12
  143. package/server/routes/services/functions/get.layer.geom.js +27 -27
  144. package/server/routes/services/functions/get.service.users.js +76 -76
  145. package/server/routes/services/functions/get.services.col.js +34 -34
  146. package/server/routes/services/functions/get.services.js +89 -89
  147. package/server/routes/services/functions/legend.auto.js +77 -77
  148. package/server/routes/services/services.route.js +76 -76
  149. package/server/routes/services/services.route.test.js +167 -167
  150. package/server/routes/services/services.schema.js +278 -278
  151. package/server/routes/widgets/functions/add.widget.js +38 -38
  152. package/server/routes/widgets/functions/del.widget.js +17 -17
  153. package/server/routes/widgets/functions/get.widget.js +41 -41
  154. package/server/routes/widgets/widgets.route.js +61 -61
  155. package/server/routes/widgets/widgets.route.test.js +144 -144
  156. package/server/routes/widgets/widgets.schema.js +24 -24
  157. package/server/shared/listFiles.js +15 -0
  158. package/utils.js +13 -13
@@ -1,278 +1,278 @@
1
- const querySearchSchema = { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' };
2
-
3
- const serviceBodySchema = {
4
- type: 'object',
5
- additionalProperties: false,
6
- properties: {
7
- service_id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
8
- service_key: { type: 'string' },
9
- name: { type: 'string' },
10
- description: { type: ['string', 'null'] },
11
- keywords: { type: ['array', 'null'], items: { type: 'string' } },
12
- category: { type: ['string', 'null'] },
13
- holder: { type: ['string', 'null'] },
14
- group_id: { type: ['string', 'null'] },
15
- group_name: { type: ['string', 'null'] },
16
- service_type: {
17
- type: 'string', enum: [
18
- "geojson",
19
- "vtile",
20
- "wms",
21
- "wfs",
22
- "wmts",
23
- "tms",
24
- "raster",
25
- "other"
26
- ]
27
- },
28
- card_mode: { type: 'string' },
29
- source_type: { type: 'string' },
30
- service_url: { type: ['string', 'null'] },
31
- source_path: { type: 'string' },
32
- query: { type: ['string', 'null'] },
33
- geom_type: { type: ['string', 'null'] },
34
- geometry_column: { type: ['string', 'null'] },
35
- sql_list: { type: ['array', 'string', 'null'] },
36
-
37
- attributes: {
38
- type: 'array',
39
- items: {
40
- type: 'object',
41
- additionalProperties: false,
42
- properties: {
43
- ua: { type: 'string' },
44
- data: { type: ['string', 'null'] },
45
- name: { type: 'string' },
46
- type: { type: 'string' },
47
- label: { type: 'string' },
48
- title: { type: 'string' },
49
- format: { type: 'string' },
50
- hidden: { type: 'boolean' },
51
- options: { type: 'array' },
52
- visible: { type: 'boolean' },
53
- disabled: { type: 'boolean' },
54
- required: { type: 'boolean' },
55
- is_required: { type: 'boolean' },
56
- data_key_date: { type: ['string', 'null'] },
57
- hidden_table_public: { type: 'boolean' },
58
- },
59
- },
60
- },
61
-
62
- filters: {
63
- type: ['array', 'null'],
64
- },
65
-
66
- popup: {
67
- type: 'array',
68
- items: {
69
- type: 'object',
70
- additionalProperties: false,
71
- properties: {
72
- data: { type: 'string' },
73
- meta: { type: 'string' },
74
- name: { type: 'string' },
75
- color: { type: 'string' },
76
- label: { type: 'string' },
77
- format: { type: 'string' },
78
- },
79
- },
80
- },
81
-
82
- style: {
83
- type: 'object',
84
- additionalProperties: false,
85
- properties: {
86
- type: { type: 'string' },
87
- color: { type: 'string' },
88
- width: { type: 'number' },
89
- icon: { type: 'string' },
90
- },
91
- },
92
-
93
- legend: {
94
- type: ['object', 'null', 'array'],
95
- },
96
-
97
- card: {
98
- type: 'array',
99
- items: {
100
- type: 'object',
101
- additionalProperties: false,
102
- properties: {
103
- name: { type: 'string' },
104
- label: { type: 'string' },
105
- meta: { type: 'string' },
106
- color: { type: 'string' },
107
- format: { type: 'string' },
108
- data: { type: 'string' },
109
- },
110
- },
111
- },
112
-
113
- srid: { type: 'number', minimum: 1 },
114
-
115
- extent: {
116
- type: 'array',
117
- items: { type: 'string' },
118
- },
119
-
120
- bbox: {
121
- type: 'object',
122
- additionalProperties: false,
123
- properties: {
124
- type: { type: 'string' },
125
- coordinates: {
126
- type: 'array',
127
- items: {
128
- type: 'array',
129
- items: {
130
- type: 'array',
131
- items: { type: 'number' },
132
- },
133
- },
134
- },
135
- },
136
- },
137
-
138
- center: {
139
- type: 'array',
140
- items: { type: 'number' },
141
- },
142
-
143
- enabled: { type: 'boolean' },
144
- is_public: { type: 'boolean' },
145
- is_active: { type: 'boolean' },
146
- is_downloadable: { type: 'boolean' },
147
-
148
- metadata: {
149
- type: 'object',
150
- additionalProperties: false,
151
- properties: {
152
- type: { type: 'string' },
153
- },
154
- },
155
-
156
- metadata_url: { type: ['string', 'null'] },
157
- thumbnail_url: { type: ['string', 'null'] },
158
- created_by: { type: 'string' },
159
- updated_by: { type: 'string' },
160
- updated_at: { type: 'string' },
161
- created_at: { type: 'string' },
162
-
163
- template: {
164
- type: ['object', 'null'],
165
- },
166
-
167
- count: { type: 'number', minimum: 0 },
168
-
169
- fields: {
170
- type: 'array',
171
- items: {
172
- type: 'object',
173
- additionalProperties: false,
174
- properties: {
175
- name: { type: 'string' },
176
- type: { type: 'string' },
177
- label: { type: 'string' },
178
- },
179
- },
180
- },
181
- },
182
- };
183
-
184
- export const metadataXMLSchema = {};
185
- export const getLayerGeomSchema = {};
186
-
187
- export const getServicesSchema = {
188
- params: {
189
- type: 'object',
190
- properties: {
191
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
192
- },
193
- },
194
- };
195
-
196
- export const getServicesColSchema = {
197
- params: {
198
- type: 'object',
199
- required: ['id', 'col'],
200
- properties: {
201
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
202
- col: { type: 'string', pattern: '^([\\d\\w_]+)$' },
203
- },
204
- },
205
- };
206
- export const addServiceSchema = {
207
- params: {
208
- type: 'object',
209
- properties: {
210
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
211
- },
212
- },
213
- body: { ...serviceBodySchema, required: ['name', 'service_type'] }
214
- };
215
- export const editServiceSchema = {
216
- params: {
217
- type: 'object',
218
- required: ['id'],
219
- properties: {
220
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
221
- },
222
- },
223
- body: serviceBodySchema
224
- };
225
- export const deleteServiceSchema = {
226
- params: {
227
- type: 'object',
228
- required: ['id'],
229
- properties: {
230
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
231
- },
232
- },
233
- };
234
- export const legendAutoSchema = {};
235
- export const getServiceUsersSchema = {
236
- params: {
237
- type: 'object',
238
- properties: {
239
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
240
- },
241
- },
242
- querystring: {
243
- type: 'object',
244
- properties: {
245
- search: querySearchSchema,
246
- limit: {
247
- type: 'number',
248
- minimum: 1,
249
- },
250
- offset: {
251
- type: 'number',
252
- minimum: 0,
253
- default: 0
254
- },
255
- },
256
- },
257
- };
258
- export const createRouteSchema = {
259
- querystring: {
260
- type: 'object',
261
- properties: {
262
- from: { type: 'string', pattern: '^([\\d,.]+)$' },
263
- to: { type: 'string', pattern: '^([\\d,.]+)$' },
264
- via: { type: 'string', pattern: '^([\\d,.;]+)$' },
265
- mode: {
266
- type: 'string', pattern: '^([\\w]+)$'
267
- }, // ! not found at OSRM routing api or geodata api - looks like native /{profile}/
268
- alternatives: { type: 'string', enum: ['true', '1'] },
269
- steps: { type: 'string', enum: ['true', '1'] },
270
- optimize: { type: 'string', enum: ['true', '1'] }, // ! not found at OSRM routing api or geodata api
271
- surface: { type: 'string', pattern: '^([\\w]+)$' }, // ! not found at geodata api request params
272
- weight: {
273
- type: 'string', pattern: '^([\\w]+)$'
274
- }, // ! not found at OSRM routing api or geodata api request params
275
- },
276
- },
277
- };
278
- export default null;
1
+ const querySearchSchema = { type: 'string', pattern: '^([А-Яа-яҐґЄєІіЇї\\d\\w\\s\\/\\[\\]\\(\\)\\{\\}\\|,.!?;:—_=-@%#$&^*+=`~]+)$' };
2
+
3
+ const serviceBodySchema = {
4
+ type: 'object',
5
+ additionalProperties: false,
6
+ properties: {
7
+ service_id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
8
+ service_key: { type: 'string' },
9
+ name: { type: 'string' },
10
+ description: { type: ['string', 'null'] },
11
+ keywords: { type: ['array', 'null'], items: { type: 'string' } },
12
+ category: { type: ['string', 'null'] },
13
+ holder: { type: ['string', 'null'] },
14
+ group_id: { type: ['string', 'null'] },
15
+ group_name: { type: ['string', 'null'] },
16
+ service_type: {
17
+ type: 'string', enum: [
18
+ "geojson",
19
+ "vtile",
20
+ "wms",
21
+ "wfs",
22
+ "wmts",
23
+ "tms",
24
+ "raster",
25
+ "other"
26
+ ]
27
+ },
28
+ card_mode: { type: 'string' },
29
+ source_type: { type: 'string' },
30
+ service_url: { type: ['string', 'null'] },
31
+ source_path: { type: 'string' },
32
+ query: { type: ['string', 'null'] },
33
+ geom_type: { type: ['string', 'null'] },
34
+ geometry_column: { type: ['string', 'null'] },
35
+ sql_list: { type: ['array', 'string', 'null'] },
36
+
37
+ attributes: {
38
+ type: 'array',
39
+ items: {
40
+ type: 'object',
41
+ additionalProperties: false,
42
+ properties: {
43
+ ua: { type: 'string' },
44
+ data: { type: ['string', 'null'] },
45
+ name: { type: 'string' },
46
+ type: { type: 'string' },
47
+ label: { type: 'string' },
48
+ title: { type: 'string' },
49
+ format: { type: 'string' },
50
+ hidden: { type: 'boolean' },
51
+ options: { type: 'array' },
52
+ visible: { type: 'boolean' },
53
+ disabled: { type: 'boolean' },
54
+ required: { type: 'boolean' },
55
+ is_required: { type: 'boolean' },
56
+ data_key_date: { type: ['string', 'null'] },
57
+ hidden_table_public: { type: 'boolean' },
58
+ },
59
+ },
60
+ },
61
+
62
+ filters: {
63
+ type: ['array', 'null'],
64
+ },
65
+
66
+ popup: {
67
+ type: 'array',
68
+ items: {
69
+ type: 'object',
70
+ additionalProperties: false,
71
+ properties: {
72
+ data: { type: 'string' },
73
+ meta: { type: 'string' },
74
+ name: { type: 'string' },
75
+ color: { type: 'string' },
76
+ label: { type: 'string' },
77
+ format: { type: 'string' },
78
+ },
79
+ },
80
+ },
81
+
82
+ style: {
83
+ type: 'object',
84
+ additionalProperties: false,
85
+ properties: {
86
+ type: { type: 'string' },
87
+ color: { type: 'string' },
88
+ width: { type: 'number' },
89
+ icon: { type: 'string' },
90
+ },
91
+ },
92
+
93
+ legend: {
94
+ type: ['object', 'null', 'array'],
95
+ },
96
+
97
+ card: {
98
+ type: 'array',
99
+ items: {
100
+ type: 'object',
101
+ additionalProperties: false,
102
+ properties: {
103
+ name: { type: 'string' },
104
+ label: { type: 'string' },
105
+ meta: { type: 'string' },
106
+ color: { type: 'string' },
107
+ format: { type: 'string' },
108
+ data: { type: 'string' },
109
+ },
110
+ },
111
+ },
112
+
113
+ srid: { type: 'number', minimum: 1 },
114
+
115
+ extent: {
116
+ type: 'array',
117
+ items: { type: 'string' },
118
+ },
119
+
120
+ bbox: {
121
+ type: 'object',
122
+ additionalProperties: false,
123
+ properties: {
124
+ type: { type: 'string' },
125
+ coordinates: {
126
+ type: 'array',
127
+ items: {
128
+ type: 'array',
129
+ items: {
130
+ type: 'array',
131
+ items: { type: 'number' },
132
+ },
133
+ },
134
+ },
135
+ },
136
+ },
137
+
138
+ center: {
139
+ type: 'array',
140
+ items: { type: 'number' },
141
+ },
142
+
143
+ enabled: { type: 'boolean' },
144
+ is_public: { type: 'boolean' },
145
+ is_active: { type: 'boolean' },
146
+ is_downloadable: { type: 'boolean' },
147
+
148
+ metadata: {
149
+ type: 'object',
150
+ additionalProperties: false,
151
+ properties: {
152
+ type: { type: 'string' },
153
+ },
154
+ },
155
+
156
+ metadata_url: { type: ['string', 'null'] },
157
+ thumbnail_url: { type: ['string', 'null'] },
158
+ created_by: { type: 'string' },
159
+ updated_by: { type: 'string' },
160
+ updated_at: { type: 'string' },
161
+ created_at: { type: 'string' },
162
+
163
+ template: {
164
+ type: ['object', 'null'],
165
+ },
166
+
167
+ count: { type: 'number', minimum: 0 },
168
+
169
+ fields: {
170
+ type: 'array',
171
+ items: {
172
+ type: 'object',
173
+ additionalProperties: false,
174
+ properties: {
175
+ name: { type: 'string' },
176
+ type: { type: 'string' },
177
+ label: { type: 'string' },
178
+ },
179
+ },
180
+ },
181
+ },
182
+ };
183
+
184
+ export const metadataXMLSchema = {};
185
+ export const getLayerGeomSchema = {};
186
+
187
+ export const getServicesSchema = {
188
+ params: {
189
+ type: 'object',
190
+ properties: {
191
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
192
+ },
193
+ },
194
+ };
195
+
196
+ export const getServicesColSchema = {
197
+ params: {
198
+ type: 'object',
199
+ required: ['id', 'col'],
200
+ properties: {
201
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
202
+ col: { type: 'string', pattern: '^([\\d\\w_]+)$' },
203
+ },
204
+ },
205
+ };
206
+ export const addServiceSchema = {
207
+ params: {
208
+ type: 'object',
209
+ properties: {
210
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
211
+ },
212
+ },
213
+ body: { ...serviceBodySchema, required: ['name', 'service_type'] }
214
+ };
215
+ export const editServiceSchema = {
216
+ params: {
217
+ type: 'object',
218
+ required: ['id'],
219
+ properties: {
220
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
221
+ },
222
+ },
223
+ body: serviceBodySchema
224
+ };
225
+ export const deleteServiceSchema = {
226
+ params: {
227
+ type: 'object',
228
+ required: ['id'],
229
+ properties: {
230
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
231
+ },
232
+ },
233
+ };
234
+ export const legendAutoSchema = {};
235
+ export const getServiceUsersSchema = {
236
+ params: {
237
+ type: 'object',
238
+ properties: {
239
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
240
+ },
241
+ },
242
+ querystring: {
243
+ type: 'object',
244
+ properties: {
245
+ search: querySearchSchema,
246
+ limit: {
247
+ type: 'number',
248
+ minimum: 1,
249
+ },
250
+ offset: {
251
+ type: 'number',
252
+ minimum: 0,
253
+ default: 0
254
+ },
255
+ },
256
+ },
257
+ };
258
+ export const createRouteSchema = {
259
+ querystring: {
260
+ type: 'object',
261
+ properties: {
262
+ from: { type: 'string', pattern: '^([\\d,.]+)$' },
263
+ to: { type: 'string', pattern: '^([\\d,.]+)$' },
264
+ via: { type: 'string', pattern: '^([\\d,.;]+)$' },
265
+ mode: {
266
+ type: 'string', pattern: '^([\\w]+)$'
267
+ }, // ! not found at OSRM routing api or geodata api - looks like native /{profile}/
268
+ alternatives: { type: 'string', enum: ['true', '1'] },
269
+ steps: { type: 'string', enum: ['true', '1'] },
270
+ optimize: { type: 'string', enum: ['true', '1'] }, // ! not found at OSRM routing api or geodata api
271
+ surface: { type: 'string', pattern: '^([\\w]+)$' }, // ! not found at geodata api request params
272
+ weight: {
273
+ type: 'string', pattern: '^([\\w]+)$'
274
+ }, // ! not found at OSRM routing api or geodata api request params
275
+ },
276
+ },
277
+ };
278
+ export default null;
@@ -1,39 +1,39 @@
1
- import { BadRequestError, UnauthorizedError } from "@opengis/fastify-table/errors.js";
2
- import { dataInsert, dataUpdate, pgClients } from "@opengis/fastify-table/utils.js";
3
-
4
- export default async function addWidget({
5
- method, id, map, body, uid,
6
- }, pg = pgClients.client) {
7
- if (!uid) {
8
- throw UnauthorizedError('unauthorized');
9
- }
10
-
11
- if (!map) {
12
- throw BadRequestError('not enough params: map id');
13
- }
14
-
15
- if (method === 'PUT' && !id) {
16
- throw BadRequestError('not enough params: id');
17
- }
18
-
19
- if (method === 'POST') {
20
- Object.assign(body, { map_id: map });
21
- const row = await dataInsert({
22
- pg,
23
- id,
24
- table: 'gis.widgets',
25
- data: body,
26
- uid,
27
- }).then(r => r.rows[0]);
28
- return row;
29
- }
30
-
31
- const row = await dataUpdate({
32
- pg,
33
- id,
34
- table: 'gis.widgets',
35
- data: body,
36
- uid,
37
- });
38
- return row;
1
+ import { BadRequestError, UnauthorizedError } from "@opengis/fastify-table/errors.js";
2
+ import { dataInsert, dataUpdate, pgClients } from "@opengis/fastify-table/utils.js";
3
+
4
+ export default async function addWidget({
5
+ method, id, map, body, uid,
6
+ }, pg = pgClients.client) {
7
+ if (!uid) {
8
+ throw UnauthorizedError('unauthorized');
9
+ }
10
+
11
+ if (!map) {
12
+ throw BadRequestError('not enough params: map id');
13
+ }
14
+
15
+ if (method === 'PUT' && !id) {
16
+ throw BadRequestError('not enough params: id');
17
+ }
18
+
19
+ if (method === 'POST') {
20
+ Object.assign(body, { map_id: map });
21
+ const row = await dataInsert({
22
+ pg,
23
+ id,
24
+ table: 'gis.widgets',
25
+ data: body,
26
+ uid,
27
+ }).then(r => r.rows[0]);
28
+ return row;
29
+ }
30
+
31
+ const row = await dataUpdate({
32
+ pg,
33
+ id,
34
+ table: 'gis.widgets',
35
+ data: body,
36
+ uid,
37
+ });
38
+ return row;
39
39
  }
@@ -1,18 +1,18 @@
1
- import { UnauthorizedError } from "@opengis/fastify-table/errors.js";
2
- import { dataDelete, pgClients } from "@opengis/fastify-table/utils.js";
3
-
4
- export default async function delWidget({
5
- id, uid,
6
- }, pg = pgClients.client) {
7
- if (!uid) {
8
- throw UnauthorizedError('unauthorized');
9
- }
10
-
11
- const row = await dataDelete({
12
- pg,
13
- id,
14
- table: 'gis.widgets',
15
- uid,
16
- });
17
- return row;
1
+ import { UnauthorizedError } from "@opengis/fastify-table/errors.js";
2
+ import { dataDelete, pgClients } from "@opengis/fastify-table/utils.js";
3
+
4
+ export default async function delWidget({
5
+ id, uid,
6
+ }, pg = pgClients.client) {
7
+ if (!uid) {
8
+ throw UnauthorizedError('unauthorized');
9
+ }
10
+
11
+ const row = await dataDelete({
12
+ pg,
13
+ id,
14
+ table: 'gis.widgets',
15
+ uid,
16
+ });
17
+ return row;
18
18
  }