-
Notifications
You must be signed in to change notification settings - Fork 10
Label Objects
Richard Barad edited this page Jul 16, 2018
·
16 revisions
The label objects specify the name of the layer or group layer. The label object is configured as a list of labels, and a value (the label) is specified for each property (the language). The property is specified using the two letter language ISO codes. Currently, the following languages are supported by the mapbuilder application.
- English (en)
- French (fr)
- Spanish (es)
- Portuguese (pt)
- Indonesian (id)
- Chinese (zh)
- Georgian (ka)
"GROUP_LCD": {
"order": 1,
"label": {
"en": "Land Cover Dynamics",
"fr": "Evolution de la couverture des sols",
"es": "Dinámica de la cobertura terrestre",
"pt": "Dinâmica da Cobertura da Terra",
"id": "Dinamika Tutupan Lahan",
"zh": "土地覆蓋動態"
"ka": "მიწის საფარის დინამიკა"
},
"Layers":[...]