-
Notifications
You must be signed in to change notification settings - Fork 1
/
trimet.mml
66 lines (66 loc) · 1.45 KB
/
trimet.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
{
"bounds": [
-123.0324,
45.3912,
-122.3609,
45.6328
],
"center": [
-122.6822,
45.504,
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": [
"trimet.mss"
],
"Layer": [
{
"geometry": "linestring",
"extent": [
-122.98164567756494,
45.30687210352114,
-122.4221624486947,
45.61015087573172
],
"id": "trimet_lines",
"class": "lines",
"Datasource": {
"file": "/Users/alan/github/transit-star-maps/data/trimet/tm_rail_lines/tm_rail_lines.shp"
},
"layer": null,
"srs-name": "autodetect",
"srs": "",
"advanced": {},
"name": "trimet_lines"
},
{
"geometry": "point",
"extent": [
-122.98160944781684,
45.30687288906033,
-122.42216257273338,
45.61015087298911
],
"id": "trimet_stations",
"class": "stations",
"Datasource": {
"file": "/Users/alan/github/transit-star-maps/data/trimet/tm_rail_stops/tm_rail_stops.shp"
},
"layer": null,
"srs-name": "autodetect",
"srs": "",
"advanced": {},
"name": "trimet_stations"
}
],
"scale": 1,
"metatile": 2,
"name": "Transit Star Maps",
"description": "",
"attribution": ""
}