@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,35 +1,35 @@
1
- import { BadRequestError, NotFoundError } from "@opengis/fastify-table/errors.js";
2
- import { pgClients, dataUpsert } from "@opengis/fastify-table/utils.js";
3
-
4
- export default async function editMetadata({ id, type, body, uid }, pg = pgClients.client) {
5
- if (!type) {
6
- throw BadRequestError('not enough params: type');
7
- }
8
-
9
- const q = {
10
- raster: 'select 1 from gis.rasters where raster_id = $1',
11
- css: 'select 1 from gis.cartocss where cartocss_id = $1',
12
- dataset: 'select 1 from gis.dataset where dataset_id = $1',
13
- service: 'select 1 from gis.services where service_id = $1',
14
- }[type];
15
-
16
- if (!q) {
17
- throw BadRequestError('invalid params: type');
18
- }
19
-
20
- const exists = await pg.query(q, [id]).then(r => r.rowCount || 0);
21
-
22
- if (!exists) {
23
- throw NotFoundError(`${type} not found: ${id}`);
24
- }
25
-
26
- const data = await dataUpsert({
27
- pg,
28
- id: id,
29
- table: 'gis.metadata',
30
- data: { ...body, type: type, layer_id: id },
31
- uid,
32
- });
33
-
34
- return data;
35
- }
1
+ import { BadRequestError, NotFoundError } from "@opengis/fastify-table/errors.js";
2
+ import { pgClients, dataUpsert } from "@opengis/fastify-table/utils.js";
3
+
4
+ export default async function editMetadata({ id, type, body, uid }, pg = pgClients.client) {
5
+ if (!type) {
6
+ throw BadRequestError('not enough params: type');
7
+ }
8
+
9
+ const q = {
10
+ raster: 'select 1 from gis.rasters where raster_id = $1',
11
+ css: 'select 1 from gis.cartocss where cartocss_id = $1',
12
+ dataset: 'select 1 from gis.dataset where dataset_id = $1',
13
+ service: 'select 1 from gis.services where service_id = $1',
14
+ }[type];
15
+
16
+ if (!q) {
17
+ throw BadRequestError('invalid params: type');
18
+ }
19
+
20
+ const exists = await pg.query(q, [id]).then(r => r.rowCount || 0);
21
+
22
+ if (!exists) {
23
+ throw NotFoundError(`${type} not found: ${id}`);
24
+ }
25
+
26
+ const data = await dataUpsert({
27
+ pg,
28
+ id: id,
29
+ table: 'gis.metadata',
30
+ data: { ...body, type: type, layer_id: id },
31
+ uid,
32
+ });
33
+
34
+ return data;
35
+ }
@@ -1,19 +1,19 @@
1
- import { handlebars, getTemplate } from "@opengis/fastify-table/utils.js";
2
- import { BadRequestError } from "@opengis/fastify-table/errors.js";
3
-
4
- // currently unused
5
- export default async function metadataXml({ id }) {
6
- if (!id) {
7
- throw BadRequestError('not enough params: id');
8
- }
9
-
10
- const pt = await getTemplate('templates', 'ISO19136_2017_gml_template');
11
- const data = await handlebars.compile(pt)({ id });
12
-
13
- return {
14
- headers: {
15
- 'Content-Type': 'text/xml; charset=utf-8',
16
- },
17
- data
18
- };
19
- }
1
+ import { handlebars, getTemplate } from "@opengis/fastify-table/utils.js";
2
+ import { BadRequestError } from "@opengis/fastify-table/errors.js";
3
+
4
+ // currently unused
5
+ export default async function metadataXml({ id }) {
6
+ if (!id) {
7
+ throw BadRequestError('not enough params: id');
8
+ }
9
+
10
+ const pt = await getTemplate('templates', 'ISO19136_2017_gml_template');
11
+ const data = await handlebars.compile(pt)({ id });
12
+
13
+ return {
14
+ headers: {
15
+ 'Content-Type': 'text/xml; charset=utf-8',
16
+ },
17
+ data
18
+ };
19
+ }
@@ -1,26 +1,26 @@
1
- // import metadataXML from './functions/metadataXML.js';
2
- import editMetadata from './functions/editMetadata.js';
3
-
4
- import {
5
- editMetadataSchema,
6
- } from './metadata.schema.js';
7
-
8
- const privateParams = { config: { policy: 'L1', package: 'gis' } };
9
- // const publicParams = { config: { policy: 'L0', package: 'gis' } };
10
-
11
- async function route(app) {
12
- /*app.get('/xml/:id', { ...publicParams, schema: metadataXMLSchema }, async ({ params }, reply) => {
13
- const result = await metadataXML({ id: params.id });
14
- return reply.headers(result.headers).send(result.data);
15
- });*/
16
- app.post('/gis-metadata/:type/:id', { ...privateParams, schema: editMetadataSchema }, async ({ params, body, user, pg }) => {
17
- const result = await editMetadata({
18
- id: params.id,
19
- type: params.type,
20
- body,
21
- uid: user?.uid,
22
- }, pg);
23
- return result;
24
- });
25
- }
26
- export default route;
1
+ // import metadataXML from './functions/metadataXML.js';
2
+ import editMetadata from './functions/editMetadata.js';
3
+
4
+ import {
5
+ editMetadataSchema,
6
+ } from './metadata.schema.js';
7
+
8
+ const privateParams = { config: { policy: 'L1', package: 'gis' } };
9
+ // const publicParams = { config: { policy: 'L0', package: 'gis' } };
10
+
11
+ async function route(app) {
12
+ /*app.get('/xml/:id', { ...publicParams, schema: metadataXMLSchema }, async ({ params }, reply) => {
13
+ const result = await metadataXML({ id: params.id });
14
+ return reply.headers(result.headers).send(result.data);
15
+ });*/
16
+ app.post('/gis-metadata/:type/:id', { ...privateParams, schema: editMetadataSchema }, async ({ params, body, user, pg }) => {
17
+ const result = await editMetadata({
18
+ id: params.id,
19
+ type: params.type,
20
+ body,
21
+ uid: user?.uid,
22
+ }, pg);
23
+ return result;
24
+ });
25
+ }
26
+ export default route;
@@ -1,47 +1,47 @@
1
- import { afterAll, beforeAll, describe, expect, test } from 'vitest';
2
-
3
- import { getPGAsync } from '@opengis/fastify-table/utils.js';
4
-
5
- import { build, injectWithHeaders } from '../../../test/helper.js';
6
-
7
- let pg;
8
-
9
- beforeAll(async () => {
10
- await build();
11
-
12
- pg = await getPGAsync();
13
-
14
- await cleanUp('before');
15
- });
16
-
17
- afterAll(async () => {
18
- await cleanUp('after');
19
- });
20
-
21
- const testId = 'testCss';
22
- const user = { id: '2', type: 'admin' };
23
-
24
- const cleanUp = async (when) => {
25
- if (!pg) return;
26
- const rowCount = await pg.query('delete from gis.cartocss where cartocss_id=$1', [testId]).then(r => r.rowCount || 0);
27
- const rowCount3 = await pg.query('delete from gis.metadata where metadata_id=$1', [testId]).then(r => r.rowCount || 0);
28
- console.log(`clean up finished: ${when}`, rowCount, rowCount3);
29
- };
30
-
31
- describe('GIS routes', () => {
32
- test('POST /gis-metadata/:type/:id returns 200', async () => {
33
- await pg.query('insert into gis.cartocss(cartocss_id,name) values($1,$2)', [testId, 'unit-test']).catch(err => console.error(err));
34
- const res = await injectWithHeaders({
35
- method: 'POST',
36
- url: `/api/gis-metadata/css/${testId}`,
37
- payload: {
38
- layer_id: testId
39
- },
40
- headers: { uid: user.id, user_type: user.type }
41
- });
42
-
43
- expect(res.statusCode).toBe(200);
44
- expect(res.body).toHaveProperty('metadata_id');
45
- expect(res.body.metadata_id).toBe(testId);
46
- });
1
+ import { afterAll, beforeAll, describe, expect, test } from 'vitest';
2
+
3
+ import { getPGAsync } from '@opengis/fastify-table/utils.js';
4
+
5
+ import { build, injectWithHeaders } from '../../../test/helper.js';
6
+
7
+ let pg;
8
+
9
+ beforeAll(async () => {
10
+ await build();
11
+
12
+ pg = await getPGAsync();
13
+
14
+ await cleanUp('before');
15
+ });
16
+
17
+ afterAll(async () => {
18
+ await cleanUp('after');
19
+ });
20
+
21
+ const testId = 'testCss';
22
+ const user = { id: '2', type: 'admin' };
23
+
24
+ const cleanUp = async (when) => {
25
+ if (!pg) return;
26
+ const rowCount = await pg.query('delete from gis.cartocss where cartocss_id=$1', [testId]).then(r => r.rowCount || 0);
27
+ const rowCount3 = await pg.query('delete from gis.metadata where metadata_id=$1', [testId]).then(r => r.rowCount || 0);
28
+ console.log(`clean up finished: ${when}`, rowCount, rowCount3);
29
+ };
30
+
31
+ describe('GIS routes', () => {
32
+ test('POST /gis-metadata/:type/:id returns 200', async () => {
33
+ await pg.query('insert into gis.cartocss(cartocss_id,name) values($1,$2)', [testId, 'unit-test']).catch(err => console.error(err));
34
+ const res = await injectWithHeaders({
35
+ method: 'POST',
36
+ url: `/api/gis-metadata/css/${testId}`,
37
+ payload: {
38
+ layer_id: testId
39
+ },
40
+ headers: { uid: user.id, user_type: user.type }
41
+ });
42
+
43
+ expect(res.statusCode).toBe(200);
44
+ expect(res.body).toHaveProperty('metadata_id');
45
+ expect(res.body.metadata_id).toBe(testId);
46
+ });
47
47
  });
@@ -1,53 +1,53 @@
1
- export const editMetadataSchema = {
2
- params: {
3
- type: 'object',
4
- required: ['type', 'id'],
5
- properties: {
6
- type: { type: 'string', enum: ['raster', 'css', 'dataset', 'service'] },
7
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
8
- },
9
- },
10
- body: {
11
- type: 'object',
12
- // additionalProperties: false,
13
- properties: {
14
- geom: {
15
- type: 'object',
16
- properties: {
17
- type: { type: 'string', enum: ['Point', 'LineString', 'Polygon'] },
18
- coordinates: { type: 'array' },
19
- },
20
- required: ['type', 'coordinates'],
21
- },
22
- description: { type: 'string' },
23
- group_id: { type: 'string' },
24
- keywords: {
25
- type: 'array',
26
- items: { type: 'string' },
27
- },
28
- is_public: { type: 'boolean' },
29
- is_active: { type: 'boolean' },
30
- service_key: { type: 'string' },
31
- producer: { type: 'string' },
32
- category: { type: 'string' },
33
- license: { type: 'string' },
34
- year: { type: 'string' },
35
- service_url: { type: 'string' },
36
- metadata_url: { type: 'string' },
37
- thumbnail_url: { type: 'string' },
38
- query: { type: 'string' },
39
- },
40
- },
41
- };
42
-
43
- export const metadataXMLSchema = {
44
- params: {
45
- type: 'object',
46
- required: ['id'],
47
- properties: {
48
- id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
49
- },
50
- },
51
- };
52
-
53
- export default null;
1
+ export const editMetadataSchema = {
2
+ params: {
3
+ type: 'object',
4
+ required: ['type', 'id'],
5
+ properties: {
6
+ type: { type: 'string', enum: ['raster', 'css', 'dataset', 'service'] },
7
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
8
+ },
9
+ },
10
+ body: {
11
+ type: 'object',
12
+ // additionalProperties: false,
13
+ properties: {
14
+ geom: {
15
+ type: 'object',
16
+ properties: {
17
+ type: { type: 'string', enum: ['Point', 'LineString', 'Polygon'] },
18
+ coordinates: { type: 'array' },
19
+ },
20
+ required: ['type', 'coordinates'],
21
+ },
22
+ description: { type: 'string' },
23
+ group_id: { type: 'string' },
24
+ keywords: {
25
+ type: 'array',
26
+ items: { type: 'string' },
27
+ },
28
+ is_public: { type: 'boolean' },
29
+ is_active: { type: 'boolean' },
30
+ service_key: { type: 'string' },
31
+ producer: { type: 'string' },
32
+ category: { type: 'string' },
33
+ license: { type: 'string' },
34
+ year: { type: 'string' },
35
+ service_url: { type: 'string' },
36
+ metadata_url: { type: 'string' },
37
+ thumbnail_url: { type: 'string' },
38
+ query: { type: 'string' },
39
+ },
40
+ },
41
+ };
42
+
43
+ export const metadataXMLSchema = {
44
+ params: {
45
+ type: 'object',
46
+ required: ['id'],
47
+ properties: {
48
+ id: { type: 'string', pattern: '^([\\d\\w._-]+)$' },
49
+ },
50
+ },
51
+ };
52
+
53
+ export default null;
@@ -1,117 +1,117 @@
1
- import { BadRequestError, NotFoundError } from '@opengis/fastify-table/errors.js';
2
- import {
3
- pgClients, handlebars, getMeta, getTemplate, getFilterSQL,
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 mapInfoPoint({ x, y, layers, index = 0, sql }, pg = pgClients.client) {
17
- const time = Date.now();
18
-
19
- if (!x || !y || !layers) {
20
- throw BadRequestError('not enough query params: x, y, layers are required');
21
- }
22
-
23
- const rows = pg?.pk?.['gis.ogc_service'] ? await pg.query('select * from gis.ogc_service WHERE enabled and table_name is not null and ogc_service_id = any($1)', [layers.split(',')]).then(r => r.rows || []) : [];
24
-
25
- if (!rows.length) {
26
- throw NotFoundError('layers not found');
27
- }
28
-
29
- const args = [];
30
-
31
- // 30, 50
32
- args.push(x);
33
- args.push(y);
34
-
35
- const srids = pg.queryCache ? await pg.queryCache('select json_agg(srid) as srids from spatial_ref_sys').then(r => r.rows?.[0]?.srids || {}) : {};
36
-
37
- await Promise.all(rows.map(async (layer, idx) => {
38
- const { table_name: source, ogc_service_id: layerId } = layer;
39
- const loadTable = await getTemplate('table', source);
40
- const meta = await getMeta({ pg, table: loadTable?.table || source });
41
- const { geom = 'geom' } = meta || {};
42
- const { table = source, columns = meta?.columns } = loadTable || {};
43
- const { srid, x } = await pg.query(`select st_srid(${geom}) as srid, st_x(st_pointonsurface(${geom})) as x from ${table} where geom is not null limit 1`).then(r => r.rows?.[0] || {});
44
-
45
- const cls = columns
46
- ?.filter(el => el.name && el.data)
47
- ?.reduce?.((acc, curr) => ({ ...acc, [curr.name]: curr.data }), {});
48
-
49
- const pk = pg.pk?.[table] || loadTable?.key;
50
-
51
- const { optimizedSQL } = await getFilterSQL({ pg, table: source, query: layer?.query });
52
-
53
- Object.assign(layer, {
54
- layer: (layerId || idx.toString())?.replace?.(/'/g, "''"),
55
- table,
56
- pk,
57
- cls,
58
- geomColumn: srid === 4326 ? geom : `st_transform(${geom},4326)`,
59
- optimizedSQL,
60
- srid,
61
- step: srids?.includes?.(srid - 0) && srid !== 4326 && x > 100 ? 10 : 0.0002,
62
- });
63
- }));
64
-
65
- const unique = rows.filter((el, idx, arr) => el.table && arr.map((item) => item.table).indexOf(el.table) === idx);
66
-
67
- const qList = unique.map((el) => ({
68
- query: `select ${el.pk}::text as pk, '${el.layer}' as layer, '${el.table}' as table,
69
- row_to_json(t) as data,
70
- st_distance(${el.geomColumn}, st_setsrid(st_makepoint($1,$2),4326)) as distance,
71
- st_asgeojson(${el.geomColumn})::json as geom from (${el.optimizedSQL}) t
72
- where 1=1`,
73
- queryCount: `select 1 from (${el.optimizedSQL})t where 1=1`,
74
- where: `${el.geomColumn} && st_setsrid(st_makepoint($1,$2),4326)`,
75
- }));
76
-
77
- const q = qList.map(el => `${el.query} and ${el.where}`).join(' union all ').concat(` order by distance limit 1 offset $3::bigint`);
78
-
79
- const qCount = qList.map(el => `${el.queryCount} and ${el.where}`).join(' union all ');
80
-
81
- if (sql === 1 && process.platform === 'win32') return q;
82
- if (sql === 2 && process.platform === 'win32') return qCount;
83
-
84
- const count = await pg.query(qCount, args).then(el => el.rowCount);
85
-
86
- const row = await pg.query(q, args.concat([Math.max(+index || 0, 0)])).then(r => r.rows?.[0]);
87
-
88
- if (!row) {
89
- throw NotFoundError('object not found');
90
- }
91
-
92
- const columns = row.table ? await getMeta({ pg, table: row.table }).then(r => r.columns || []) : [];
93
- const fields = columns.map(({ name, dataTypeID, title }) => ({ name, type: columnType[pg.pgType?.[dataTypeID] || 'text'], label: title || name }));
94
-
95
- const htmlTemplate = pg?.pk?.['admin.templates'] && row.layer && false
96
- ? await pg.query('select body from admin.templates where name=$1 limit 1', [row.layer]).then(r => r.rows?.[0]?.body)
97
- : rows.find(el => el.ogc_service_id === row.layer)?.html;
98
-
99
- const html = await handlebars.compile(htmlTemplate || 'template not found')(row.data);
100
-
101
- const res = {
102
- time: Date.now() - time,
103
- index,
104
- count,
105
- data: {
106
- layer: row.layer,
107
- geom: row.geom,
108
- id: row.pk,
109
- distance: row.distance,
110
- data: row.data,
111
- },
112
- fields,
113
- html,
114
- };
115
-
116
- return res;
117
- }
1
+ import { BadRequestError, NotFoundError } from '@opengis/fastify-table/errors.js';
2
+ import {
3
+ pgClients, handlebars, getMeta, getTemplate, getFilterSQL,
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 mapInfoPoint({ x, y, layers, index = 0, sql }, pg = pgClients.client) {
17
+ const time = Date.now();
18
+
19
+ if (!x || !y || !layers) {
20
+ throw BadRequestError('not enough query params: x, y, layers are required');
21
+ }
22
+
23
+ const rows = pg?.pk?.['gis.ogc_service'] ? await pg.query('select * from gis.ogc_service WHERE enabled and table_name is not null and ogc_service_id = any($1)', [layers.split(',')]).then(r => r.rows || []) : [];
24
+
25
+ if (!rows.length) {
26
+ throw NotFoundError('layers not found');
27
+ }
28
+
29
+ const args = [];
30
+
31
+ // 30, 50
32
+ args.push(x);
33
+ args.push(y);
34
+
35
+ const srids = pg.queryCache ? await pg.queryCache('select json_agg(srid) as srids from spatial_ref_sys').then(r => r.rows?.[0]?.srids || {}) : {};
36
+
37
+ await Promise.all(rows.map(async (layer, idx) => {
38
+ const { table_name: source, ogc_service_id: layerId } = layer;
39
+ const loadTable = await getTemplate('table', source);
40
+ const meta = await getMeta({ pg, table: loadTable?.table || source });
41
+ const { geom = 'geom' } = meta || {};
42
+ const { table = source, columns = meta?.columns } = loadTable || {};
43
+ const { srid, x } = await pg.query(`select st_srid(${geom}) as srid, st_x(st_pointonsurface(${geom})) as x from ${table} where geom is not null limit 1`).then(r => r.rows?.[0] || {});
44
+
45
+ const cls = columns
46
+ ?.filter(el => el.name && el.data)
47
+ ?.reduce?.((acc, curr) => ({ ...acc, [curr.name]: curr.data }), {});
48
+
49
+ const pk = pg.pk?.[table] || loadTable?.key;
50
+
51
+ const { optimizedSQL } = await getFilterSQL({ pg, table: source, query: layer?.query });
52
+
53
+ Object.assign(layer, {
54
+ layer: (layerId || idx.toString())?.replace?.(/'/g, "''"),
55
+ table,
56
+ pk,
57
+ cls,
58
+ geomColumn: srid === 4326 ? geom : `st_transform(${geom},4326)`,
59
+ optimizedSQL,
60
+ srid,
61
+ step: srids?.includes?.(srid - 0) && srid !== 4326 && x > 100 ? 10 : 0.0002,
62
+ });
63
+ }));
64
+
65
+ const unique = rows.filter((el, idx, arr) => el.table && arr.map((item) => item.table).indexOf(el.table) === idx);
66
+
67
+ const qList = unique.map((el) => ({
68
+ query: `select ${el.pk}::text as pk, '${el.layer}' as layer, '${el.table}' as table,
69
+ row_to_json(t) as data,
70
+ st_distance(${el.geomColumn}, st_setsrid(st_makepoint($1,$2),4326)) as distance,
71
+ st_asgeojson(${el.geomColumn})::json as geom from (${el.optimizedSQL}) t
72
+ where 1=1`,
73
+ queryCount: `select 1 from (${el.optimizedSQL})t where 1=1`,
74
+ where: `${el.geomColumn} && st_setsrid(st_makepoint($1,$2),4326)`,
75
+ }));
76
+
77
+ const q = qList.map(el => `${el.query} and ${el.where}`).join(' union all ').concat(` order by distance limit 1 offset $3::bigint`);
78
+
79
+ const qCount = qList.map(el => `${el.queryCount} and ${el.where}`).join(' union all ');
80
+
81
+ if (sql === 1 && process.platform === 'win32') return q;
82
+ if (sql === 2 && process.platform === 'win32') return qCount;
83
+
84
+ const count = await pg.query(qCount, args).then(el => el.rowCount);
85
+
86
+ const row = await pg.query(q, args.concat([Math.max(+index || 0, 0)])).then(r => r.rows?.[0]);
87
+
88
+ if (!row) {
89
+ throw NotFoundError('object not found');
90
+ }
91
+
92
+ const columns = row.table ? await getMeta({ pg, table: row.table }).then(r => r.columns || []) : [];
93
+ const fields = columns.map(({ name, dataTypeID, title }) => ({ name, type: columnType[pg.pgType?.[dataTypeID] || 'text'], label: title || name }));
94
+
95
+ const htmlTemplate = pg?.pk?.['admin.templates'] && row.layer && false
96
+ ? await pg.query('select body from admin.templates where name=$1 limit 1', [row.layer]).then(r => r.rows?.[0]?.body)
97
+ : rows.find(el => el.ogc_service_id === row.layer)?.html;
98
+
99
+ const html = await handlebars.compile(htmlTemplate || 'template not found')(row.data);
100
+
101
+ const res = {
102
+ time: Date.now() - time,
103
+ index,
104
+ count,
105
+ data: {
106
+ layer: row.layer,
107
+ geom: row.geom,
108
+ id: row.pk,
109
+ distance: row.distance,
110
+ data: row.data,
111
+ },
112
+ fields,
113
+ html,
114
+ };
115
+
116
+ return res;
117
+ }
@@ -1,21 +1,21 @@
1
- import mapInfoPoint from './functions/map.info.point.js';
2
-
3
- import {
4
- mapInfoPointSchema,
5
- } from './ogc.schema.js';
6
-
7
- const publicParams = { config: { policy: 'L0', package: 'gis' } };
8
-
9
- async function route(app) {
10
- app.get('/map-info-point', { ...publicParams, schema: mapInfoPointSchema }, async ({ query, pg }) => {
11
- const result = await mapInfoPoint({
12
- x: query.x,
13
- y: query.y,
14
- layers: query.layers,
15
- index: query.index,
16
- sql: query.sql
17
- }, pg);
18
- return result;
19
- });
20
- }
21
- export default route;
1
+ import mapInfoPoint from './functions/map.info.point.js';
2
+
3
+ import {
4
+ mapInfoPointSchema,
5
+ } from './ogc.schema.js';
6
+
7
+ const publicParams = { config: { policy: 'L0', package: 'gis' } };
8
+
9
+ async function route(app) {
10
+ app.get('/map-info-point', { ...publicParams, schema: mapInfoPointSchema }, async ({ query, pg }) => {
11
+ const result = await mapInfoPoint({
12
+ x: query.x,
13
+ y: query.y,
14
+ layers: query.layers,
15
+ index: query.index,
16
+ sql: query.sql
17
+ }, pg);
18
+ return result;
19
+ });
20
+ }
21
+ export default route;