-
Notifications
You must be signed in to change notification settings - Fork 3
/
project.mml
105 lines (105 loc) · 2.34 KB
/
project.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"bounds": [
-180,
-85.0511,
180,
85.0511
],
"center": [
0,
0,
2
],
"format": "png",
"minzoom": 2,
"maxzoom": 7,
"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": [
"style.mss"
],
"Layer": [
{
"id": "countries",
"name": "countries",
"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",
"geometry": "polygon",
"Datasource": {
"file": "http://mapbox-geodata.s3.amazonaws.com/natural-earth-1.4.0/cultural/10m-admin-0-countries.zip",
"type": "shape"
},
"extent": [
-179.99978348919964,
-85.051,
180,
83.63381093402977
],
"class": "",
"srs-name": "900913",
"advanced": {}
},
{
"geometry": "polygon",
"extent": [
-180,
-85.051,
180,
85.051
],
"id": "bathymetry",
"class": "",
"Datasource": {
"file": "http://mapbox-geodata.s3.amazonaws.com/natural-earth-1.4.0/physical/10m-bathymetry.zip",
"type": "shape"
},
"srs-name": "autodetect",
"srs": "",
"advanced": {},
"name": "bathymetry"
},
{
"geometry": "point",
"id": "volcans",
"class": "",
"Datasource": {
"file": "http://svt.tice.ac-orleans-tours.fr/php5/SIG/dossiers/sig_local/data/volcans/volcans.zip",
"type": "shape"
},
"srs": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs",
"name": "volcans",
"extent": [
-179.97,
-78.25,
179.58,
85.051
],
"advanced": {}
},
{
"geometry": "linestring",
"id": "plaques",
"class": "",
"Datasource": {
"file": "http://tiles.kupaia.fr/IMG/zip/plat_lin.zip",
"type": "shape"
},
"srs": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs",
"name": "plaques",
"extent": [
-180,
-66.31498,
180,
85.051
],
"advanced": {}
}
],
"scale": 1,
"metatile": 2,
"name": "earthquake",
"description": "",
"legend": "",
"attribution": "",
"kosmtik": {
"plugins": [ "kosmtik-fetch-remote" ]
}
}