geography-class.plist
2.28 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>apiHostname</key>
<string>tiles.mapbox.com</string>
<key>apiPath</key>
<string>/mapbox</string>
<key>apiPort</key>
<integer>80</integer>
<key>apiScheme</key>
<string>http</string>
<key>attribution</key>
<string></string>
<key>basename</key>
<string>geography-class.mbtiles</string>
<key>bounds</key>
<string>-179.9999250554491,-85.05112231458043,179.9999250554491,85.05112231458043</string>
<key>center</key>
<string>0,0,4</string>
<key>description</key>
<string>One of the example maps that comes with TileMill - a bright & colorful world map that blends retro and high-tech with its folded paper texture and interactive flag tooltips.</string>
<key>formatter</key>
<string>function(options, data) { switch (options.format) { case 'full': return ''; break; case 'location': return ''; break; case 'teaser': default: return '<img src="data:image/png;base64,' + data.flagpng + '" style="box-shadow:0px 1px 5px #333;-moz-box-shadow:0px 1px 5px #333;-webkit-box-shadow:0px 1px 5px #333;" /><br /> <strong>' + data.ADMIN + '</strong>'; break; }}</string>
<key>gridURL</key>
<string>http://a.tiles.mapbox.com/mapbox/1.0.0/geography-class/{z}/{x}/{y}.grid.json</string>
<key>id</key>
<string>geography-class</string>
<key>maxzoom</key>
<integer>8</integer>
<key>minzoom</key>
<integer>0</integer>
<key>mtime</key>
<date>1970-01-01T00:00:00Z</date>
<key>name</key>
<string>Geography Class</string>
<key>size</key>
<integer>0</integer>
<key>tileURL</key>
<string>http://a.tiles.mapbox.com/mapbox/1.0.0/geography-class/{z}/{x}/{y}.png</string>
<key>type</key>
<string>baselayer</string>
<key>version</key>
<string>1.0.0</string>
<key>scheme</key>
<string>tms</string>
</dict>
</plist>