-
Notifications
You must be signed in to change notification settings - Fork 1
/
toronto.mml
62 lines (62 loc) · 1.29 KB
/
toronto.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
{
"bounds": [
-79.56,
43.6,
-79.24,
43.8
],
"center": [
-79.4,
43.7,
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": [
"toronto.mss"
],
"Layer": [
{
"geometry": "linestring",
"id": "lines",
"class": "lines",
"name": "lines",
"Datasource": {
"file": "data/toronto/toronto_tracks_osm.geojson",
"layer": "OGRGeoJSON",
"id": "lines",
"project": "transit-star-maps",
"srs": ""
},
"layer": null,
"srs-name": "autodetect",
"srs": "",
"advanced": {}
},
{
"geometry": "point",
"id": "stations",
"class": "stations",
"name": "stations",
"Datasource": {
"file": "data/toronto/toronto_stations_osm.geojson",
"layer": "OGRGeoJSON",
"id": "stations",
"project": "transit-star-maps",
"srs": ""
},
"layer": null,
"srs-name": "autodetect",
"srs": "",
"advanced": {}
}
],
"scale": 1,
"metatile": 2,
"name": "Transit Star Maps",
"description": "",
"attribution": ""
}