-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreferences.json
78 lines (78 loc) · 1.73 KB
/
preferences.json
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
{
"table": {
"isActive": false,
"rowsLimit": 5
},
"charts": {
"isActive": false
},
"metaTags": {
"title": "",
"description": "",
"image": ""
},
"analytics_ids": ["G-LDDJJ9M30L"],
"excluded_plugins": ["minimap"],
"mapConfig": {
"center": {
"latitude": -40,
"longitude": -59
},
"zoom": {
"initial": 4,
"min": 3,
"max": 21
}
},
"showSearchBar": true,
"searchbar":{
"isActive": true,
"top": "5px",
"left": "40%",
"color_focus": "#b1c926",
"background_color": "rgba(255, 255, 255, 0.7)",
"strings": {
"placeholder": "Buscar localidad..."
}
},
"geocoder":{
"url": "https://api.ign.gob.ar/buscador/",
"search": "search",
"url_by_id": "places",
"query": "q",
"lang": "es",
"limit":5,
"key": ""
},
"referencias": {
"show": true,
"icon": "src/config/styles/images/ayuda_de_pagina.png",
"width":"",
"height":""
},
"theme": {
"bodyBackground": "#b1c926",
"headerBackground": "#b1c926",
"menuBackground": "#b1c926",
"activeLayer": "#606820",
"textMenu":"white",
"textMenuStyle":"",
"textLegendMenu":"white",
"textLegendMenuStyle":"",
"iconBar":"#606820"
},
"logo": {
"title":"Base de Asentamientos Humanos de la República Argentina (BAHRA)",
"src": "src/config/styles/images/logo.png",
"height": "",
"width": "",
"style": "",
"srcLogoMini": "src/config/styles/images/logo_responsive.png",
"miniHeight": "",
"miniWidth": "",
"ministyle": ""
},
"title": "Base de Asentamientos Humanos de la República Argentina (BAHRA)",
"website": "http://www.bahra.gob.ar/",
"favicon": "src/config/styles/images/bahra_ico.png"
}