@opengis/gis 0.2.176 → 0.2.177
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/getTableColumnMeta.js +131 -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 +284 -0
- package/server/routes/registers/functions/handleRegistryRequest.js +167 -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 +144 -144
- package/server/routes/registers/registers.schema.js +270 -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,89 +1,89 @@
|
|
|
1
|
-
import { NotFoundError } from '@opengis/fastify-table/errors.js';
|
|
2
|
-
import {
|
|
3
|
-
dataUpdate, getMeta, pgClients, yml2json, getTemplate,
|
|
4
|
-
} from '@opengis/fastify-table/utils.js';
|
|
5
|
-
|
|
6
|
-
const columnType = {
|
|
7
|
-
text: 'text',
|
|
8
|
-
date: 'date',
|
|
9
|
-
bool: 'yes/no',
|
|
10
|
-
numeric: 'number',
|
|
11
|
-
integer: 'number',
|
|
12
|
-
'timestamp without time zone': 'date',
|
|
13
|
-
'timestamp with time zone': 'date',
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export default async function getServices({ id }, pg = pgClients.client) {
|
|
17
|
-
const t = await getTemplate('layer', id);
|
|
18
|
-
if (t) return t;
|
|
19
|
-
|
|
20
|
-
if (!pg.tlist.includes('gis.services')) {
|
|
21
|
-
throw NotFoundError('table not found');
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const rows = await pg.query(`
|
|
25
|
-
SELECT
|
|
26
|
-
service_id, service_key, name, description, keywords, category, holder, group_id, b.group_name, service_type, card_mode,
|
|
27
|
-
source_type, service_url, source_path, query, geom_type, geometry_column, sql_list, attributes, filters,
|
|
28
|
-
popup, style, legend, card, srid, bbox::box2d as extent, st_asgeojson(bbox)::json as bbox, st_asgeojson(center)::json as center, is_active as enabled, is_public, is_active, is_downloadable, metadata,
|
|
29
|
-
metadata_url, thumbnail_url, created_by, updated_by, updated_at, created_at, template
|
|
30
|
-
FROM gis.services a
|
|
31
|
-
left join lateral (select group_name from gis.group_list where group_id=a.group_id)b on 1=1
|
|
32
|
-
where ${id ? 'service_id=$1' : '1=1'}
|
|
33
|
-
`, [id].filter(Boolean)).then(r => r.rows || []);
|
|
34
|
-
|
|
35
|
-
if (id && !rows.length) {
|
|
36
|
-
throw NotFoundError('service not found');
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
const totals = pg.queryCache ? await pg.queryCache('select json_object_agg(oid::regclass, reltuples) from pg_class')
|
|
40
|
-
.then(r => r.rows?.[0]?.json_object_agg || {}) : {};
|
|
41
|
-
|
|
42
|
-
if (id) {
|
|
43
|
-
const html = await pg.query('select body from admin.templates where template_id=$1', [id]).then(r => r.rows?.[0]?.body);
|
|
44
|
-
Object.assign(rows[0], { html });
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
rows.filter(row => row.source_path).forEach(row => {
|
|
48
|
-
Object.assign(row, { count: totals[row.source_path] || 0 });
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
const columns = rows[0].source_path ? await getMeta({ pg, table: rows[0].source_path }).then(r => r?.columns || []) : [];
|
|
52
|
-
|
|
53
|
-
const fields = columns.map(({ name, dataTypeID, title }) => ({ name, type: columnType[pg.pgType?.[dataTypeID] || 'text'], label: title || name }));
|
|
54
|
-
|
|
55
|
-
const noCenterIds = rows.filter(row => !row.center && row.bbox).map(row => row.service_id);
|
|
56
|
-
|
|
57
|
-
const centers = noCenterIds.length ? await pg.query('SELECT json_object_agg(service_id, st_pointonsurface(bbox)::json) FROM gis.services where service_id=any($1)', [noCenterIds].filter(Boolean)).then(r => r.rows?.[0]?.json_object_agg || {}) : {};
|
|
58
|
-
|
|
59
|
-
await Promise.all(rows.filter(row => centers[row.service_id]).map(async (row) => {
|
|
60
|
-
// console.log('update service center', row.service_id, JSON.stringify(centers[row.service_id]));
|
|
61
|
-
await dataUpdate({
|
|
62
|
-
pg, id: row.service_id, table: 'gis.services', data: { center: centers[row.service_id] },
|
|
63
|
-
});
|
|
64
|
-
Object.assign(row, { center: centers[row.service_id] });
|
|
65
|
-
}));
|
|
66
|
-
|
|
67
|
-
rows.forEach(row => Object.assign(row, {
|
|
68
|
-
center: row.center?.coordinates,
|
|
69
|
-
style: row.style ? yml2json(row.style) : undefined,
|
|
70
|
-
}));
|
|
71
|
-
rows.filter(row => row.extent).forEach(row => Object.assign(row, {
|
|
72
|
-
extent: row.extent.match(/BOX\(([^)]+)\)/)?.[1]
|
|
73
|
-
?.replace?.(/ /g, ',')
|
|
74
|
-
?.split?.(','),
|
|
75
|
-
}));
|
|
76
|
-
|
|
77
|
-
rows.filter(row => row.filters).forEach(row => Object.assign(row, {
|
|
78
|
-
filters: row.filters.map(filter => ({ ...filter, api: `/api/suggest/${row.source_path}:${filter.name}${filter.data && filter.name !== filter.data ? `?sel=${filter.data}` : ''}` })),
|
|
79
|
-
}));
|
|
80
|
-
|
|
81
|
-
if (id) {
|
|
82
|
-
return { ...rows[0], fields };
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
return {
|
|
86
|
-
rows,
|
|
87
|
-
fields,
|
|
88
|
-
};
|
|
89
|
-
}
|
|
1
|
+
import { NotFoundError } from '@opengis/fastify-table/errors.js';
|
|
2
|
+
import {
|
|
3
|
+
dataUpdate, getMeta, pgClients, yml2json, getTemplate,
|
|
4
|
+
} from '@opengis/fastify-table/utils.js';
|
|
5
|
+
|
|
6
|
+
const columnType = {
|
|
7
|
+
text: 'text',
|
|
8
|
+
date: 'date',
|
|
9
|
+
bool: 'yes/no',
|
|
10
|
+
numeric: 'number',
|
|
11
|
+
integer: 'number',
|
|
12
|
+
'timestamp without time zone': 'date',
|
|
13
|
+
'timestamp with time zone': 'date',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export default async function getServices({ id }, pg = pgClients.client) {
|
|
17
|
+
const t = await getTemplate('layer', id);
|
|
18
|
+
if (t) return t;
|
|
19
|
+
|
|
20
|
+
if (!pg.tlist.includes('gis.services')) {
|
|
21
|
+
throw NotFoundError('table not found');
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
const rows = await pg.query(`
|
|
25
|
+
SELECT
|
|
26
|
+
service_id, service_key, name, description, keywords, category, holder, group_id, b.group_name, service_type, card_mode,
|
|
27
|
+
source_type, service_url, source_path, query, geom_type, geometry_column, sql_list, attributes, filters,
|
|
28
|
+
popup, style, legend, card, srid, bbox::box2d as extent, st_asgeojson(bbox)::json as bbox, st_asgeojson(center)::json as center, is_active as enabled, is_public, is_active, is_downloadable, metadata,
|
|
29
|
+
metadata_url, thumbnail_url, created_by, updated_by, updated_at, created_at, template
|
|
30
|
+
FROM gis.services a
|
|
31
|
+
left join lateral (select group_name from gis.group_list where group_id=a.group_id)b on 1=1
|
|
32
|
+
where ${id ? 'service_id=$1' : '1=1'}
|
|
33
|
+
`, [id].filter(Boolean)).then(r => r.rows || []);
|
|
34
|
+
|
|
35
|
+
if (id && !rows.length) {
|
|
36
|
+
throw NotFoundError('service not found');
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const totals = pg.queryCache ? await pg.queryCache('select json_object_agg(oid::regclass, reltuples) from pg_class')
|
|
40
|
+
.then(r => r.rows?.[0]?.json_object_agg || {}) : {};
|
|
41
|
+
|
|
42
|
+
if (id) {
|
|
43
|
+
const html = await pg.query('select body from admin.templates where template_id=$1', [id]).then(r => r.rows?.[0]?.body);
|
|
44
|
+
Object.assign(rows[0], { html });
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
rows.filter(row => row.source_path).forEach(row => {
|
|
48
|
+
Object.assign(row, { count: totals[row.source_path] || 0 });
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
const columns = rows[0].source_path ? await getMeta({ pg, table: rows[0].source_path }).then(r => r?.columns || []) : [];
|
|
52
|
+
|
|
53
|
+
const fields = columns.map(({ name, dataTypeID, title }) => ({ name, type: columnType[pg.pgType?.[dataTypeID] || 'text'], label: title || name }));
|
|
54
|
+
|
|
55
|
+
const noCenterIds = rows.filter(row => !row.center && row.bbox).map(row => row.service_id);
|
|
56
|
+
|
|
57
|
+
const centers = noCenterIds.length ? await pg.query('SELECT json_object_agg(service_id, st_pointonsurface(bbox)::json) FROM gis.services where service_id=any($1)', [noCenterIds].filter(Boolean)).then(r => r.rows?.[0]?.json_object_agg || {}) : {};
|
|
58
|
+
|
|
59
|
+
await Promise.all(rows.filter(row => centers[row.service_id]).map(async (row) => {
|
|
60
|
+
// console.log('update service center', row.service_id, JSON.stringify(centers[row.service_id]));
|
|
61
|
+
await dataUpdate({
|
|
62
|
+
pg, id: row.service_id, table: 'gis.services', data: { center: centers[row.service_id] },
|
|
63
|
+
});
|
|
64
|
+
Object.assign(row, { center: centers[row.service_id] });
|
|
65
|
+
}));
|
|
66
|
+
|
|
67
|
+
rows.forEach(row => Object.assign(row, {
|
|
68
|
+
center: row.center?.coordinates,
|
|
69
|
+
style: row.style ? yml2json(row.style) : undefined,
|
|
70
|
+
}));
|
|
71
|
+
rows.filter(row => row.extent).forEach(row => Object.assign(row, {
|
|
72
|
+
extent: row.extent.match(/BOX\(([^)]+)\)/)?.[1]
|
|
73
|
+
?.replace?.(/ /g, ',')
|
|
74
|
+
?.split?.(','),
|
|
75
|
+
}));
|
|
76
|
+
|
|
77
|
+
rows.filter(row => row.filters).forEach(row => Object.assign(row, {
|
|
78
|
+
filters: row.filters.map(filter => ({ ...filter, api: `/api/suggest/${row.source_path}:${filter.name}${filter.data && filter.name !== filter.data ? `?sel=${filter.data}` : ''}` })),
|
|
79
|
+
}));
|
|
80
|
+
|
|
81
|
+
if (id) {
|
|
82
|
+
return { ...rows[0], fields };
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
return {
|
|
86
|
+
rows,
|
|
87
|
+
fields,
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { dataUpdate, getMeta, getSelectVal, yml2json } from "@opengis/fastify-table/utils.js";
|
|
2
|
-
|
|
3
|
-
export default async function legendAuto({ params = {}, query = {}, user = {}, pg = pgClients.client }, reply) {
|
|
4
|
-
if (!params.id) {
|
|
5
|
-
return reply.status(400).send({ error: "not enough params: id", code: 400 });
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
const service = await pg.query(`SELECT source_path as table, style, legend as dblegend FROM gis.services where service_id=$1`, [params.id]).then(el => el.rows?.[0]);
|
|
9
|
-
|
|
10
|
-
if (!service) {
|
|
11
|
-
return reply.status(404).send({ error: "Service not found", code: 404 });
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const { style, dblegend, table } = service;
|
|
15
|
-
|
|
16
|
-
if (!table) {
|
|
17
|
-
return reply.status(400).send({ error: "service table not specified", code: 400 });
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
if (dblegend && !query.nocache) {
|
|
21
|
-
return reply.status(400).send({ error: "legend already exists", code: 400 });
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
if (!style) {
|
|
25
|
-
return reply.status(400).send({ error: "empty service style", code: 400 });
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const { colorAttr, iconAttr } = yml2json(style);
|
|
29
|
-
|
|
30
|
-
if (!colorAttr && !iconAttr) {
|
|
31
|
-
return reply.status(400).send({ error: "colorAttr / iconAttr not specified", code: 400 });
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
const { columns = [] } = await getMeta({ pg, table });
|
|
35
|
-
|
|
36
|
-
const attr = columns.find(col => col.name === (colorAttr || iconAttr));
|
|
37
|
-
|
|
38
|
-
if (!attr?.name) {
|
|
39
|
-
return reply.status(404).send({ error: "attribute column not found", code: 404 });
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
const values = await pg.query(`select array_agg(distinct "${attr.name}") from ${table}`).then(el => el.rows?.[0]?.array_agg || []);
|
|
43
|
-
const arr = await getSelectVal({ pg, name: `${table}.${attr.name}`, table, values, ar: true });
|
|
44
|
-
|
|
45
|
-
const colors = {
|
|
46
|
-
1: "#FFCF1F1F",
|
|
47
|
-
2: "#FF1FCF2D",
|
|
48
|
-
3: "#FF1F77CF"
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
const colorKeys = Object.keys(colors).map(Number);
|
|
52
|
-
|
|
53
|
-
const legend = arr
|
|
54
|
-
? arr.map((el, idx) => ({
|
|
55
|
-
name: el.id,
|
|
56
|
-
label: el.text,
|
|
57
|
-
icon: iconAttr ? el.icon : undefined,
|
|
58
|
-
color: colorAttr ? (el.color || colors[colorKeys[idx % colorKeys.length]]) : undefined,
|
|
59
|
-
}))
|
|
60
|
-
: values.map((el, idx) => ({
|
|
61
|
-
name: el,
|
|
62
|
-
label: el,
|
|
63
|
-
icon: undefined,
|
|
64
|
-
color: colorAttr ? (colors[colorKeys[idx % colorKeys.length]]) : undefined,
|
|
65
|
-
}));
|
|
66
|
-
|
|
67
|
-
const res = await dataUpdate({
|
|
68
|
-
pg,
|
|
69
|
-
table: 'gis.services',
|
|
70
|
-
id: params.id,
|
|
71
|
-
data: {
|
|
72
|
-
legend
|
|
73
|
-
},
|
|
74
|
-
uid: user.uid,
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
return reply.status(200).send(res);
|
|
1
|
+
import { dataUpdate, getMeta, getSelectVal, yml2json } from "@opengis/fastify-table/utils.js";
|
|
2
|
+
|
|
3
|
+
export default async function legendAuto({ params = {}, query = {}, user = {}, pg = pgClients.client }, reply) {
|
|
4
|
+
if (!params.id) {
|
|
5
|
+
return reply.status(400).send({ error: "not enough params: id", code: 400 });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
const service = await pg.query(`SELECT source_path as table, style, legend as dblegend FROM gis.services where service_id=$1`, [params.id]).then(el => el.rows?.[0]);
|
|
9
|
+
|
|
10
|
+
if (!service) {
|
|
11
|
+
return reply.status(404).send({ error: "Service not found", code: 404 });
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const { style, dblegend, table } = service;
|
|
15
|
+
|
|
16
|
+
if (!table) {
|
|
17
|
+
return reply.status(400).send({ error: "service table not specified", code: 400 });
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (dblegend && !query.nocache) {
|
|
21
|
+
return reply.status(400).send({ error: "legend already exists", code: 400 });
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (!style) {
|
|
25
|
+
return reply.status(400).send({ error: "empty service style", code: 400 });
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const { colorAttr, iconAttr } = yml2json(style);
|
|
29
|
+
|
|
30
|
+
if (!colorAttr && !iconAttr) {
|
|
31
|
+
return reply.status(400).send({ error: "colorAttr / iconAttr not specified", code: 400 });
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const { columns = [] } = await getMeta({ pg, table });
|
|
35
|
+
|
|
36
|
+
const attr = columns.find(col => col.name === (colorAttr || iconAttr));
|
|
37
|
+
|
|
38
|
+
if (!attr?.name) {
|
|
39
|
+
return reply.status(404).send({ error: "attribute column not found", code: 404 });
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const values = await pg.query(`select array_agg(distinct "${attr.name}") from ${table}`).then(el => el.rows?.[0]?.array_agg || []);
|
|
43
|
+
const arr = await getSelectVal({ pg, name: `${table}.${attr.name}`, table, values, ar: true });
|
|
44
|
+
|
|
45
|
+
const colors = {
|
|
46
|
+
1: "#FFCF1F1F",
|
|
47
|
+
2: "#FF1FCF2D",
|
|
48
|
+
3: "#FF1F77CF"
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
const colorKeys = Object.keys(colors).map(Number);
|
|
52
|
+
|
|
53
|
+
const legend = arr
|
|
54
|
+
? arr.map((el, idx) => ({
|
|
55
|
+
name: el.id,
|
|
56
|
+
label: el.text,
|
|
57
|
+
icon: iconAttr ? el.icon : undefined,
|
|
58
|
+
color: colorAttr ? (el.color || colors[colorKeys[idx % colorKeys.length]]) : undefined,
|
|
59
|
+
}))
|
|
60
|
+
: values.map((el, idx) => ({
|
|
61
|
+
name: el,
|
|
62
|
+
label: el,
|
|
63
|
+
icon: undefined,
|
|
64
|
+
color: colorAttr ? (colors[colorKeys[idx % colorKeys.length]]) : undefined,
|
|
65
|
+
}));
|
|
66
|
+
|
|
67
|
+
const res = await dataUpdate({
|
|
68
|
+
pg,
|
|
69
|
+
table: 'gis.services',
|
|
70
|
+
id: params.id,
|
|
71
|
+
data: {
|
|
72
|
+
legend
|
|
73
|
+
},
|
|
74
|
+
uid: user.uid,
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
return reply.status(200).send(res);
|
|
78
78
|
}
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
// import getLayerGeom from './functions/get.layer.geom.js';
|
|
2
|
-
import getServices from './functions/get.services.js';
|
|
3
|
-
import getServiceUsers from './functions/get.service.users.js';
|
|
4
|
-
import deleteService from './functions/del.service.js';
|
|
5
|
-
import addService from './functions/add.service.js';
|
|
6
|
-
import getServicesCol from './functions/get.services.col.js';
|
|
7
|
-
// import legendAuto from './functions/legend.auto.js';
|
|
8
|
-
import createRoute from './functions/create.route.js';
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
getServicesSchema,
|
|
12
|
-
getServicesColSchema,
|
|
13
|
-
addServiceSchema,
|
|
14
|
-
editServiceSchema,
|
|
15
|
-
deleteServiceSchema,
|
|
16
|
-
getServiceUsersSchema,
|
|
17
|
-
createRouteSchema,
|
|
18
|
-
} from './services.schema.js';
|
|
19
|
-
const publicParams = { config: { policy: 'L0', package: 'gis' } };
|
|
20
|
-
|
|
21
|
-
async function route(app) {
|
|
22
|
-
app.get('/gis-service/:id?', { ...publicParams, schema: getServicesSchema }, async ({ params, pg }) => {
|
|
23
|
-
const result = await getServices({
|
|
24
|
-
id: params.id,
|
|
25
|
-
}, pg);
|
|
26
|
-
return result;
|
|
27
|
-
});
|
|
28
|
-
app.get('/gis-service/:id/:col', { ...publicParams, schema: getServicesColSchema }, async ({ params, pg }) => {
|
|
29
|
-
const result = await getServicesCol({
|
|
30
|
-
id: params.id,
|
|
31
|
-
column: params.col,
|
|
32
|
-
}, pg);
|
|
33
|
-
return result;
|
|
34
|
-
});
|
|
35
|
-
app.post('/gis-service/:id?', { ...publicParams, schema: addServiceSchema }, async ({ method, params, body, user, pg }) => {
|
|
36
|
-
const result = await addService({
|
|
37
|
-
method,
|
|
38
|
-
id: params.id,
|
|
39
|
-
body,
|
|
40
|
-
uid: user?.uid,
|
|
41
|
-
}, pg);
|
|
42
|
-
return result;
|
|
43
|
-
});
|
|
44
|
-
app.put('/gis-service/:id', { ...publicParams, schema: editServiceSchema }, async ({ method, params, body, user, pg }) => {
|
|
45
|
-
const result = await addService({
|
|
46
|
-
method,
|
|
47
|
-
id: params.id,
|
|
48
|
-
body,
|
|
49
|
-
uid: user?.uid,
|
|
50
|
-
}, pg);
|
|
51
|
-
return result;
|
|
52
|
-
});
|
|
53
|
-
app.delete('/gis-service/:id', { ...publicParams, schema: deleteServiceSchema }, async ({ params, user, pg }) => {
|
|
54
|
-
const result = await deleteService({
|
|
55
|
-
id: params.id,
|
|
56
|
-
uid: user?.uid
|
|
57
|
-
}, pg);
|
|
58
|
-
return result;
|
|
59
|
-
});
|
|
60
|
-
// app.get('/legend-auto/:id', { ...publicParams, schema: legendAutoSchema }, legendAuto);
|
|
61
|
-
app.get('/gis-service-users/:id', { ...publicParams, schema: getServiceUsersSchema }, async ({ params, query, pg }) => {
|
|
62
|
-
const result = await getServiceUsers({
|
|
63
|
-
id: params.id,
|
|
64
|
-
search: query.search,
|
|
65
|
-
limit: query.limit,
|
|
66
|
-
offset: query.offset,
|
|
67
|
-
}, pg);
|
|
68
|
-
return result;
|
|
69
|
-
});
|
|
70
|
-
app.get('/routes', { ...publicParams, schema: createRouteSchema }, async ({ query }) => {
|
|
71
|
-
const { from, to, via, mode, alternatives, steps, optimize, surface, weight } = query;
|
|
72
|
-
const result = await createRoute({ from, to, via, mode, alternatives, steps, optimize, surface, weight });
|
|
73
|
-
return result;
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
export default route;
|
|
1
|
+
// import getLayerGeom from './functions/get.layer.geom.js';
|
|
2
|
+
import getServices from './functions/get.services.js';
|
|
3
|
+
import getServiceUsers from './functions/get.service.users.js';
|
|
4
|
+
import deleteService from './functions/del.service.js';
|
|
5
|
+
import addService from './functions/add.service.js';
|
|
6
|
+
import getServicesCol from './functions/get.services.col.js';
|
|
7
|
+
// import legendAuto from './functions/legend.auto.js';
|
|
8
|
+
import createRoute from './functions/create.route.js';
|
|
9
|
+
|
|
10
|
+
import {
|
|
11
|
+
getServicesSchema,
|
|
12
|
+
getServicesColSchema,
|
|
13
|
+
addServiceSchema,
|
|
14
|
+
editServiceSchema,
|
|
15
|
+
deleteServiceSchema,
|
|
16
|
+
getServiceUsersSchema,
|
|
17
|
+
createRouteSchema,
|
|
18
|
+
} from './services.schema.js';
|
|
19
|
+
const publicParams = { config: { policy: 'L0', package: 'gis' } };
|
|
20
|
+
|
|
21
|
+
async function route(app) {
|
|
22
|
+
app.get('/gis-service/:id?', { ...publicParams, schema: getServicesSchema }, async ({ params, pg }) => {
|
|
23
|
+
const result = await getServices({
|
|
24
|
+
id: params.id,
|
|
25
|
+
}, pg);
|
|
26
|
+
return result;
|
|
27
|
+
});
|
|
28
|
+
app.get('/gis-service/:id/:col', { ...publicParams, schema: getServicesColSchema }, async ({ params, pg }) => {
|
|
29
|
+
const result = await getServicesCol({
|
|
30
|
+
id: params.id,
|
|
31
|
+
column: params.col,
|
|
32
|
+
}, pg);
|
|
33
|
+
return result;
|
|
34
|
+
});
|
|
35
|
+
app.post('/gis-service/:id?', { ...publicParams, schema: addServiceSchema }, async ({ method, params, body, user, pg }) => {
|
|
36
|
+
const result = await addService({
|
|
37
|
+
method,
|
|
38
|
+
id: params.id,
|
|
39
|
+
body,
|
|
40
|
+
uid: user?.uid,
|
|
41
|
+
}, pg);
|
|
42
|
+
return result;
|
|
43
|
+
});
|
|
44
|
+
app.put('/gis-service/:id', { ...publicParams, schema: editServiceSchema }, async ({ method, params, body, user, pg }) => {
|
|
45
|
+
const result = await addService({
|
|
46
|
+
method,
|
|
47
|
+
id: params.id,
|
|
48
|
+
body,
|
|
49
|
+
uid: user?.uid,
|
|
50
|
+
}, pg);
|
|
51
|
+
return result;
|
|
52
|
+
});
|
|
53
|
+
app.delete('/gis-service/:id', { ...publicParams, schema: deleteServiceSchema }, async ({ params, user, pg }) => {
|
|
54
|
+
const result = await deleteService({
|
|
55
|
+
id: params.id,
|
|
56
|
+
uid: user?.uid
|
|
57
|
+
}, pg);
|
|
58
|
+
return result;
|
|
59
|
+
});
|
|
60
|
+
// app.get('/legend-auto/:id', { ...publicParams, schema: legendAutoSchema }, legendAuto);
|
|
61
|
+
app.get('/gis-service-users/:id', { ...publicParams, schema: getServiceUsersSchema }, async ({ params, query, pg }) => {
|
|
62
|
+
const result = await getServiceUsers({
|
|
63
|
+
id: params.id,
|
|
64
|
+
search: query.search,
|
|
65
|
+
limit: query.limit,
|
|
66
|
+
offset: query.offset,
|
|
67
|
+
}, pg);
|
|
68
|
+
return result;
|
|
69
|
+
});
|
|
70
|
+
app.get('/routes', { ...publicParams, schema: createRouteSchema }, async ({ query }) => {
|
|
71
|
+
const { from, to, via, mode, alternatives, steps, optimize, surface, weight } = query;
|
|
72
|
+
const result = await createRoute({ from, to, via, mode, alternatives, steps, optimize, surface, weight });
|
|
73
|
+
return result;
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
export default route;
|