@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,7 +1,7 @@
1
1
  import { defineComponent as F, mergeModels as O, defineAsyncComponent as I, useModel as R, ref as y, watch as K, openBlock as o, createElementBlock as s, createElementVNode as e, createVNode as $, unref as x, withCtx as S, createStaticVNode as V, useSlots as P, computed as H, Fragment as b, createTextVNode as U, createCommentVNode as N, renderList as A, normalizeStyle as Q, toDisplayString as M, normalizeClass as z, withModifiers as X, createBlock as Y, resolveDynamicComponent as ee, withDirectives as te, renderSlot as ne } from "vue";
2
2
  import { notify as E } from "@opengis/core";
3
3
  import { Edit as le, Trash as oe } from "lucide-vue-next";
4
- import { _ as u } from "./index-CdB0VXro.js";
4
+ import { _ as u } from "./index-C6W8IkTm.js";
5
5
  const se = { class: "flex items-center justify-center col-span-3 gap-2" }, re = { class: "flex justify-end p-[20px] gap-[10px] border-t w-full" }, ie = /* @__PURE__ */ F({
6
6
  __name: "vs-datatable-controls",
7
7
  props: /* @__PURE__ */ O({
@@ -725,12 +725,11 @@ const kt = /* @__PURE__ */ u(pt, [["render", wt]]), W = {
725
725
  ])
726
726
  ])) : (o(), s(b, { key: 1 }, [
727
727
  a.slot && g(a.slot) ? ne(i.$slots, a.slot, {
728
- key: 0,
729
728
  row: l,
730
729
  column: a,
731
730
  value: l[a.key],
732
731
  rowIndex: f
733
- }, void 0, !0) : a.type === "color" ? (o(), s("div", zt, [
732
+ }, void 0, !0, 0) : a.type === "color" ? (o(), s("div", zt, [
734
733
  e("div", {
735
734
  class: z(["w-4 h-4 rounded-full align-middle", `bg-[${l[a.key]}]`])
736
735
  }, null, 2)
@@ -1,22 +1,22 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.metadata, form: gis.metadata.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container
8
- col: 5
9
- items:
10
- - name: main_info
11
- - component: vs-widget-map
12
- title: Просторове охоплення
13
- - component: vs-widget-file
14
- - type: tabs
15
- col: 7
16
- items:
17
- - name: metadata_info
18
- title: Просторове охоплення
19
- - name: other
20
- title: Інше
21
- - component: vs-widget-history
22
- title: Історія
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.metadata, form: gis.metadata.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+ - component: vs-widget-map
12
+ title: Просторове охоплення
13
+ - component: vs-widget-file
14
+ - type: tabs
15
+ col: 7
16
+ items:
17
+ - name: metadata_info
18
+ title: Просторове охоплення
19
+ - name: other
20
+ title: Інше
21
+ - component: vs-widget-history
22
+ title: Історія
@@ -1,11 +1,11 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.rasters, form: gis.rasters.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container
8
- col: 5
9
- items:
10
- - name: main_info
11
-
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.rasters, form: gis.rasters.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+
@@ -1,24 +1,24 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.registers, form: gis.registers.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container # закріплений зліва container col, width як простіше
8
- col: 5
9
- items:
10
- - name: main_info
11
-
12
- - type: tabs
13
- col: 7
14
- items:
15
- - name: source
16
- title: Джерело даних
17
- - name: columns
18
- title: Колонки
19
- - name: filters
20
- title: Фільтри
21
- - name: cls
22
- title: Класифікатори
23
- - component: vs-widget-history
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.registers, form: gis.registers.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container # закріплений зліва container col, width як простіше
8
+ col: 5
9
+ items:
10
+ - name: main_info
11
+
12
+ - type: tabs
13
+ col: 7
14
+ items:
15
+ - name: source
16
+ title: Джерело даних
17
+ - name: columns
18
+ title: Колонки
19
+ - name: filters
20
+ title: Фільтри
21
+ - name: cls
22
+ title: Класифікатори
23
+ - component: vs-widget-history
24
24
  title: Історія редагування
@@ -1,25 +1,25 @@
1
- component: default
2
-
3
- tokens:
4
- edit: { table: gis.services, form: gis.services.form, id: '{{id}}', ignoreCheck: true }
5
-
6
- panels:
7
- - type: container # закріплений зліва container col, width як простіше
8
- col: 4
9
- items:
10
- - name: main_info
11
-
12
- - type: tabs
13
- col: 8
14
- items:
15
- - component: vs-widget-map-extended
16
- title: Шар
17
- height: 500px
18
- - name: source
19
- title: Інформація про джерело
20
- - name: attributes
21
- title: Атрибути
22
- - name: filters
23
- title: Фільтри
24
- - component: vs-style-yml
25
- title: Стилізація
1
+ component: default
2
+
3
+ tokens:
4
+ edit: { table: gis.services, form: gis.services.form, id: '{{id}}', ignoreCheck: true }
5
+
6
+ panels:
7
+ - type: container # закріплений зліва container col, width як простіше
8
+ col: 4
9
+ items:
10
+ - name: main_info
11
+
12
+ - type: tabs
13
+ col: 8
14
+ items:
15
+ - component: vs-widget-map-extended
16
+ title: Шар
17
+ height: 500px
18
+ - name: source
19
+ title: Інформація про джерело
20
+ - name: attributes
21
+ title: Атрибути
22
+ - name: filters
23
+ title: Фільтри
24
+ - component: vs-style-yml
25
+ title: Стилізація
@@ -1,12 +1,12 @@
1
- [
2
- {
3
- "id": true,
4
- "text": "Так",
5
- "color": "green"
6
- },
7
- {
8
- "id": false,
9
- "text": "Ні",
10
- "color": "red"
11
- }
12
- ]
1
+ [
2
+ {
3
+ "id": true,
4
+ "text": "Так",
5
+ "color": "green"
6
+ },
7
+ {
8
+ "id": false,
9
+ "text": "Ні",
10
+ "color": "red"
11
+ }
12
+ ]
@@ -1,14 +1,14 @@
1
- [
2
- {
3
- "id": "UTF-8",
4
- "text": "UTF-8"
5
- },
6
- {
7
- "id": "CP1251",
8
- "text": "CP1251"
9
- },
10
- {
11
- "id": "LATIN-1",
12
- "text": "LATIN-1"
13
- }
14
- ]
1
+ [
2
+ {
3
+ "id": "UTF-8",
4
+ "text": "UTF-8"
5
+ },
6
+ {
7
+ "id": "CP1251",
8
+ "text": "CP1251"
9
+ },
10
+ {
11
+ "id": "LATIN-1",
12
+ "text": "LATIN-1"
13
+ }
14
+ ]
@@ -1,14 +1,14 @@
1
- [
2
- {
3
- "id": "point",
4
- "text": "Точкові об'єкти"
5
- },
6
- {
7
- "id": "line",
8
- "text": "Лінійні об'єкти"
9
- },
10
- {
11
- "id": "polygon",
12
- "text": "Полігональні об'єкти"
13
- }
14
- ]
1
+ [
2
+ {
3
+ "id": "point",
4
+ "text": "Точкові об'єкти"
5
+ },
6
+ {
7
+ "id": "line",
8
+ "text": "Лінійні об'єкти"
9
+ },
10
+ {
11
+ "id": "polygon",
12
+ "text": "Полігональні об'єкти"
13
+ }
14
+ ]
@@ -1,34 +1,34 @@
1
- [
2
- {
3
- "id": "text",
4
- "text": "text"
5
- },
6
- {
7
- "id": "select",
8
- "text": "select"
9
- },
10
- {
11
- "id": "badge",
12
- "text": "badge"
13
- },
14
- {
15
- "id": "number",
16
- "text": "number"
17
- },
18
- {
19
- "id": "date",
20
- "text": "date"
21
- },
22
- {
23
- "id": "yes/no",
24
- "text": "yes/no"
25
- },
26
- {
27
- "id": "tags",
28
- "text": "tags"
29
- },
30
- {
31
- "id": "file",
32
- "text": "file"
33
- }
34
- ]
1
+ [
2
+ {
3
+ "id": "text",
4
+ "text": "text"
5
+ },
6
+ {
7
+ "id": "select",
8
+ "text": "select"
9
+ },
10
+ {
11
+ "id": "badge",
12
+ "text": "badge"
13
+ },
14
+ {
15
+ "id": "number",
16
+ "text": "number"
17
+ },
18
+ {
19
+ "id": "date",
20
+ "text": "date"
21
+ },
22
+ {
23
+ "id": "yes/no",
24
+ "text": "yes/no"
25
+ },
26
+ {
27
+ "id": "tags",
28
+ "text": "tags"
29
+ },
30
+ {
31
+ "id": "file",
32
+ "text": "file"
33
+ }
34
+ ]
@@ -1,26 +1,26 @@
1
- [
2
- {
3
- "id": "title",
4
- "text": "Заголовок"
5
- },
6
- {
7
- "id": "subtitle",
8
- "text": "Підзаголовок"
9
- },
10
- {
11
- "id": "features",
12
- "text": "Опис"
13
- },
14
- {
15
- "id": "tags",
16
- "text": "Ключові слова"
17
- },
18
- {
19
- "id": "image",
20
- "text": "Зображення"
21
- },
22
- {
23
- "id": "other",
24
- "text": "Інше"
25
- }
26
- ]
1
+ [
2
+ {
3
+ "id": "title",
4
+ "text": "Заголовок"
5
+ },
6
+ {
7
+ "id": "subtitle",
8
+ "text": "Підзаголовок"
9
+ },
10
+ {
11
+ "id": "features",
12
+ "text": "Опис"
13
+ },
14
+ {
15
+ "id": "tags",
16
+ "text": "Ключові слова"
17
+ },
18
+ {
19
+ "id": "image",
20
+ "text": "Зображення"
21
+ },
22
+ {
23
+ "id": "other",
24
+ "text": "Інше"
25
+ }
26
+ ]
@@ -1,22 +1,22 @@
1
- [
2
- {
3
- "id": "Text",
4
- "text": "Text"
5
- },
6
- {
7
- "id": "Check",
8
- "text": "Check"
9
- },
10
- {
11
- "id": "Autocomplete",
12
- "text": "Autocomplete"
13
- },
14
- {
15
- "id": "Range",
16
- "text": "Range"
17
- },
18
- {
19
- "id": "Date",
20
- "text": "Date"
21
- }
22
- ]
1
+ [
2
+ {
3
+ "id": "Text",
4
+ "text": "Text"
5
+ },
6
+ {
7
+ "id": "Check",
8
+ "text": "Check"
9
+ },
10
+ {
11
+ "id": "Autocomplete",
12
+ "text": "Autocomplete"
13
+ },
14
+ {
15
+ "id": "Range",
16
+ "text": "Range"
17
+ },
18
+ {
19
+ "id": "Date",
20
+ "text": "Date"
21
+ }
22
+ ]
@@ -1,10 +1,10 @@
1
- [
2
- {
3
- "id": "en",
4
- "text": "Англійська"
5
- },
6
- {
7
- "id": "ua",
8
- "text": "Українська"
9
- }
10
- ]
1
+ [
2
+ {
3
+ "id": "en",
4
+ "text": "Англійська"
5
+ },
6
+ {
7
+ "id": "ua",
8
+ "text": "Українська"
9
+ }
10
+ ]
@@ -1,43 +1,43 @@
1
- [
2
- {
3
- "id": "geojson",
4
- "text": "GeoJSON",
5
- "color": "orange"
6
- },
7
- {
8
- "id": "vtile",
9
- "text": "Vector Tile",
10
- "color": "green"
11
- },
12
- {
13
- "id": "wms",
14
- "text": "WMS",
15
- "color": "blue"
16
- },
17
- {
18
- "id": "wfs",
19
- "text": "WFS",
20
- "color": "cyan"
21
- },
22
- {
23
- "id": "wmts",
24
- "text": "WMTS",
25
- "color": "purple"
26
- },
27
- {
28
- "id": "tms",
29
- "text": "TMS",
30
- "color": "indigo"
31
- },
32
- {
33
- "id": "raster",
34
- "text": "Raster",
35
- "color": "brown"
36
- },
37
- {
38
- "id": "other",
39
- "text": "Інше",
40
- "color": "gray"
41
- }
42
- ]
1
+ [
2
+ {
3
+ "id": "geojson",
4
+ "text": "GeoJSON",
5
+ "color": "orange"
6
+ },
7
+ {
8
+ "id": "vtile",
9
+ "text": "Vector Tile",
10
+ "color": "green"
11
+ },
12
+ {
13
+ "id": "wms",
14
+ "text": "WMS",
15
+ "color": "blue"
16
+ },
17
+ {
18
+ "id": "wfs",
19
+ "text": "WFS",
20
+ "color": "cyan"
21
+ },
22
+ {
23
+ "id": "wmts",
24
+ "text": "WMTS",
25
+ "color": "purple"
26
+ },
27
+ {
28
+ "id": "tms",
29
+ "text": "TMS",
30
+ "color": "indigo"
31
+ },
32
+ {
33
+ "id": "raster",
34
+ "text": "Raster",
35
+ "color": "brown"
36
+ },
37
+ {
38
+ "id": "other",
39
+ "text": "Інше",
40
+ "color": "gray"
41
+ }
42
+ ]
43
43
 
@@ -1,22 +1,22 @@
1
- [
2
- {
3
- "id": "tms",
4
- "text": "TMS"
5
- },
6
- {
7
- "id": "wms",
8
- "text": "WMS"
9
- },
10
- {
11
- "id": "wfs",
12
- "text": "WFS"
13
- },
14
- {
15
- "id": "wtms",
16
- "text": "WTMS"
17
- },
18
- {
19
- "id": "wcs",
20
- "text": "WCS"
21
- }
1
+ [
2
+ {
3
+ "id": "tms",
4
+ "text": "TMS"
5
+ },
6
+ {
7
+ "id": "wms",
8
+ "text": "WMS"
9
+ },
10
+ {
11
+ "id": "wfs",
12
+ "text": "WFS"
13
+ },
14
+ {
15
+ "id": "wtms",
16
+ "text": "WTMS"
17
+ },
18
+ {
19
+ "id": "wcs",
20
+ "text": "WCS"
21
+ }
22
22
  ]
@@ -1,10 +1,10 @@
1
- [
2
- {
3
- "id": "database",
4
- "text": "Табличка в БД"
5
- },
6
- {
7
- "id": "url",
8
- "text": "Посилання"
9
- }
10
- ]
1
+ [
2
+ {
3
+ "id": "database",
4
+ "text": "Табличка в БД"
5
+ },
6
+ {
7
+ "id": "url",
8
+ "text": "Посилання"
9
+ }
10
+ ]
@@ -1,6 +1,6 @@
1
- [
2
- {
3
- "id": "4",
4
- "text": "ISO/TS 19139:2007, Geographic information - Metadata – XML Schema Implementation"
5
- }
6
- ]
1
+ [
2
+ {
3
+ "id": "4",
4
+ "text": "ISO/TS 19139:2007, Geographic information - Metadata – XML Schema Implementation"
5
+ }
6
+ ]