@opengis/gis 0.2.167 → 0.2.169

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 (249) hide show
  1. package/dist/{CardIcon-golqfa-Y.js → CardIcon-xkRDr3_E.js} +1 -1
  2. package/dist/{EntityTablePage-BhmxePgR.js → EntityTablePage-D1IR5Bmq.js} +1 -1
  3. package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BFa27smR.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-BJKIgAkD.js} +1 -1
  4. package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-Dp0MjgnU.js → HeaderActions.vue_vue_type_script_setup_true_lang-BU8__ouG.js} +1 -1
  5. package/dist/{MapSettings-F_DT3xKl.js → MapSettings-DIOlNpt6.js} +1 -1
  6. package/dist/{RastersTablePage-3rXQ0baG.js → RastersTablePage-OD1VqHP8.js} +1 -1
  7. package/dist/{cartocss-CN-UrS7V.js → cartocss-BiamDcNB.js} +5 -5
  8. package/dist/{import-utils-F5ErbNz1.js → import-utils-CvUG1jV0.js} +1 -1
  9. package/dist/{index-CdB0VXro.js → index-C6W8IkTm.js} +1224 -1221
  10. package/dist/index.css +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/index.umd.cjs +53 -40
  13. package/dist/{raster-DWmiWlf7.js → raster-BbIiZGoX.js} +3 -3
  14. package/dist/{register-D1jLD0hK.js → register-Dt2QoLZ3.js} +3 -3
  15. package/dist/service-CdUYntMi.js +3472 -0
  16. package/dist/{vs-datatable-BWItxbtK.js → vs-datatable-BELnJrfM.js} +2 -3
  17. package/module/gis/card/gis.metadata.table/index.yml +22 -22
  18. package/module/gis/card/gis.rasters.table/index.yml +11 -11
  19. package/module/gis/card/gis.registers.table/index.yml +23 -23
  20. package/module/gis/card/gis.services.table/index.yml +25 -25
  21. package/module/gis/cls/bool.yes_no.json +12 -12
  22. package/module/gis/cls/encoding.json +14 -14
  23. package/module/gis/cls/geom_type.json +14 -14
  24. package/module/gis/cls/gis.column_type.json +34 -34
  25. package/module/gis/cls/gis.column_view_type.json +26 -26
  26. package/module/gis/cls/gis.filter_type.json +22 -22
  27. package/module/gis/cls/language.json +10 -10
  28. package/module/gis/cls/meta.service_type.json +42 -42
  29. package/module/gis/cls/ogc.service.json +21 -21
  30. package/module/gis/cls/source_type.json +10 -10
  31. package/module/gis/cls/standarts.json +6 -6
  32. package/module/gis/cls/topic_category.json +106 -106
  33. package/module/gis/cls/update_frequency.json +29 -29
  34. package/module/gis/cls/view.json +21 -21
  35. package/module/gis/form/feedback.answer.form.json +10 -10
  36. package/module/gis/form/gis.cartocss.form.json +64 -64
  37. package/module/gis/form/gis.group_list.form.json +17 -17
  38. package/module/gis/form/gis.maps.form.json +61 -61
  39. package/module/gis/form/gis.metadata.form.json +240 -240
  40. package/module/gis/form/gis.metadata_new.form.json +195 -195
  41. package/module/gis/form/gis.ogc_service.form.json +51 -51
  42. package/module/gis/form/gis.rasters.form.json +76 -76
  43. package/module/gis/form/gis.registers.form.json +124 -124
  44. package/module/gis/form/gis.registers_column.form.json +84 -84
  45. package/module/gis/form/gis.registers_filter.form.json +65 -65
  46. package/module/gis/form/gis.services.form.json +111 -111
  47. package/module/gis/form/gis.services_attributes.form.json +75 -75
  48. package/module/gis/form/gis.services_filter.form.json +65 -65
  49. package/module/gis/menu.json +43 -43
  50. package/module/gis/select/admin.cls.name.sql +9 -9
  51. package/module/gis/select/layer_list.sql +7 -7
  52. package/module/gis/select/layer_list_text.sql +7 -7
  53. package/module/gis/select/pg.column_name.geometry.sql +12 -12
  54. package/module/gis/select/pg.columns.parent.sql +6 -6
  55. package/module/gis/select/pg.table_name.sql +17 -17
  56. package/module/gis/select/service_id.sql +1 -1
  57. package/module/gis/select/srid.sql +7 -7
  58. package/module/gis/table/gis.cartocss.table.json +74 -74
  59. package/module/gis/table/gis.group_list.table.json +58 -58
  60. package/module/gis/table/gis.maps.table.json +110 -110
  61. package/module/gis/table/gis.metadata.table.json +70 -70
  62. package/module/gis/table/gis.metadata_new.table.json +137 -137
  63. package/module/gis/table/gis.ogc_service.table.json +100 -100
  64. package/module/gis/table/gis.rasters.table.json +113 -113
  65. package/module/gis/table/gis.registers.table.json +143 -143
  66. package/module/gis/table/gis.services.table.json +120 -120
  67. package/module/gis/table/site.gis.registers.table.json +88 -88
  68. package/module/gis/table/site.gis.services.table.json +106 -106
  69. package/module/gis/templates/ISO19136_2017_gml_template.xml +330 -330
  70. package/module/gis/tokens.yml +5 -5
  71. package/module/permissions/form/permissions.users.form.json +151 -151
  72. package/module/permissions/table/gis.permissions.table.json +97 -97
  73. package/module/test/map/addr.json +303 -0
  74. package/module/test/map/{addr.yml → addr1.yml} +3 -1
  75. package/module/test/select/address.str_id.sql +3 -0
  76. package/package.json +10 -10
  77. package/plugin.js +21 -12
  78. package/server/plugins/mapnik/funcs/checkRasterFile.js +1 -3
  79. package/server/routes/cartocss/cartocss.route.js +31 -0
  80. package/server/routes/cartocss/cartocss.route.test.js +79 -0
  81. package/server/routes/cartocss/cartocss.schema.js +73 -0
  82. package/server/routes/{gis/cartocss → cartocss/functions}/add.cartocss.js +8 -11
  83. package/server/routes/{gis/cartocss → cartocss/functions}/get.cartocss.js +11 -13
  84. package/server/routes/gis/functions/checkXML.js +107 -0
  85. package/server/routes/gis/functions/dashboard.js +24 -0
  86. package/server/routes/gis/gis.route.js +26 -0
  87. package/server/routes/gis/gis.route.test.js +34 -0
  88. package/server/routes/gis/gis.schema.js +1 -0
  89. package/server/routes/map/{controllers → functions}/clearTiles.js +9 -8
  90. package/server/routes/map/{controllers → functions}/geojson.js +43 -43
  91. package/server/routes/map/{controllers → functions}/gis.convert.js +15 -23
  92. package/server/routes/map/{controllers → functions}/gis.icon.js +23 -10
  93. package/server/routes/map/{controllers → functions}/jsonData.js +72 -71
  94. package/server/routes/map/{controllers → functions}/layerList.js +17 -17
  95. package/server/routes/map/{controllers → functions}/map.js +8 -9
  96. package/server/routes/map/{controllers → functions}/mapCatalog.js +7 -7
  97. package/server/routes/map/functions/mapCatalogAttribute.js +54 -0
  98. package/server/routes/map/{controllers → functions}/mapFeatures.js +22 -18
  99. package/server/routes/map/{controllers → functions}/mapFormat.js +25 -28
  100. package/server/routes/map/{controllers → functions}/mapTiles.js +39 -30
  101. package/server/routes/map/{controllers → functions}/maps.js +3 -3
  102. package/server/routes/map/{controllers → functions}/marker_icon.js +1 -1
  103. package/server/routes/map/{controllers → functions}/parseGeoFile.js +10 -11
  104. package/server/routes/map/{controllers → functions}/pointHeight.js +3 -7
  105. package/server/routes/map/{controllers → functions}/vtile.js +5 -3
  106. package/server/routes/map/{vtile1.js → functions/vtile1.js} +39 -33
  107. package/server/routes/map/map.route.js +280 -0
  108. package/server/routes/map/map.route.test.js +503 -0
  109. package/server/routes/map/map.schema.js +356 -0
  110. package/server/routes/mapnik/{controllers → functions}/clearTiles.js +26 -29
  111. package/server/routes/mapnik/{controllers → functions}/createXml.js +17 -20
  112. package/server/routes/mapnik/{controllers → functions}/createXmlMulti.js +11 -15
  113. package/server/routes/mapnik/{controllers → functions}/fileSearch.js +6 -9
  114. package/server/routes/mapnik/functions/fileStat.js +28 -0
  115. package/server/routes/mapnik/{controllers → functions}/pretile.js +29 -35
  116. package/server/routes/mapnik/{controllers → functions}/rasterInfo.js +19 -10
  117. package/server/routes/mapnik/{controllers → functions}/readDir.js +4 -4
  118. package/server/routes/mapnik/functions/rtile.js +164 -0
  119. package/server/routes/mapnik/{controllers → functions}/uploadRaster.js +19 -24
  120. package/server/routes/mapnik/functions/uploadXML.js +27 -0
  121. package/server/routes/mapnik/mapnik.route.js +102 -0
  122. package/server/routes/mapnik/mapnik.route.test.js +371 -0
  123. package/server/routes/mapnik/mapnik.schema.mjs +190 -0
  124. package/server/routes/mapnik.prefixless/functions/mapnikLogger.js +31 -0
  125. package/server/routes/{mapnik/controllers → mapnik.prefixless/functions}/mapnikStat.js +7 -5
  126. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.js +20 -0
  127. package/server/routes/mapnik.prefixless/mapnik.prefixless.route.test.js +91 -0
  128. package/server/routes/mapnik.prefixless/mapnik.prefixless.schema.mjs +27 -0
  129. package/server/routes/maps/functions/add.map.js +42 -0
  130. package/server/routes/{map/maps → maps/functions}/del.map.js +6 -7
  131. package/server/routes/{map/maps → maps/functions}/get.map.js +12 -11
  132. package/server/routes/maps/maps.route.js +58 -0
  133. package/server/routes/maps/maps.route.test.js +231 -0
  134. package/server/routes/maps/maps.schema.js +10 -0
  135. package/server/routes/metadata/functions/editMetadata.js +35 -0
  136. package/server/routes/metadata/functions/metadataXML.js +19 -0
  137. package/server/routes/metadata/metadata.route.js +26 -0
  138. package/server/routes/metadata/metadata.route.test.js +47 -0
  139. package/server/routes/metadata/metadata.schema.js +53 -0
  140. package/server/routes/{gis/ogc → ogc/functions}/map.info.point.js +22 -29
  141. package/server/routes/ogc/ogc.route.js +21 -0
  142. package/server/routes/ogc/ogc.route.test.js +54 -0
  143. package/server/routes/ogc/ogc.schema.js +16 -0
  144. package/server/routes/permissions/functions/catalog.permissions.edit.js +20 -0
  145. package/server/routes/permissions/functions/catalog.permissions.js +13 -0
  146. package/server/routes/permissions/{controllers → functions}/gis.catalog.js +10 -10
  147. package/server/routes/permissions/permissions.route.js +35 -0
  148. package/server/routes/permissions/permissions.route.test.js +35 -0
  149. package/server/routes/permissions/permissions.schema.js +44 -0
  150. package/server/routes/registers/functions/add.registry.js +37 -0
  151. package/server/routes/{gis/registers/funcs → registers/functions}/classifiers.js +2 -2
  152. package/server/routes/{gis/registers → registers/functions}/del.registry.js +5 -5
  153. package/server/routes/{gis/registers/funcs → registers/functions}/get.info.js +9 -5
  154. package/server/routes/{gis/registers → registers/functions}/gis.export.js +27 -21
  155. package/server/routes/{gis/registers → registers/functions}/gis.registry.js +22 -15
  156. package/server/routes/{gis/registers → registers/functions}/gis.registry.list.js +12 -10
  157. package/server/routes/{gis/registers/funcs → registers/functions}/handleRegistryRequest.js +12 -11
  158. package/server/routes/registers/registers.route.js +80 -0
  159. package/server/routes/registers/registers.route.test.js +145 -0
  160. package/server/routes/registers/registers.schema.js +246 -0
  161. package/server/routes/{gis/services → services/functions}/add.service.js +14 -16
  162. package/server/routes/services/functions/create.route.js +93 -0
  163. package/server/routes/{gis/services → services/functions}/del.service.js +5 -5
  164. package/server/routes/{gis/services → services/functions}/get.service.users.js +15 -13
  165. package/server/routes/services/functions/get.services.col.js +34 -0
  166. package/server/routes/{gis/services → services/functions}/get.services.js +21 -16
  167. package/server/routes/services/services.route.js +76 -0
  168. package/server/routes/services/services.route.test.js +168 -0
  169. package/server/routes/services/services.schema.js +278 -0
  170. package/server/routes/widgets/functions/add.widget.js +39 -0
  171. package/server/routes/widgets/functions/del.widget.js +18 -0
  172. package/server/routes/{map/widgets → widgets/functions}/get.widget.js +12 -11
  173. package/server/routes/widgets/widgets.route.js +61 -0
  174. package/server/routes/widgets/widgets.route.test.js +144 -0
  175. package/server/routes/widgets/widgets.schema.js +25 -0
  176. package/dist/service-JGNtth-y.js +0 -2593
  177. package/module/cls.json +0 -7
  178. package/module/gis/card/gis.metadata.table/main_info.hbs +0 -21
  179. package/module/gis/card/gis.metadata.table/metadata_info.hbs +0 -28
  180. package/module/gis/card/gis.metadata.table/other.hbs +0 -26
  181. package/module/gis/card/gis.rasters.table/main_info.hbs +0 -27
  182. package/module/gis/card/gis.registers.table/cls.hbs +0 -36
  183. package/module/gis/card/gis.registers.table/columns.hbs +0 -89
  184. package/module/gis/card/gis.registers.table/filters.hbs +0 -80
  185. package/module/gis/card/gis.registers.table/main_info.hbs +0 -35
  186. package/module/gis/card/gis.registers.table/source.hbs +0 -45
  187. package/module/gis/card/gis.services.table/attributes.hbs +0 -91
  188. package/module/gis/card/gis.services.table/filters.hbs +0 -83
  189. package/module/gis/card/gis.services.table/main_info.hbs +0 -27
  190. package/module/gis/card/gis.services.table/source.hbs +0 -26
  191. package/module/test/cls/bp_build_type.json +0 -37
  192. package/module/test/cls/doc_status.json +0 -32
  193. package/module/test/cls/ts.temp_status.json +0 -18
  194. package/module/test/cls/ts.temp_structure.ts_class.json +0 -50
  195. package/module/test/cls/ts.temp_type.json +0 -10
  196. package/module/test/layer/bp.json +0 -60
  197. package/module/test/layer/bp1.yml +0 -33
  198. package/module/test/layer/individual.yml +0 -54
  199. package/module/test/layer/ts.linking_passport.yml +0 -56
  200. package/module/test/layer/ts.temp_structure.yml +0 -51
  201. package/module/test/map/bp_myo.json +0 -44
  202. package/module/test/map/bpf.json +0 -44
  203. package/module/test/map/main.json +0 -39
  204. package/module/test/map/mbd.json +0 -92
  205. package/module/test/map/ts.json +0 -53
  206. package/module/test/select/address_id.json +0 -3
  207. package/module/test/select/address_id.sql +0 -8
  208. package/module/test/select/core.user_uid.sql +0 -1
  209. package/module/test/table/data_address.street.table.json +0 -70
  210. package/module/test/table/data_bp_myo.bp.table.json +0 -123
  211. package/server/routes/gis/checkXML.js +0 -117
  212. package/server/routes/gis/dashboard.js +0 -29
  213. package/server/routes/gis/index.mjs +0 -92
  214. package/server/routes/gis/metadata/editMetadata.js +0 -34
  215. package/server/routes/gis/metadata/metadataXML.js +0 -13
  216. package/server/routes/gis/registers/add.registry.js +0 -35
  217. package/server/routes/gis/registers/insert.columns.js +0 -107
  218. package/server/routes/gis/registers/insert.filters.js +0 -110
  219. package/server/routes/gis/services/create.route.js +0 -96
  220. package/server/routes/gis/services/get.services.col.js +0 -33
  221. package/server/routes/map/controllers/mapCatalogAttribute.js +0 -56
  222. package/server/routes/map/index.mjs +0 -259
  223. package/server/routes/map/maps/add.map.js +0 -43
  224. package/server/routes/map/widgets/add.widget.js +0 -39
  225. package/server/routes/map/widgets/del.widget.js +0 -23
  226. package/server/routes/mapnik/controllers/fileStat.js +0 -28
  227. package/server/routes/mapnik/controllers/mapnikLogger.js +0 -29
  228. package/server/routes/mapnik/controllers/rtile.js +0 -167
  229. package/server/routes/mapnik/index.js +0 -40
  230. package/server/routes/permissions/controllers/catalog.permissions.edit.js +0 -22
  231. package/server/routes/permissions/controllers/catalog.permissions.js +0 -8
  232. package/server/routes/permissions/index.mjs +0 -18
  233. /package/server/routes/map/{controllers/pin → pin}/circle1.svg +0 -0
  234. /package/server/routes/map/{controllers/pin → pin}/circle2.svg +0 -0
  235. /package/server/routes/map/{controllers/pin → pin}/none.svg +0 -0
  236. /package/server/routes/map/{controllers/pin → pin}/pin.svg +0 -0
  237. /package/server/routes/map/{controllers/pin → pin}/pin1.svg +0 -0
  238. /package/server/routes/map/{controllers/pin → pin}/pin2.svg +0 -0
  239. /package/server/routes/map/{controllers/pin → pin}/pin3.svg +0 -0
  240. /package/server/routes/map/{controllers/pin → pin}/pin4.svg +0 -0
  241. /package/server/routes/map/{controllers/pin → pin}/pin5.svg +0 -0
  242. /package/server/routes/map/{controllers/pin → pin}/pin6.svg +0 -0
  243. /package/server/routes/map/{controllers/pin → pin}/pin7.svg +0 -0
  244. /package/server/routes/permissions/{controllers/utils → functions}/get.permissions.js +0 -0
  245. /package/server/routes/{gis/registers/funcs → registers/functions}/columns.js +0 -0
  246. /package/server/routes/{gis/registers/funcs → registers/functions}/content.type.js +0 -0
  247. /package/server/routes/{gis/registers → registers/functions}/map.registry.js +0 -0
  248. /package/server/routes/{gis/services → services/functions}/get.layer.geom.js +0 -0
  249. /package/server/routes/{gis/services → services/functions}/legend.auto.js +0 -0
@@ -1,37 +0,0 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Нове будівництво",
5
- "color": "#34c0ea"
6
- },
7
- {
8
- "id": "2",
9
- "text": "Реконструкція",
10
- "color": "#b54aa2"
11
- },
12
- {
13
- "id": "3",
14
- "text": "Реставрація",
15
- "color": "#7f74da"
16
- },
17
- {
18
- "id": "4",
19
- "text": "Капітальний ремонт",
20
- "color": "#f8ac59"
21
- },
22
- {
23
- "id": "5",
24
- "text": "Реконструкція без зміни зовнішніх геометричних розмірів",
25
- "color": "#17a2b8"
26
- },
27
- {
28
- "id": "6",
29
- "text": "Реставрація без зміни зовнішніх геометричних розмірів",
30
- "color": "#F08FA1"
31
- },
32
- {
33
- "id": "7",
34
- "text": "Існуюча забудова",
35
- "color": "green"
36
- }
37
- ]
@@ -1,32 +0,0 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Діючий",
5
- "color": "#1ab394"
6
- },
7
- {
8
- "id": "2",
9
- "text": "Зупинений",
10
- "color": "#ed82c8"
11
- },
12
- {
13
- "id": "3",
14
- "text": "Скасований",
15
- "color": "#4a4a4a"
16
- },
17
- {
18
- "id": "5",
19
- "text": "Проектний",
20
- "color": "#6495ed"
21
- },
22
- {
23
- "id": "7",
24
- "text": "Очікує розгляду",
25
- "color": "#92b8ef"
26
- },
27
- {
28
- "id": "10",
29
- "text": "Архівний",
30
- "color": "#d48428"
31
- }
32
- ]
@@ -1,18 +0,0 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Демонтована"
5
- },
6
- {
7
- "id": "2",
8
- "text": "Підлягає демонтажу у зв’язку з анулюванням паспорту прив'язки"
9
- },
10
- {
11
- "id": "3",
12
- "text": "Підлягає демонтажу у зв’язку з самовільним встановленням ТС"
13
- },
14
- {
15
- "id": "4",
16
- "text": "Підлягає демонтажу у зв’язку завершенням терміну дії паспорту прив’язки"
17
- }
18
- ]
@@ -1,50 +0,0 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Павільйон"
5
- },
6
- {
7
- "id": "2",
8
- "text": "Кіоск"
9
- },
10
- {
11
- "id": "3",
12
- "text": "Відкритий майданчик для харчування"
13
- },
14
- {
15
- "id": "4",
16
- "text": "Лоток"
17
- },
18
- {
19
- "id": "5",
20
- "text": "Палатка"
21
- },
22
- {
23
- "id": "6",
24
- "text": "Лавка-автопричіп"
25
- },
26
- {
27
- "id": "7",
28
- "text": "Торговий ряд"
29
- },
30
- {
31
- "id": "8",
32
- "text": "Альтанка"
33
- },
34
- {
35
- "id": "9",
36
- "text": "Гараж"
37
- },
38
- {
39
- "id": "10",
40
- "text": "Автокав’ярня"
41
- },
42
- {
43
- "id": "11",
44
- "text": "Типова ТС"
45
- },
46
- {
47
- "id": "12",
48
- "text": "Пересувний засіб дрібнороздільної торговельної мережі"
49
- }
50
- ]
@@ -1,10 +0,0 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Тимчасова споруда з паспортом прив’язки"
5
- },
6
- {
7
- "id": "2",
8
- "text": "Самовільно встановлена"
9
- }
10
- ]
@@ -1,60 +0,0 @@
1
- {
2
- "service": "vtile",
3
- "source_path": "data_bp_myo.bp",
4
- "name": "Будівельні паспорти Template",
5
- "visible": true,
6
- "popup": [
7
- {
8
- "ua": "Назва замовника",
9
- "name": "bp_customer_name",
10
- "meta": "title"
11
- },
12
- {
13
- "label": "Реєстраційний номер БП",
14
- "name": "bp_code",
15
- "format":"badge"
16
- },
17
- {
18
- "label": "Адреса",
19
- "name": "address"
20
- }
21
- ],
22
- "card": [
23
- {
24
- "label": "Реєстраційний номер БП",
25
- "name": "bp_code",
26
- "format": "text"
27
- },
28
- {
29
- "ua": "Адреса",
30
- "name": "address",
31
- "format": "text"
32
- },
33
- {
34
- "ua": "Вид будівництва",
35
- "data": "bp_build_type",
36
- "name": "bp_build_type",
37
- "format": "badge",
38
- "view_type": "features"
39
- },
40
- {
41
- "ua": "Назва замовника",
42
- "name": "bp_customer_name",
43
- "format": "text"
44
- },
45
- {
46
- "ua": "Статус документа",
47
- "data": "doc_status",
48
- "name": "bp_doc_status",
49
- "format": "badge"
50
- }
51
- ],
52
- "style": {
53
- "type": "point",
54
- "color": "blue",
55
- "width": 2,
56
- "radius":10,
57
- "border": 1,
58
- "opacity": 0.4
59
- }
60
- }
@@ -1,33 +0,0 @@
1
- source_path: data_bp_myo.bp
2
- name: Будівельні паспорти Template
3
- visible: true
4
- style:
5
- type: point
6
- color: '#d970d5'
7
- width: 2
8
- radius: 10
9
- border: 1
10
- opacity: 0.4
11
- popup:
12
- - ua: Назва замовника
13
- name: bp_customer_name
14
- meta: title
15
- - label: Реєстраційний номер БП
16
- name: bp_code
17
- format: badge
18
- - label: Адреса
19
- name: address
20
- card:
21
- - label: Реєстраційний номер БП
22
- name: bp_code
23
- - ua: Адреса
24
- name: address
25
- - ua: Вид будівництва
26
- data: bp_build_type
27
- name: bp_build_type
28
- - ua: Назва замовника
29
- name: bp_customer_name
30
- - ua: Статус документа
31
- data: doc_status
32
- name: bp_doc_status
33
-
@@ -1,54 +0,0 @@
1
- # Title: Parcel Polygon
2
-
3
- name: ФОП
4
- source_path: economy_profile.individual
5
- query: 1=1
6
-
7
- style:
8
- type: point
9
- color: orange
10
- width: 1
11
- border: 1
12
- opacity: 0.6
13
- stroke: "#eee"
14
-
15
- popup:
16
- - name: registration_date
17
- meta: title
18
- - ua: Назва замовника
19
- name: bp_customer_name
20
- meta: title
21
- - label: Реєстраційний номер БП
22
- name: bp_code
23
- format: badge
24
- - label: Адреса
25
- name: address
26
-
27
- card:
28
- - label: Адреса
29
- name: address
30
-
31
-
32
- filters:
33
- - name: registration_date
34
- label: Дата реєстрації
35
- type: date
36
- - name: fop_status
37
- label: Статус
38
- type: Autocomplete
39
- data: fop_status
40
-
41
- - name: address_id
42
- label: Адреса
43
- type: Autocomplete
44
- data: reg_address_id
45
- - name: kved_main
46
- label: КВЕД (основний)
47
- type: Autocomplete
48
- data: kved_main
49
- - name: before_local_budget
50
- label: Податковий борг перед місцевим бюджетом
51
- type: Range
52
- - name: before_state_budget
53
- label: Податковий борг перед державним бюджетом
54
- type: Range
@@ -1,56 +0,0 @@
1
- title: Паспорти прив'язки тимчасових споруд
2
- table_name: ts.linking_passport
3
- category:
4
-
5
- style:
6
- type: polygon
7
- color: gray
8
- colorAttr: lp_status
9
- colorSet:
10
- 1: '#28a745'
11
- 2: '#dc3545'
12
- 3: '#ffc107'
13
- 4: 'purple'
14
- width: 2
15
- border: 1
16
- nocache: 1
17
- stroke: "#eee"
18
-
19
- setting:
20
- popup: [reg_num]
21
- title: {
22
- reg_num: Реєстраційний номер паспорту прив’язки,
23
- name: Назва тимчасової споруди
24
- }
25
- card_type: list
26
- card_list: [
27
- reg_num,
28
- application_id,
29
- reg_date,
30
- reg_date_to,
31
- lp_status,
32
- done_status,
33
- name,
34
- ts_class,
35
- type_building,
36
- address_id
37
- ]
38
- cls: { application_id: ts.application.table, lp_status: ts.temp_struct_status, done_status: ts.done_status, ts_class: ts.tech_structure, type_building: ts.type_build, address_id: address.address_id}
39
-
40
- filter_list:
41
- - name: application_id
42
- title: Заява
43
- data: ts.application_id
44
- type: Autocomplete
45
- inline: true
46
- - name: lp_status
47
- title: Статус паспорту прив’язки
48
- data: ts.temp_struct_status
49
- type: Check
50
- inline: true
51
- - name: reg_date
52
- title: Дата видачі паспорту прив’язки
53
- type: Date
54
- - name: reg_date_to
55
- title: Паспорт прив’язки дійсний до
56
- type: Date
@@ -1,51 +0,0 @@
1
- title: Тимчасова споруди
2
- table_name: ts.temp_structure
3
- category:
4
-
5
- style:
6
- type: polygon
7
- color: purple
8
- width: 2
9
- border: 1
10
- nocache: 1
11
- stroke: "purple"
12
-
13
- setting:
14
- popup: [ name ]
15
- title: {
16
- linking_passport_id: Паспорт прив'язки,
17
- name: Назва тимчасової споруди
18
- }
19
- card_type: list
20
- card_list: [
21
- name,
22
- temp_structure_type,
23
- linking_passport_id,
24
- reg_date_to,
25
- lp_status,
26
- done_status,
27
- name,
28
- ts_class,
29
- type_building,
30
- address_id
31
- ]
32
- cls: { temp_structure_type: ts.temp_type, lp_status: ts.temp_struct_status, linking_passport_id: ts.linking_passport_id, temp_structure_status: ts.temp_status, ts_class: ts.tech_structure, type_building: ts.type_build, address_id: address.address_id }
33
-
34
- filter_list:
35
- - name: temp_structure_type
36
- title: Вид тимчасової споруди
37
- data: ts.temp_type
38
- type: Autocomplete
39
- inline: true
40
- - name: name
41
- title: Назва
42
- type: Text
43
- - name: linking_passport_id
44
- title: Паспорт прив'язки
45
- type: Autocomplete
46
- data: ts.linking_passport_id
47
- - name: temp_structure_status
48
- title: Статус тимчасової споруди
49
- type: Check
50
- data: ts.temp_status
51
- inline: true
@@ -1,44 +0,0 @@
1
- {
2
- "history": true,
3
- "name": "Буд. паспорти та Містобудівні умови й обмеження",
4
- "height": "calc(100vh - 65px)",
5
- "center": [
6
- 34.65450,
7
- 48.51174
8
- ],
9
- "zoom": 11,
10
- "layers": [
11
- "3c95e341465d",
12
- "dbcb186818e3"
13
- ],
14
- "widgets": [
15
- {
16
- "type": "search",
17
- "position": "top-left"
18
- },
19
- {
20
- "type": "info",
21
- "position": "top-left",
22
- "config": {
23
- "title": "Містобудівна документація",
24
- "content": "<p style='font-size: 14px; color: #34495E;'>Затверджені текстові і графічні матеріали, якими регулюється планування, забудова та інше використання територій.</p>"
25
- }
26
- },
27
- {
28
- "type": "layers",
29
- "position": "top-left",
30
- "config": {
31
- "title": "Шари мапи",
32
- "description": "Доступні шари мапи містобудівна документація"
33
- }
34
- },
35
- {
36
- "type": "basemaps",
37
- "position": "bottom-left"
38
- },
39
- {
40
- "type": "legend",
41
- "position": "bottom-right"
42
- }
43
- ]
44
- }
@@ -1,44 +0,0 @@
1
- {
2
- "history": true,
3
- "height": "calc(100vh - 65px)",
4
- "center": [
5
- 34.65450,
6
- 48.51174
7
- ],
8
- "layers":["bp1"],
9
- "widgets": [
10
- {
11
- "type": "info",
12
- "position": "top-left",
13
- "config": {
14
- "title": "Будівельні паспорти",
15
- "content": "<p style='font-size: 14px; color: #34495E;'>Затверджені текстові і графічні матеріали, якими регулюється планування, забудова та інше використання територій.</p>"
16
- }
17
- },
18
- {
19
- "type": "layers",
20
- "position": "top-left",
21
- "visible": true
22
- },
23
- {
24
- "type": "dataset",
25
- "position": "top-right",
26
- "title": "Густота населення",
27
- "config": {
28
- "layer": "bp",
29
- "attribute": "status"
30
- },
31
- "visible": true
32
- },
33
-
34
-
35
- {
36
- "type": "basemaps",
37
- "position": "bottom-left",
38
- "title": "Базові карти",
39
- "visible": true
40
- }
41
-
42
- ]
43
-
44
- }
@@ -1,39 +0,0 @@
1
- {
2
- "history": true,
3
- "height": "calc(100vh - 65px)",
4
- "center": [
5
- 34.65450,
6
- 48.51174
7
- ],
8
- "zoom": 11,
9
- "widgets": [
10
-
11
- {
12
- "type": "catalog",
13
- "position": "top-left"
14
-
15
- },
16
- {
17
- "type": "legend",
18
- "position": "bottom-right"
19
- },
20
-
21
- {
22
- "type": "basemaps",
23
- "position": "bottom-left",
24
- "title": "Базові карти",
25
- "visible": true
26
- }
27
-
28
- ],
29
-
30
- "tools": [
31
- "home",
32
- "geolocation",
33
- "length",
34
- "ruler",
35
- "area",
36
- "print",
37
- "add-data"
38
- ]
39
- }
@@ -1,92 +0,0 @@
1
- {
2
- "history": true,
3
- "height": "calc(100vh - 65px)",
4
- "center": [
5
- 34.65450,
6
- 48.51174
7
- ],
8
- "layers":["9587e69d35fd"],
9
- "widgets": [
10
- {
11
- "type": "info",
12
- "position": "top-left",
13
- "config": {
14
- "title": "Містобудівна документація",
15
- "content": "<p style='font-size: 14px; color: #34495E;'>Затверджені текстові і графічні матеріали, якими регулюється планування, забудова та інше використання територій.</p>"
16
- }
17
- },
18
- {
19
- "type": "layers",
20
- "position": "bottom-left",
21
- "visible": true
22
- },
23
- {
24
- "type": "dataset",
25
- "position": "top-left",
26
- "title": "Густота населення",
27
- "config": {
28
- "layer": "9587e69d35fd",
29
- "list":[{"id":"status","text":"Статус" },{"id":"type_work_id","text":"Тип робіт"}]
30
- },
31
- "visible": true
32
- },
33
-
34
-
35
- {
36
- "type": "legend",
37
- "position": "bottom-right",
38
- "config": {
39
- "width": "200px",
40
- "items": [
41
- {
42
- "label": "Чинна",
43
- "color": "#00FF00",
44
- "shape": "circle",
45
- "count": 4
46
- },
47
- {
48
- "label": "Втратила чинність",
49
- "color": "red",
50
- "shape": "circle",
51
- "count": 1
52
- },
53
- {
54
- "label": "Завантажено",
55
- "color": "brown",
56
- "shape": "circle"
57
- }
58
- ]
59
- }
60
- },
61
- {
62
- "type": "filters",
63
- "position": "absolute",
64
- "style": {
65
- "top": "20px",
66
- "left": "430px",
67
- "width": "1200px"
68
- },
69
- "title": "Фільтри (absolute)",
70
- "config": {
71
- "layer": "9587e69d35fd",
72
- "layout":"inline"
73
- }
74
- },
75
- {
76
- "type": "basemaps",
77
- "position": "bottom-left",
78
- "title": "Базові карти",
79
- "visible": true
80
- }
81
-
82
- ],
83
-
84
- "tools": [
85
- "home",
86
- "geolocation",
87
- "length",
88
- "ruler",
89
- "area",
90
- "print"
91
- ]
92
- }
@@ -1,53 +0,0 @@
1
- {
2
- "history": true,
3
- "height": "calc(100vh - 65px)",
4
- "center": [
5
- 34.65450,
6
- 48.51174
7
- ],
8
- "zoom": 11,
9
- "layers": ["ed67980cd690"],
10
- "widgets": [
11
- {
12
- "type": "info",
13
- "position": "top-left",
14
- "config": {
15
- "title": "Тимчасові споруди",
16
- "content": "<p style='font-size: 14px; color: #34495E;'>Інформація про тимчасові споруди встановлені на території м. Кам'янське</p>"
17
- }
18
- },
19
- {
20
- "type": "dataset",
21
- "position": "top-left",
22
- "config": {
23
- "layer":"ed67980cd690",
24
- "attribute":"temp_structure_type",
25
- "colors":{
26
- "1":"#3a7a57",
27
- "2":"#8e4484"
28
- }
29
- }
30
- },
31
- {
32
- "type": "layers",
33
- "visible":false
34
- },
35
- {
36
- "type": "legend",
37
- "position":"bottom-right"
38
- },
39
- {
40
- "type": "basemaps",
41
- "position": "bottom-left",
42
- "title": "Базові карти"
43
- }
44
- ],
45
- "tools": [
46
- "home",
47
- "geolocation",
48
- "length",
49
- "ruler",
50
- "area",
51
- "print"
52
- ]
53
- }
@@ -1,3 +0,0 @@
1
- {
2
- "extra": true
3
- }