-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe.json
112 lines (112 loc) · 2.22 KB
/
recipe.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"version": 1,
"layers": {
"inspections-points": {
"source": "mapbox://tileset-source/dedemenezes/araruama_final",
"minzoom": 1,
"maxzoom": 16,
"features": {
"attributes": {
"allowed_output": [
"name",
"icon",
"description",
"styleUrl",
"styleHash",
"styleMapHash"
]
},
"filter": [
"all",
[
"==",
[
"geometry-type"
],
"Point"
],
[
"!",
[
"has",
"fill"
]
]
]
}
},
"inspections-lines": {
"source": "mapbox://tileset-source/dedemenezes/araruama_final",
"minzoom": 10,
"maxzoom": 16,
"features": {
"attributes": {
"allowed_output": [
"name",
"styleUrl",
"styleHash",
"styleMapHash",
"description",
"stroke",
"stroke-opacity",
"stroke-width",
"fill",
"fill-opacity"
]
},
"filter": [
"all",
[
"==",
[
"geometry-type"
],
"LineString"
]
]
}
},
"inspections-areas": {
"source": "mapbox://tileset-source/dedemenezes/araruama_final",
"minzoom": 10,
"maxzoom": 14,
"features": {
"attributes": {
"allowed_output": [
"name",
"description",
"styleUrl",
"styleHash",
"styleMapHash",
"stroke",
"stroke-opacity",
"fill-opacity",
"fill",
"ESCALA",
"JURISDICAO",
"ROTULO",
"PUBLIC_DAT",
"TUTELA",
"INEA",
"AREA_HA",
"PERIM_m2"
]
},
"filter": [
"all",
[
"==",
[
"geometry-type"
],
"Polygon"
],
[
"has",
"fill"
]
]
}
}
}
}