-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosm-mapnik-india-v8.json
80 lines (80 loc) · 2.3 KB
/
osm-mapnik-india-v8.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
{
"version": 8,
"name": "OpenStreetMap Mapnik raster tiles (India)",
"metadata": {
"mapbox:autocomposite": true
},
"bounds": [66, 7, 99, 37],
"center": [82, 23],
"zoom": 3.7,
"glyphs": "https://cdn.jsdelivr.net/gh/lukasmartinelli-alt/glfonts@gh-pages/fonts/{fontstack}/{range}.pbf",
"sources": {
"osm-mapnik": {
"type": "raster",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
],
"tileSize": 256,
"attribution": "Basemap data <a href='https://www.osm.org' target=_blank>© OpenStreetMap contributors</a>"
},
"adm0-disputed-lines-IN": {
"type": "geojson",
"data": "https://raw.githubusercontent.com/osm-in/mapbox-gl-styles/master/data/osm-india-adm0-disputed-lines.geojson"
}
},
"layers": [{
"id": "background",
"type": "background",
"paint": {
"background-color": "rgba(0,0,0,0)"
}
},
{
"id": "osm-mapnik",
"type": "raster",
"source": "osm-mapnik"
},
{
"id": "disputed-IN",
"type": "line",
"source": "adm0-disputed-lines-IN",
"filter": [
"all", [
"all", ["in", "disputed_by", "IN"]
]
],
"paint": {
"line-color": "#f2efea",
"line-dasharray": [1, 0.5],
"line-opacity": 0.6,
"line-width": {
"stops": [
[3, 2],
[10, 6]
]
}
}
},
{
"id": "claimed-IN",
"type": "line",
"source": "adm0-disputed-lines-IN",
"filter": [
"all", [
"all", ["in", "claimed_by", "IN"]
]
],
"paint": {
"line-color": "purple",
"line-opacity": 0.14,
"line-width": {
"stops": [
[3, 2],
[10, 6]
]
}
}
}
],
"owner": "OpenStreetMap India"
}