-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarxan.json
More file actions
109 lines (109 loc) · 3.43 KB
/
marxan.json
File metadata and controls
109 lines (109 loc) · 3.43 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
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
106
107
108
109
{
"CLIENT_VERSION": "v1.0.0",
"SERVER_VERSION": "v1.0.0",
"MAPBOX_BASEMAPS": [
{
"name": "Charted",
"alias": "ESRI Charted Territory",
"description": "Oooo lovely",
"id": "https://www.arcgis.com/sharing/rest/content/items/1c365daf37a744fbad748b67aa69dac8/resources/styles/root.json",
"provider": "esri"
},
{
"name": "Topographic",
"alias": "ESRI Topographic",
"description": "Oooo lovely",
"id": "https://www.arcgis.com/sharing/rest/content/items/0f52cd2d17ea4773944a1d0e0fb99ea4/resources/styles/root.json",
"provider": "esri"
},
{
"name": "Streets",
"alias": "Mapbox Streets",
"description": "A complete basemap, perfect for incorporating your own data.",
"id": "mapbox/streets-v10",
"provider": "mapbox"
},
{
"name": "Outdoors",
"alias": "Mapbox Outdoors",
"description": "General basemap tailored to hiking, biking and sport.",
"id": "mapbox/outdoors-v10",
"provider": "mapbox"
},
{
"name": "Dark",
"alias": "Mapbox Dark",
"description": "Subtle dark backdrop for data visualizations.",
"id": "mapbox/dark-v9",
"provider": "mapbox"
},
{
"name": "Light",
"alias": "Mapbox Light",
"description": "Subtle light backdrop for data visualizations.",
"id": "mapbox/light-v9",
"provider": "mapbox"
},
{
"name": "North Star",
"alias": "Mapbox North Star",
"description": "Slightly modified North Star with no Bathymetry.",
"id": "blishten/cjg6jk8vg3tir2spd2eatu5fd",
"provider": "Joint Research Centre"
},
{
"name": "Satellite",
"alias": "Mapbox Satellite",
"description": "A beautiful global satellite and aerial imagery layer.",
"id": "mapbox/satellite-v9",
"provider": "mapbox"
},
{
"name": "Satellite Streets",
"alias": "Mapbox Satellite Streets",
"description": "Global imagery enhanced with road and label hierarchy.",
"id": "mapbox/satellite-streets-v9",
"provider": "mapbox"
},
{
"name": "Blank",
"alias": "Blank background",
"description": "Plain white background",
"id": "",
"provider": "local"
}
],
"MARXAN_SERVERS": [],
"WDPA": {
"latest_version": "June 2020",
"downloadUrl": "http://wcmc.io/wdpa_current_release",
"tilesUrl": "https://geospatial.jrc.ec.europa.eu/geoserver/gwc/service/wmts?",
"metadataUrl": "https://www.protectedplanet.net/c/monthly-updates/2020/june-2020-update-of-the-wdpa"
},
"MBAT": "sk.eyJ1IjoiYmxpc2h0ZW4iLCJhIjoiY2piNm1tOGwxMG9lajMzcXBlZDR4aWVjdiJ9.Z1Jq4UAgGpXukvnUReLO1g",
"MBAT_PUBLIC": "pk.eyJ1IjoiYmxpc2h0ZW4iLCJhIjoiMEZrNzFqRSJ9.0QBRA2HxTb8YHErUFRMPZg",
"NOTIFICATIONS": [
{
"id": 1,
"html": "The <a href='https://andrewcottam.github.io/marxan-web/documentation/docs_betatest.html' target='_blank'>Beta Test Programme</a> ends at the end of October. Let us know what you think!",
"type": "News",
"expires": "10/31/2019",
"showForRoles": [
"Admin",
"User",
"ReadOnly"
]
},
{
"id": 2,
"html": "Tonga has achieved its marine Aichi Target 11, maybe - see <a href='http://macbio-pacific.info/updates/'' target='_blank'>here</a>",
"type": "News",
"expires": "01/01/2020",
"showForRoles": [
"Admin",
"User",
"ReadOnly"
]
}
]
}