@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.
@@ -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
- }