-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.mml
59 lines (59 loc) · 1.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
{
"bounds": [
101.9,
28,
103.1,
29
],
"center": [
102.4998,
28.1912,
8
],
"format": "png",
"interactivity": false,
"minzoom": 8,
"maxzoom": 16,
"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",
"contour"
],
"Layer": [
{
"geometry": "linestring",
"extent": [
101.999583333333,
27.9995833333333,
103.000416666667,
29.0004166666667
],
"Datasource": {
"type": "postgis",
"table": "annapurna_contour",
"key_field": "guid",
"geometry_field": "geom",
"extent_cache": "auto",
"extent": "101.999583333333,27.9995833333333,103.000416666667,29.0004166666667",
"host": "localhost",
"dbname": "exp",
"user": "postgres",
"password": "original",
"id": "cont_test",
"project": "cont_test",
"srs": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
},
"id": "contours",
"class": "",
"srs-name": "WGS84",
"srs": "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs",
"advanced": {},
"name": "contours"
}
],
"scale": 1,
"metatile": 2,
"name": "Contour Test",
"description": "",
"attribution": ""
}