@opengis/gis 0.2.183 → 0.2.185
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/dist/{CardIcon-CKcvisBB.js → CardIcon-C3cCdpvO.js} +1 -1
- package/dist/{EntityTablePage-Dj4Ysqkw.js → EntityTablePage-D0hDbacp.js} +1 -1
- package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-zNchIX_P.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-8ervbwRu.js} +1 -1
- package/dist/{MapSettings-DH7BzcxB.js → MapSettings-BQak-606.js} +1 -1
- package/dist/{MapToolbarRight.vue_vue_type_script_setup_true_lang-B5aTyoyH.js → MapToolbarRight.vue_vue_type_script_setup_true_lang-D5Q1QqS8.js} +1 -1
- package/dist/{RastersTablePage-BjgVVZDP.js → RastersTablePage-DbiK7bD4.js} +1 -1
- package/dist/{cartocss-B-5m_Jgg.js → cartocss-H7PBnoyC.js} +37 -37
- package/dist/{import-utils-Bzs6QWW3.js → import-utils-BYsmUngb.js} +1 -1
- package/dist/{index-DhmYISKS.js → index-Bd_JFn54.js} +4785 -4722
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +25 -25
- package/dist/{raster-XFH5nm6L.js → raster-DzFKHCJf.js} +3 -3
- package/dist/{register-CNWivGIA.js → register-ChSxZGlt.js} +3 -3
- package/dist/{service-CAelhYEL.js → service-DB7wy37J.js} +5 -5
- package/dist/{vs-datatable-DkR1zed2.js → vs-datatable-BvSBnibk.js} +2 -3
- package/module/gis/card/gis.metadata.table/index.yml +22 -22
- package/module/gis/card/gis.rasters.table/index.yml +11 -11
- package/module/gis/card/gis.registers.table/index.yml +23 -23
- package/module/gis/card/gis.services.table/index.yml +25 -25
- package/module/gis/cls/bool.yes_no.json +12 -12
- package/module/gis/cls/encoding.json +14 -14
- package/module/gis/cls/geom_type.json +14 -14
- package/module/gis/cls/gis.column_type.json +34 -34
- package/module/gis/cls/gis.column_view_type.json +26 -26
- package/module/gis/cls/gis.filter_type.json +22 -22
- package/module/gis/cls/language.json +10 -10
- package/module/gis/cls/meta.service_type.json +42 -42
- package/module/gis/cls/ogc.service.json +21 -21
- package/module/gis/cls/source_type.json +10 -10
- package/module/gis/cls/standarts.json +6 -6
- package/module/gis/cls/topic_category.json +106 -106
- package/module/gis/cls/update_frequency.json +29 -29
- package/module/gis/cls/view.json +21 -21
- package/module/gis/form/feedback.answer.form.json +10 -10
- package/module/gis/form/gis.cartocss.form.json +64 -64
- package/module/gis/form/gis.group_list.form.json +17 -17
- package/module/gis/form/gis.maps.form.json +61 -61
- package/module/gis/form/gis.metadata.form.json +240 -240
- package/module/gis/form/gis.metadata_new.form.json +195 -195
- package/module/gis/form/gis.ogc_service.form.json +51 -51
- package/module/gis/form/gis.rasters.form.json +76 -76
- package/module/gis/form/gis.registers_column.form.json +84 -84
- package/module/gis/form/gis.registers_filter.form.json +65 -65
- package/module/gis/form/gis.services.form.json +111 -111
- package/module/gis/form/gis.services_attributes.form.json +75 -75
- package/module/gis/form/gis.services_filter.form.json +65 -65
- package/module/gis/menu.json +43 -43
- package/module/gis/select/admin.cls.name.sql +9 -9
- package/module/gis/select/layer_list.sql +7 -7
- package/module/gis/select/layer_list_text.sql +7 -7
- package/module/gis/select/pg.column_name.geometry.sql +12 -12
- package/module/gis/select/pg.columns.parent.sql +6 -6
- package/module/gis/select/pg.table_name.sql +17 -17
- package/module/gis/select/service_id.sql +1 -1
- package/module/gis/select/srid.sql +7 -7
- package/module/gis/table/gis.cartocss.table.json +74 -74
- package/module/gis/table/gis.group_list.table.json +58 -58
- package/module/gis/table/gis.maps.table.json +110 -110
- package/module/gis/table/gis.metadata.table.json +70 -70
- package/module/gis/table/gis.metadata_new.table.json +137 -137
- package/module/gis/table/gis.ogc_service.table.json +100 -100
- package/module/gis/table/gis.rasters.table.json +113 -113
- package/module/gis/table/gis.registers.table.json +143 -143
- package/module/gis/table/gis.services.table.json +120 -120
- package/module/gis/table/site.gis.registers.table.json +88 -88
- package/module/gis/table/site.gis.services.table.json +106 -106
- package/module/gis/templates/ISO19136_2017_gml_template.xml +330 -330
- package/module/gis/tokens.yml +5 -5
- package/module/permissions/form/permissions.users.form.json +151 -151
- package/module/permissions/table/gis.permissions.table.json +97 -97
- package/package.json +2 -2
- package/server/routes/registers/functions/gis.suggest.js +16 -8
- package/server/routes/registers/functions/handleRegistryRequest.js +3 -2
- package/server/routes/registers/registers.route.test.js +1 -1
- package/server/routes/services/functions/get.services.js +34 -4
- package/server/routes/services/services.route.test.js +4 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as te, resolveDirective as Xe, openBlock as u, createElementBlock as m, createElementVNode as n, Fragment as W, renderList as X, toDisplayString as d, withDirectives as $e, createTextVNode as Ke, normalizeClass as ae, ref as $, watch as I, computed as h, vModelText as Ye, onMounted as Ze, onBeforeUnmount as He, createCommentVNode as q, createVNode as k, withCtx as be, createBlock as F, resolveDynamicComponent as Je } from "vue";
|
|
2
2
|
import { useRouter as et, useRoute as tt } from "vue-router";
|
|
3
3
|
import { TooltipDirective as st, notify as S } from "@opengis/core";
|
|
4
|
-
import { _ as nt, u as lt, f as rt, M as ot, i as it, j as he, F as at } from "./index-
|
|
5
|
-
import { _ as ut, a as ct, b as dt, c as ft, d as mt, e as pt, f as gt, g as yt } from "./MapToolbarRight.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as _e } from "./ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { _ as nt, u as lt, f as rt, M as ot, i as it, j as he, F as at } from "./index-Bd_JFn54.js";
|
|
5
|
+
import { _ as ut, a as ct, b as dt, c as ft, d as mt, e as pt, f as gt, g as yt } from "./MapToolbarRight.vue_vue_type_script_setup_true_lang-D5Q1QqS8.js";
|
|
6
|
+
import { _ as _e } from "./ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-8ervbwRu.js";
|
|
7
7
|
const xt = { class: "flex-1 overflow-y-auto p-4 sm:p-6" }, vt = { class: "space-y-3" }, bt = { class: "bg-white p-3 rounded-xl border border-gray-200 shadow-sm" }, ht = { class: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-2" }, _t = { class: "text-xs text-gray-500 mb-1" }, wt = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "text-base text-md font-semibold text-gray-900"
|
|
@@ -2,9 +2,9 @@ import { defineComponent as B, mergeModels as j, useModel as S, computed as h, d
|
|
|
2
2
|
import { useRoute as Z, useRouter as ee } from "vue-router";
|
|
3
3
|
import { notify as F } from "@opengis/core";
|
|
4
4
|
import { _ as te } from "./TableFormHeader.vue_vue_type_script_setup_true_lang-Mci_tseM.js";
|
|
5
|
-
import { V as N } from "./vs-datatable-
|
|
6
|
-
import { _ as z, n as R, m as E, r as H } from "./import-utils-
|
|
7
|
-
import { a as ae, b as le, c as se, d as oe, e as ie } from "./index-
|
|
5
|
+
import { V as N } from "./vs-datatable-BvSBnibk.js";
|
|
6
|
+
import { _ as z, n as R, m as E, r as H } from "./import-utils-BYsmUngb.js";
|
|
7
|
+
import { a as ae, b as le, c as se, d as oe, e as ie } from "./index-Bd_JFn54.js";
|
|
8
8
|
import { LucideChevronRight as re } from "lucide-vue-next";
|
|
9
9
|
import { _ as ne } from "./MapSettingsTabs.vue_vue_type_script_setup_true_lang-CKCK3NqY.js";
|
|
10
10
|
const ue = { class: "vs-form" }, de = { class: "vs-form__body auto-rows-max container" }, ce = { class: "flex flex-wrap" }, me = { class: "h-fit w-full mb-6 bg-white border border-gray-200 rounded-lg p-6" }, ve = { class: "h-fit w-full flex flex-wrap" }, pe = { class: "w-full" }, fe = /* @__PURE__ */ B({
|
|
@@ -4,12 +4,12 @@ var R = (e, n, t) => di(e, typeof n != "symbol" ? n + "" : n, t);
|
|
|
4
4
|
import { openBlock as _, createElementBlock as q, createElementVNode as y, defineComponent as ae, ref as E, watch as L, createTextVNode as pi, createVNode as O, createBlock as U, createCommentVNode as W, defineAsyncComponent as mi, unref as ze, withCtx as Ge, withDirectives as fn, vModelText as dn, normalizeClass as Ee, Fragment as At, renderList as Ct, toDisplayString as fe, getCurrentInstance as wt, onBeforeUnmount as Tt, toRef as hi, computed as ve, onMounted as gi, resolveDynamicComponent as yi } from "vue";
|
|
5
5
|
import { useRoute as vi, useRouter as bi } from "vue-router";
|
|
6
6
|
import { notify as te } from "@opengis/core";
|
|
7
|
-
import { _ as Ze, u as We, f as xi, M as Si, g as ki, h as Ai, i as Ci, j as it, k as wi, l as Ti, m as _i, s as rt, n as Ei } from "./index-
|
|
8
|
-
import { _ as Ii, a as Ni, b as $i, c as Li, d as Fi, e as Ri, f as Oi, g as Pi } from "./MapToolbarRight.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { S as Mi, C as Ui } from "./CardIcon-
|
|
7
|
+
import { _ as Ze, u as We, f as xi, M as Si, g as ki, h as Ai, i as Ci, j as it, k as wi, l as Ti, m as _i, s as rt, n as Ei } from "./index-Bd_JFn54.js";
|
|
8
|
+
import { _ as Ii, a as Ni, b as $i, c as Li, d as Fi, e as Ri, f as Oi, g as Pi } from "./MapToolbarRight.vue_vue_type_script_setup_true_lang-D5Q1QqS8.js";
|
|
9
|
+
import { S as Mi, C as Ui } from "./CardIcon-C3cCdpvO.js";
|
|
10
10
|
import { _ as _t } from "./MonacoEditor.vue_vue_type_script_setup_true_lang-D3ZPeXMw.js";
|
|
11
|
-
import { V as en } from "./vs-datatable-
|
|
12
|
-
import { _ as Nn, m as $n, r as Le } from "./import-utils-
|
|
11
|
+
import { V as en } from "./vs-datatable-BvSBnibk.js";
|
|
12
|
+
import { _ as Nn, m as $n, r as Le } from "./import-utils-BYsmUngb.js";
|
|
13
13
|
/*! js-yaml 5.2.1 https://github.com/nodeca/js-yaml @license MIT */
|
|
14
14
|
var T = Symbol("NOT_RESOLVED"), Ln = Symbol("MERGE_KEY");
|
|
15
15
|
function V(e, n) {
|
|
@@ -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-
|
|
4
|
+
import { _ as u } from "./index-Bd_JFn54.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
|
]
|