-
Notifications
You must be signed in to change notification settings - Fork 1
/
bart.mml
72 lines (72 loc) · 1.46 KB
/
bart.mml
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
{
"bounds": [
-122.5978,
37.4956,
-121.7999,
38.0535
],
"center": [
-122.1872,
37.7924,
10
],
"format": "png8",
"interactivity": false,
"minzoom": 10,
"maxzoom": 14,
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over",
"Stylesheet": [
"bart.mss"
],
"Layer": [
{
"geometry": "linestring",
"extent": [
-122.471085,
37.557353,
-121.900354,
38.023844
],
"id": "barttracks",
"class": "",
"Datasource": {
"file": "data/bart/bart_tracks.geojson",
"layer": "OGRGeoJSON",
"id": "barttracks",
"project": "transit-star-maps",
"srs": ""
},
"srs-name": "autodetect",
"srs": "",
"advanced": {},
"name": "barttracks"
},
{
"geometry": "point",
"extent": [
-122.469081,
37.557355,
-121.900367,
38.018914
],
"id": "bartstations",
"class": "",
"Datasource": {
"file": "data/bart/bart_stations.geojson",
"layer": "OGRGeoJSON",
"id": "bartstations",
"project": "transit-star-maps",
"srs": ""
},
"srs-name": "autodetect",
"srs": "",
"advanced": {},
"name": "bartstations"
}
],
"scale": 1,
"metatile": 2,
"name": "Transit Star Maps",
"description": "",
"attribution": ""
}