@opengis/gis 0.2.1 → 0.2.3
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/index.css +1 -1
- package/dist/index.js +4617 -3764
- package/dist/index.umd.cjs +57 -37
- package/module/test/layer/bp1.yml +33 -0
- package/module/test/layer/individual.yml +54 -0
- package/module/test/map/addr.yml +21 -0
- package/module/test/map/bp_myo.json +15 -12
- package/module/test/map/bpf.json +44 -0
- package/module/test/map/mbd.json +13 -13
- package/module/test/map/ts.json +15 -11
- package/package.json +11 -5
- package/plugin.js +4 -2
- package/server/plugins/vite.js +3 -7
- package/server/routes/gis/services/get.services.col.js +19 -18
- package/server/routes/gis/services/get.services.js +60 -55
- package/server/routes/map/controllers/layerList.js +42 -32
- package/server/routes/map/controllers/mapFormat.js +76 -116
- package/server/routes/map/maps/get.map.js +7 -4
- package/server/routes/map/vtile1.js +76 -94
- package/module/test/map/address/addr.yml +0 -6
- package/module/test/map/address/index.yml +0 -22
- package/module/test/map/address/street.yml +0 -16
- package/module/test/map/address2/addr.json +0 -9
- package/module/test/map/address2/index.json +0 -35
- package/module/test/map/address2/street.json +0 -19
- package/module/test/map/address3.yml +0 -52
- package/module/test/map/address4.json +0 -34
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: address1
|
|
3
|
-
name: address1
|
|
4
|
-
title: Адресний реєстр
|
|
5
|
-
description: Адресний реєстр.
|
|
6
|
-
center:
|
|
7
|
-
- 30.5234
|
|
8
|
-
- 50.4501
|
|
9
|
-
zoom: 12
|
|
10
|
-
basemap: osm
|
|
11
|
-
sources: []
|
|
12
|
-
layers:
|
|
13
|
-
- id: address3
|
|
14
|
-
label: Адреси
|
|
15
|
-
source_path: data_address.address
|
|
16
|
-
style:
|
|
17
|
-
attribute: type
|
|
18
|
-
colors:
|
|
19
|
-
build: "Будівля / Споруда"
|
|
20
|
-
countrySeat: "Садибний / Садовий / Дачний будинок"
|
|
21
|
-
landPlot: "Земельна ділянка"
|
|
22
|
-
complex: "Комплекс будівель і споруд"
|
|
23
|
-
undergroundObject: "Підземний об’єкт"
|
|
24
|
-
visible: true
|
|
25
|
-
- id: street3
|
|
26
|
-
label: Вулиці
|
|
27
|
-
source_path: data_address.street.table
|
|
28
|
-
style:
|
|
29
|
-
attribute: type
|
|
30
|
-
colors:
|
|
31
|
-
"1": "#4caf50"
|
|
32
|
-
"2": "#2196f3"
|
|
33
|
-
"3": "#f44336"
|
|
34
|
-
"4": "#4caf50"
|
|
35
|
-
"5": "#2196f3"
|
|
36
|
-
"6": "#f44336"
|
|
37
|
-
"8": "#4caf50"
|
|
38
|
-
"9": "#2196f3"
|
|
39
|
-
"11": "#f44336"
|
|
40
|
-
"16": "#4caf50"
|
|
41
|
-
visible: true
|
|
42
|
-
widgets:
|
|
43
|
-
- type: legend
|
|
44
|
-
position: bottom-right
|
|
45
|
-
config:
|
|
46
|
-
items:
|
|
47
|
-
- label: Житлова зона
|
|
48
|
-
color: "#4caf50"
|
|
49
|
-
- label: Комерційна зона
|
|
50
|
-
color: "#2196f3"
|
|
51
|
-
- label: Промислова зона
|
|
52
|
-
color: "#f44336"
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "address2",
|
|
3
|
-
"name": "address",
|
|
4
|
-
"title": "Адресний реєстр",
|
|
5
|
-
"description": "Адресний реєстр.",
|
|
6
|
-
"center": [
|
|
7
|
-
30.5234,
|
|
8
|
-
50.4501
|
|
9
|
-
],
|
|
10
|
-
"zoom": 12,
|
|
11
|
-
"layers": [],
|
|
12
|
-
"widgets": [
|
|
13
|
-
{
|
|
14
|
-
"type": "legend",
|
|
15
|
-
"position": "bottom-right",
|
|
16
|
-
"config": {
|
|
17
|
-
"items": [
|
|
18
|
-
{
|
|
19
|
-
"label": "Житлова зона",
|
|
20
|
-
"color": "#4caf50"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"label": "Комерційна зона",
|
|
24
|
-
"color": "#2196f3"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"label": "Промислова зона",
|
|
28
|
-
"color": "#f44336"
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
}
|