@opengis/gis 0.2.176 → 0.2.178
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.
- package/README.md +181 -181
- package/dist/{CardIcon-c1Q2M3wQ.js → CardIcon-CMRD1LLh.js} +1 -1
- package/dist/{EntityTablePage-B5gpkH4S.js → EntityTablePage-XNNCltAN.js} +2 -2
- package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-DnGSvmMU.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BqUjKTDY.js} +1 -1
- package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-C2B61JP6.js → HeaderActions.vue_vue_type_script_setup_true_lang-BXQ3hKwa.js} +1 -1
- package/dist/{MapSettings-6-Xru5Q8.js → MapSettings-P3h-vHn3.js} +2 -2
- package/dist/{RastersTablePage-CXNOcTy-.js → RastersTablePage-DnhGZLiH.js} +2 -2
- package/dist/{cartocss-BFVqWvfP.js → cartocss-BkrOeQg4.js} +6 -6
- package/dist/{import-utils-uxk4LdUJ.js → import-utils-BCATsbB5.js} +1 -1
- package/dist/{index-CahlV-Xs.js → index-cUagVqgA.js} +39 -39
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +5 -5
- package/dist/{raster-CEi56f0P.js → raster-CP0tUp3j.js} +3 -3
- package/dist/{register-NFAGBNa3.js → register-Cr-uQcby.js} +3 -3
- package/dist/{service-BYspag8U.js → service-DwJaKrOd.js} +6 -6
- package/dist/{vs-datatable-CHcBr6zy.js → vs-datatable-B9WoVk-b.js} +2 -2
- package/module/gis/cls/service_type.json +42 -42
- package/module/gis/form/gis.registers.form.json +127 -127
- package/module/test/map/addr.json +302 -302
- package/module/test/map/addr1.yml +23 -23
- package/module/test/select/address.str_id.sql +3 -3
- package/package.json +77 -77
- package/plugin.js +64 -64
- package/server/migrations/array_intersect.sql +13 -13
- package/server/migrations/cartocss.sql +27 -27
- package/server/migrations/group_list.sql +74 -74
- package/server/migrations/maps.sql +30 -30
- package/server/migrations/metadata.sql +415 -415
- package/server/migrations/ogc.sql +106 -106
- package/server/migrations/rasters.sql +265 -265
- package/server/migrations/services.sql +247 -247
- package/server/migrations/services_users_rel.sql +22 -22
- package/server/migrations/widgets.sql +20 -20
- package/server/plugins/crons.js +21 -21
- package/server/plugins/mapnik/funcs/checkRasterFile.js +107 -107
- package/server/plugins/mapnik/funcs/mapnik.js +151 -151
- package/server/plugins/mapnik/funcs/rootFolder.mjs +8 -8
- package/server/plugins/mapnik/map.proto +437 -437
- package/server/plugins/vite.js +74 -74
- package/server/routes/cartocss/cartocss.route.js +31 -31
- package/server/routes/cartocss/cartocss.route.test.js +78 -78
- package/server/routes/cartocss/cartocss.schema.js +73 -73
- package/server/routes/cartocss/functions/add.cartocss.js +39 -39
- package/server/routes/cartocss/functions/get.cartocss.js +57 -57
- package/server/routes/gis/functions/checkXML.js +107 -107
- package/server/routes/gis/functions/dashboard.js +24 -24
- package/server/routes/gis/gis.route.js +26 -26
- package/server/routes/gis/gis.route.test.js +33 -33
- package/server/routes/map/functions/clearTiles.js +35 -35
- package/server/routes/map/functions/geojson.js +187 -187
- package/server/routes/map/functions/gis.convert.js +65 -65
- package/server/routes/map/functions/gis.icon.js +220 -220
- package/server/routes/map/functions/jsonData.js +206 -206
- package/server/routes/map/functions/layerList.js +102 -102
- package/server/routes/map/functions/map.js +122 -122
- package/server/routes/map/functions/mapCatalog.js +72 -72
- package/server/routes/map/functions/mapCatalogAttribute.js +53 -53
- package/server/routes/map/functions/mapFeatures.js +133 -133
- package/server/routes/map/functions/mapFormat.js +232 -232
- package/server/routes/map/functions/mapTiles.js +162 -162
- package/server/routes/map/functions/maps.js +15 -15
- package/server/routes/map/functions/marker_icon.js +43 -43
- package/server/routes/map/functions/parseGeoFile.js +85 -85
- package/server/routes/map/functions/pointHeight.js +51 -51
- package/server/routes/map/functions/vtile.js +174 -174
- package/server/routes/map/functions/vtile1.js +185 -185
- package/server/routes/map/map.route.js +280 -280
- package/server/routes/map/map.route.test.js +503 -503
- package/server/routes/map/map.schema.js +356 -356
- package/server/routes/map/pin/circle1.svg +76 -76
- package/server/routes/map/pin/circle2.svg +18 -18
- package/server/routes/map/pin/none.svg +12 -12
- package/server/routes/map/pin/pin.svg +14 -14
- package/server/routes/map/pin/pin1.svg +16 -16
- package/server/routes/map/pin/pin2.svg +7 -7
- package/server/routes/map/pin/pin3.svg +34 -34
- package/server/routes/map/pin/pin4.svg +14 -14
- package/server/routes/map/pin/pin5.svg +7 -7
- package/server/routes/map/pin/pin6.svg +12 -12
- package/server/routes/map/pin/pin7.svg +12 -12
- package/server/routes/mapnik/functions/cartoBounds.js +32 -32
- package/server/routes/mapnik/functions/clearTiles.js +103 -103
- package/server/routes/mapnik/functions/convertBoundToTile.js +27 -27
- package/server/routes/mapnik/functions/createXml.js +76 -76
- package/server/routes/mapnik/functions/createXmlMulti.js +72 -72
- package/server/routes/mapnik/functions/fileSearch.js +35 -35
- package/server/routes/mapnik/functions/fileStat.js +28 -28
- package/server/routes/mapnik/functions/pretile.js +138 -138
- package/server/routes/mapnik/functions/rasterInfo.js +66 -66
- package/server/routes/mapnik/functions/readDir.js +22 -22
- package/server/routes/mapnik/functions/rtile.js +164 -164
- package/server/routes/mapnik/functions/uploadRaster.js +152 -152
- package/server/routes/mapnik/functions/uploadXML.js +140 -140
- package/server/routes/mapnik/mapnik.route.js +102 -102
- package/server/routes/mapnik/mapnik.route.test.js +370 -370
- package/server/routes/mapnik/mapnik.schema.mjs +195 -195
- package/server/routes/mapnik.prefixless/functions/mapnikLogger.js +31 -31
- package/server/routes/mapnik.prefixless/functions/mapnikStat.js +21 -21
- package/server/routes/mapnik.prefixless/mapnik.prefixless.route.js +20 -20
- package/server/routes/mapnik.prefixless/mapnik.prefixless.route.test.js +91 -91
- package/server/routes/mapnik.prefixless/mapnik.prefixless.schema.mjs +27 -27
- package/server/routes/maps/functions/add.map.js +42 -42
- package/server/routes/maps/functions/del.map.js +17 -17
- package/server/routes/maps/functions/get.map.js +119 -119
- package/server/routes/maps/maps.route.js +58 -58
- package/server/routes/maps/maps.route.test.js +231 -231
- package/server/routes/maps/maps.schema.js +9 -9
- package/server/routes/metadata/functions/editMetadata.js +35 -35
- package/server/routes/metadata/functions/metadataXML.js +19 -19
- package/server/routes/metadata/metadata.route.js +26 -26
- package/server/routes/metadata/metadata.route.test.js +46 -46
- package/server/routes/metadata/metadata.schema.js +53 -53
- package/server/routes/ogc/functions/map.info.point.js +117 -117
- package/server/routes/ogc/ogc.route.js +21 -21
- package/server/routes/ogc/ogc.route.test.js +53 -53
- package/server/routes/ogc/ogc.schema.js +16 -16
- package/server/routes/permissions/functions/catalog.permissions.edit.js +20 -20
- package/server/routes/permissions/functions/catalog.permissions.js +12 -12
- package/server/routes/permissions/functions/get.permissions.js +59 -59
- package/server/routes/permissions/functions/gis.catalog.js +80 -80
- package/server/routes/permissions/permissions.route.js +35 -35
- package/server/routes/permissions/permissions.route.test.js +35 -35
- package/server/routes/permissions/permissions.schema.js +43 -43
- package/server/routes/registers/functions/add.registry.js +37 -37
- package/server/routes/registers/functions/classifiers.js +100 -100
- package/server/routes/registers/functions/columns.js +3 -3
- package/server/routes/registers/functions/content.type.js +9 -9
- package/server/routes/registers/functions/del.registry.js +14 -14
- package/server/routes/registers/functions/get.info.js +93 -93
- package/server/routes/registers/functions/getFilterSQLParametrized/formatValue.js +312 -0
- package/server/routes/registers/functions/getFilterSQLParametrized/getFilterQuery.js +126 -0
- package/server/routes/registers/functions/getFilterSQLParametrized/getRangeQuery.js +353 -0
- package/server/routes/registers/functions/getFilterSQLParametrized/index.js +81 -0
- package/server/routes/registers/functions/getTableColumnMeta.js +125 -0
- package/server/routes/registers/functions/gis.export.js +159 -159
- package/server/routes/registers/functions/gis.registry.js +71 -71
- package/server/routes/registers/functions/gis.registry.list.js +61 -61
- package/server/routes/registers/functions/gis.suggest.js +275 -0
- package/server/routes/registers/functions/handleRegistryRequest.js +175 -147
- package/server/routes/registers/functions/map.registry.js +87 -87
- package/server/routes/registers/registers.route.js +91 -80
- package/server/routes/registers/registers.route.test.js +173 -144
- package/server/routes/registers/registers.schema.js +275 -246
- package/server/routes/root.mjs +3 -3
- package/server/routes/services/functions/add.service.js +62 -62
- package/server/routes/services/functions/create.route.js +93 -93
- package/server/routes/services/functions/del.service.js +12 -12
- package/server/routes/services/functions/get.layer.geom.js +27 -27
- package/server/routes/services/functions/get.service.users.js +76 -76
- package/server/routes/services/functions/get.services.col.js +34 -34
- package/server/routes/services/functions/get.services.js +89 -89
- package/server/routes/services/functions/legend.auto.js +77 -77
- package/server/routes/services/services.route.js +76 -76
- package/server/routes/services/services.route.test.js +167 -167
- package/server/routes/services/services.schema.js +285 -278
- package/server/routes/widgets/functions/add.widget.js +38 -38
- package/server/routes/widgets/functions/del.widget.js +17 -17
- package/server/routes/widgets/functions/get.widget.js +41 -41
- package/server/routes/widgets/widgets.route.js +61 -61
- package/server/routes/widgets/widgets.route.test.js +144 -144
- package/server/routes/widgets/widgets.schema.js +24 -24
- package/server/shared/listFiles.js +14 -14
- package/utils.js +13 -13
|
@@ -1,195 +1,195 @@
|
|
|
1
|
-
const dirpathSchema = { type: "string", pattern: "^[а-яА-Яa-zA-Z0-9_/\\- ]+$" };
|
|
2
|
-
const filepathSchema = { type: "string", pattern: "^[а-яА-Яa-zA-Z0-9_\/\\-\. ]+$" };
|
|
3
|
-
|
|
4
|
-
// values hardcoded into mapnik
|
|
5
|
-
const periodSchema = {
|
|
6
|
-
type: 'string', enum: ['1w', '1d', '1h', '5m', '1m']
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export const pretileSchema = {
|
|
10
|
-
params: {
|
|
11
|
-
type: "object",
|
|
12
|
-
properties: {
|
|
13
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
14
|
-
},
|
|
15
|
-
required: ["id"],
|
|
16
|
-
},
|
|
17
|
-
querystring: {
|
|
18
|
-
type: "object",
|
|
19
|
-
additionalProperties: false,
|
|
20
|
-
properties: {
|
|
21
|
-
zoom: { type: "number", exclusiveMinimum: 0, maximum: 22 },
|
|
22
|
-
max: { type: "number", exclusiveMinimum: 0, maximum: 22 },
|
|
23
|
-
},
|
|
24
|
-
required: ["zoom"],
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export const uploadRasterSchema = {
|
|
29
|
-
params: {
|
|
30
|
-
type: "object",
|
|
31
|
-
properties: {
|
|
32
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
33
|
-
},
|
|
34
|
-
required: ["id"],
|
|
35
|
-
},
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export const gisXmlSchema = {
|
|
39
|
-
params: {
|
|
40
|
-
type: "object",
|
|
41
|
-
properties: {
|
|
42
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
43
|
-
},
|
|
44
|
-
required: ["id"],
|
|
45
|
-
},
|
|
46
|
-
querystring: {
|
|
47
|
-
type: "object",
|
|
48
|
-
additionalProperties: false,
|
|
49
|
-
properties: {
|
|
50
|
-
sql: { type: "number", minimum: 1, maximum: 1 },
|
|
51
|
-
nocache: { type: "string", enum: ['true', '1'] },
|
|
52
|
-
vrt: { type: "string", enum: ['true', '1'] },
|
|
53
|
-
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
54
|
-
srid: { type: "number", minimum: 1, maximum: 1000000 },
|
|
55
|
-
proj4: {
|
|
56
|
-
type: "string", minLength: 1,
|
|
57
|
-
maxLength: 4096
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
export const gisRtileSchema = {
|
|
64
|
-
params: {
|
|
65
|
-
type: "object",
|
|
66
|
-
properties: {
|
|
67
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
68
|
-
z: {
|
|
69
|
-
type: 'number',
|
|
70
|
-
},
|
|
71
|
-
y: {
|
|
72
|
-
type: 'number',
|
|
73
|
-
},
|
|
74
|
-
x: {
|
|
75
|
-
type: 'string',
|
|
76
|
-
pattern: '^\\d+\\.(png|webp)$',
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
required: ["id", "z", "y", "x"],
|
|
80
|
-
},
|
|
81
|
-
querystring: {
|
|
82
|
-
type: "object",
|
|
83
|
-
additionalProperties: false,
|
|
84
|
-
properties: {
|
|
85
|
-
nocache: {
|
|
86
|
-
type: 'string', enum: ['1']
|
|
87
|
-
},
|
|
88
|
-
nottl: {
|
|
89
|
-
type: 'string', enum: ['1']
|
|
90
|
-
},
|
|
91
|
-
debug: {
|
|
92
|
-
type: 'number', minimum: 1, maximum: 10
|
|
93
|
-
},
|
|
94
|
-
// random from frontend
|
|
95
|
-
ts: {
|
|
96
|
-
type: 'string'
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export const gisRasterSchema = {
|
|
103
|
-
params: {
|
|
104
|
-
type: "object",
|
|
105
|
-
properties: {
|
|
106
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
107
|
-
},
|
|
108
|
-
required: ["id"],
|
|
109
|
-
},
|
|
110
|
-
querystring: {
|
|
111
|
-
type: "object",
|
|
112
|
-
additionalProperties: false,
|
|
113
|
-
properties: {
|
|
114
|
-
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export const createXmlMultiSchema = {
|
|
120
|
-
params: {
|
|
121
|
-
type: "object",
|
|
122
|
-
properties: {
|
|
123
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
|
-
querystring: {
|
|
127
|
-
type: "object",
|
|
128
|
-
additionalProperties: false,
|
|
129
|
-
properties: {
|
|
130
|
-
nocache: { type: "number", enum: [1] },
|
|
131
|
-
},
|
|
132
|
-
},
|
|
133
|
-
};
|
|
134
|
-
|
|
135
|
-
export const readDirSchema = {
|
|
136
|
-
querystring: {
|
|
137
|
-
type: "object",
|
|
138
|
-
additionalProperties: false,
|
|
139
|
-
properties: {
|
|
140
|
-
dir: dirpathSchema,
|
|
141
|
-
},
|
|
142
|
-
},
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
export const fileStatSchema = {
|
|
146
|
-
querystring: {
|
|
147
|
-
type: "object",
|
|
148
|
-
additionalProperties: false,
|
|
149
|
-
required: ['path'],
|
|
150
|
-
properties: {
|
|
151
|
-
path: filepathSchema,
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
|
-
};
|
|
155
|
-
|
|
156
|
-
export const fileSearchSchema = {
|
|
157
|
-
querystring: {
|
|
158
|
-
type: "object",
|
|
159
|
-
additionalProperties: false,
|
|
160
|
-
properties: {
|
|
161
|
-
dir: dirpathSchema,
|
|
162
|
-
key: {
|
|
163
|
-
type: 'string', // filename
|
|
164
|
-
},
|
|
165
|
-
period: periodSchema,
|
|
166
|
-
size: {
|
|
167
|
-
type: 'number', minimum: 1
|
|
168
|
-
},
|
|
169
|
-
page: {
|
|
170
|
-
type: 'number', minimum: 1
|
|
171
|
-
},
|
|
172
|
-
limit: {
|
|
173
|
-
type: 'number', minimum: 1, maximum: 100
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
export const clearTilesSchema = {
|
|
180
|
-
params: {
|
|
181
|
-
type: "object",
|
|
182
|
-
properties: {
|
|
183
|
-
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
184
|
-
},
|
|
185
|
-
},
|
|
186
|
-
querystring: {
|
|
187
|
-
type: "object",
|
|
188
|
-
additionalProperties: false,
|
|
189
|
-
properties: {
|
|
190
|
-
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
};
|
|
194
|
-
|
|
195
|
-
export default null;
|
|
1
|
+
const dirpathSchema = { type: "string", pattern: "^[а-яА-Яa-zA-Z0-9_/\\- ]+$" };
|
|
2
|
+
const filepathSchema = { type: "string", pattern: "^[а-яА-Яa-zA-Z0-9_\/\\-\. ]+$" };
|
|
3
|
+
|
|
4
|
+
// values hardcoded into mapnik
|
|
5
|
+
const periodSchema = {
|
|
6
|
+
type: 'string', enum: ['1w', '1d', '1h', '5m', '1m']
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export const pretileSchema = {
|
|
10
|
+
params: {
|
|
11
|
+
type: "object",
|
|
12
|
+
properties: {
|
|
13
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
14
|
+
},
|
|
15
|
+
required: ["id"],
|
|
16
|
+
},
|
|
17
|
+
querystring: {
|
|
18
|
+
type: "object",
|
|
19
|
+
additionalProperties: false,
|
|
20
|
+
properties: {
|
|
21
|
+
zoom: { type: "number", exclusiveMinimum: 0, maximum: 22 },
|
|
22
|
+
max: { type: "number", exclusiveMinimum: 0, maximum: 22 },
|
|
23
|
+
},
|
|
24
|
+
required: ["zoom"],
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const uploadRasterSchema = {
|
|
29
|
+
params: {
|
|
30
|
+
type: "object",
|
|
31
|
+
properties: {
|
|
32
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
33
|
+
},
|
|
34
|
+
required: ["id"],
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export const gisXmlSchema = {
|
|
39
|
+
params: {
|
|
40
|
+
type: "object",
|
|
41
|
+
properties: {
|
|
42
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
43
|
+
},
|
|
44
|
+
required: ["id"],
|
|
45
|
+
},
|
|
46
|
+
querystring: {
|
|
47
|
+
type: "object",
|
|
48
|
+
additionalProperties: false,
|
|
49
|
+
properties: {
|
|
50
|
+
sql: { type: "number", minimum: 1, maximum: 1 },
|
|
51
|
+
nocache: { type: "string", enum: ['true', '1'] },
|
|
52
|
+
vrt: { type: "string", enum: ['true', '1'] },
|
|
53
|
+
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
54
|
+
srid: { type: "number", minimum: 1, maximum: 1000000 },
|
|
55
|
+
proj4: {
|
|
56
|
+
type: "string", minLength: 1,
|
|
57
|
+
maxLength: 4096
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export const gisRtileSchema = {
|
|
64
|
+
params: {
|
|
65
|
+
type: "object",
|
|
66
|
+
properties: {
|
|
67
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
68
|
+
z: {
|
|
69
|
+
type: 'number',
|
|
70
|
+
},
|
|
71
|
+
y: {
|
|
72
|
+
type: 'number',
|
|
73
|
+
},
|
|
74
|
+
x: {
|
|
75
|
+
type: 'string',
|
|
76
|
+
pattern: '^\\d+\\.(png|webp)$',
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
required: ["id", "z", "y", "x"],
|
|
80
|
+
},
|
|
81
|
+
querystring: {
|
|
82
|
+
type: "object",
|
|
83
|
+
additionalProperties: false,
|
|
84
|
+
properties: {
|
|
85
|
+
nocache: {
|
|
86
|
+
type: 'string', enum: ['1']
|
|
87
|
+
},
|
|
88
|
+
nottl: {
|
|
89
|
+
type: 'string', enum: ['1']
|
|
90
|
+
},
|
|
91
|
+
debug: {
|
|
92
|
+
type: 'number', minimum: 1, maximum: 10
|
|
93
|
+
},
|
|
94
|
+
// random from frontend
|
|
95
|
+
ts: {
|
|
96
|
+
type: 'string'
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const gisRasterSchema = {
|
|
103
|
+
params: {
|
|
104
|
+
type: "object",
|
|
105
|
+
properties: {
|
|
106
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
107
|
+
},
|
|
108
|
+
required: ["id"],
|
|
109
|
+
},
|
|
110
|
+
querystring: {
|
|
111
|
+
type: "object",
|
|
112
|
+
additionalProperties: false,
|
|
113
|
+
properties: {
|
|
114
|
+
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
export const createXmlMultiSchema = {
|
|
120
|
+
params: {
|
|
121
|
+
type: "object",
|
|
122
|
+
properties: {
|
|
123
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
querystring: {
|
|
127
|
+
type: "object",
|
|
128
|
+
additionalProperties: false,
|
|
129
|
+
properties: {
|
|
130
|
+
nocache: { type: "number", enum: [1] },
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
export const readDirSchema = {
|
|
136
|
+
querystring: {
|
|
137
|
+
type: "object",
|
|
138
|
+
additionalProperties: false,
|
|
139
|
+
properties: {
|
|
140
|
+
dir: dirpathSchema,
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
export const fileStatSchema = {
|
|
146
|
+
querystring: {
|
|
147
|
+
type: "object",
|
|
148
|
+
additionalProperties: false,
|
|
149
|
+
required: ['path'],
|
|
150
|
+
properties: {
|
|
151
|
+
path: filepathSchema,
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
export const fileSearchSchema = {
|
|
157
|
+
querystring: {
|
|
158
|
+
type: "object",
|
|
159
|
+
additionalProperties: false,
|
|
160
|
+
properties: {
|
|
161
|
+
dir: dirpathSchema,
|
|
162
|
+
key: {
|
|
163
|
+
type: 'string', // filename
|
|
164
|
+
},
|
|
165
|
+
period: periodSchema,
|
|
166
|
+
size: {
|
|
167
|
+
type: 'number', minimum: 1
|
|
168
|
+
},
|
|
169
|
+
page: {
|
|
170
|
+
type: 'number', minimum: 1
|
|
171
|
+
},
|
|
172
|
+
limit: {
|
|
173
|
+
type: 'number', minimum: 1, maximum: 100
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
export const clearTilesSchema = {
|
|
180
|
+
params: {
|
|
181
|
+
type: "object",
|
|
182
|
+
properties: {
|
|
183
|
+
id: { type: "string", pattern: '^([\\d\\w._-]+)$', },
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
querystring: {
|
|
187
|
+
type: "object",
|
|
188
|
+
additionalProperties: false,
|
|
189
|
+
properties: {
|
|
190
|
+
debug: { type: "number", minimum: 1, maximum: 10 },
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export default null;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { config } from '@opengis/fastify-table/utils.js';
|
|
2
|
-
import { BadRequestError, NotImplementedError } from '@opengis/fastify-table/errors.js';
|
|
3
|
-
|
|
4
|
-
import mapnik from '../../../plugins/mapnik/funcs/mapnik.js';
|
|
5
|
-
|
|
6
|
-
export default async function mapnikLogger({
|
|
7
|
-
path: paramsPath,
|
|
8
|
-
}) {
|
|
9
|
-
if (!config.mapnik?.server) {
|
|
10
|
-
throw NotImplementedError('mapnik server address needed');
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const { GetLogs } = mapnik();
|
|
14
|
-
const { data, links, err } = await GetLogs({ path: paramsPath });
|
|
15
|
-
|
|
16
|
-
if (err) {
|
|
17
|
-
throw BadRequestError(err);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
if (links) {
|
|
21
|
-
return {
|
|
22
|
-
headers: {
|
|
23
|
-
"Content-Type": "text/html; charset=UTF-8",
|
|
24
|
-
"Content-Security-Policy": "default-src 'none'",
|
|
25
|
-
"X-Content-Type-Options": "nosniff",
|
|
26
|
-
}, data: links.replace(/\/api\/gis-logger/g, '/logger-gis')
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
return { headers: { "Content-type": "text/plain; charset=UTF-8" }, data };
|
|
31
|
-
}
|
|
1
|
+
import { config } from '@opengis/fastify-table/utils.js';
|
|
2
|
+
import { BadRequestError, NotImplementedError } from '@opengis/fastify-table/errors.js';
|
|
3
|
+
|
|
4
|
+
import mapnik from '../../../plugins/mapnik/funcs/mapnik.js';
|
|
5
|
+
|
|
6
|
+
export default async function mapnikLogger({
|
|
7
|
+
path: paramsPath,
|
|
8
|
+
}) {
|
|
9
|
+
if (!config.mapnik?.server) {
|
|
10
|
+
throw NotImplementedError('mapnik server address needed');
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
const { GetLogs } = mapnik();
|
|
14
|
+
const { data, links, err } = await GetLogs({ path: paramsPath });
|
|
15
|
+
|
|
16
|
+
if (err) {
|
|
17
|
+
throw BadRequestError(err);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (links) {
|
|
21
|
+
return {
|
|
22
|
+
headers: {
|
|
23
|
+
"Content-Type": "text/html; charset=UTF-8",
|
|
24
|
+
"Content-Security-Policy": "default-src 'none'",
|
|
25
|
+
"X-Content-Type-Options": "nosniff",
|
|
26
|
+
}, data: links.replace(/\/api\/gis-logger/g, '/logger-gis')
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
return { headers: { "Content-type": "text/plain; charset=UTF-8" }, data };
|
|
31
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { config } from '@opengis/fastify-table/utils.js';
|
|
2
|
-
|
|
3
|
-
import { NotImplementedError } from '@opengis/fastify-table/errors.js';
|
|
4
|
-
|
|
5
|
-
import mapnik from '../../../plugins/mapnik/funcs/mapnik.js';
|
|
6
|
-
|
|
7
|
-
const { GetStat } = mapnik();
|
|
8
|
-
|
|
9
|
-
export default async function mapnikStat({
|
|
10
|
-
period,
|
|
11
|
-
}) {
|
|
12
|
-
if (!config.mapnik?.server) {
|
|
13
|
-
throw NotImplementedError('mapnik server address needed');
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
const stat = await GetStat({
|
|
17
|
-
period,
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
return stat;
|
|
21
|
-
}
|
|
1
|
+
import { config } from '@opengis/fastify-table/utils.js';
|
|
2
|
+
|
|
3
|
+
import { NotImplementedError } from '@opengis/fastify-table/errors.js';
|
|
4
|
+
|
|
5
|
+
import mapnik from '../../../plugins/mapnik/funcs/mapnik.js';
|
|
6
|
+
|
|
7
|
+
const { GetStat } = mapnik();
|
|
8
|
+
|
|
9
|
+
export default async function mapnikStat({
|
|
10
|
+
period,
|
|
11
|
+
}) {
|
|
12
|
+
if (!config.mapnik?.server) {
|
|
13
|
+
throw NotImplementedError('mapnik server address needed');
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
const stat = await GetStat({
|
|
17
|
+
period,
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
return stat;
|
|
21
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import mapnikLogger from './functions/mapnikLogger.js';
|
|
2
|
-
import mapnikStat from './functions/mapnikStat.js';
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
mapnikLoggerSchema,
|
|
6
|
-
mapnikStatSchema,
|
|
7
|
-
} from './mapnik.prefixless.schema.mjs';
|
|
8
|
-
|
|
9
|
-
const adminParams = { config: { role: 'admin' }, package: 'gis' };
|
|
10
|
-
|
|
11
|
-
export default function route(app) {
|
|
12
|
-
app.get('/logger-gis/stat', { ...adminParams, schema: mapnikStatSchema }, async ({ query }) => {
|
|
13
|
-
const result = await mapnikStat({ period: query.period });
|
|
14
|
-
return result;
|
|
15
|
-
});
|
|
16
|
-
app.get('/logger-gis/*', { ...adminParams, schema: mapnikLoggerSchema }, async ({ params }, reply) => {
|
|
17
|
-
const result = await mapnikLogger({ path: params['*'] });
|
|
18
|
-
return reply.headers(result.headers).send(result.data);
|
|
19
|
-
});
|
|
20
|
-
}
|
|
1
|
+
import mapnikLogger from './functions/mapnikLogger.js';
|
|
2
|
+
import mapnikStat from './functions/mapnikStat.js';
|
|
3
|
+
|
|
4
|
+
import {
|
|
5
|
+
mapnikLoggerSchema,
|
|
6
|
+
mapnikStatSchema,
|
|
7
|
+
} from './mapnik.prefixless.schema.mjs';
|
|
8
|
+
|
|
9
|
+
const adminParams = { config: { role: 'admin' }, package: 'gis' };
|
|
10
|
+
|
|
11
|
+
export default function route(app) {
|
|
12
|
+
app.get('/logger-gis/stat', { ...adminParams, schema: mapnikStatSchema }, async ({ query }) => {
|
|
13
|
+
const result = await mapnikStat({ period: query.period });
|
|
14
|
+
return result;
|
|
15
|
+
});
|
|
16
|
+
app.get('/logger-gis/*', { ...adminParams, schema: mapnikLoggerSchema }, async ({ params }, reply) => {
|
|
17
|
+
const result = await mapnikLogger({ path: params['*'] });
|
|
18
|
+
return reply.headers(result.headers).send(result.data);
|
|
19
|
+
});
|
|
20
|
+
}
|