-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpreferences.json
142 lines (142 loc) · 4.3 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"analytics_ids": [
"G-M2RMF70D2Y"
],
"charts": {
"isActive": false
},
"excluded_plugins": [
"minimap"
],
"favicon": "src/config/styles/images/favicon.ico",
"geocoder": {
"key": "",
"lang": "es",
"limit": 5,
"query": "q",
"search": "search",
"url": "https://api.ign.gob.ar/buscador/",
"url_by_id": "places"
},
"geoprocessing": {
"availableProcesses": [
{
"baseUrl": "https://imagenes.ign.gob.ar/geoserver/geoprocesos/ows?service=WPS&version=1.0.0",
"geoprocess": "contour",
"layer": "alos_unificado",
"name": "Curvas de Nivel",
"namePrefix": "curvas_de_nivel_",
"styles": {
"d_line_color": "#967529",
"d_line_m": 500,
"d_weigth": 1,
"line_color": "#e0b44c",
"line_weight": 0.8,
"smoothFactor": 1.7
}
},
{
"baseUrl": "https://imagenes.ign.gob.ar/geoserver/ows?service=WPS&version=1.0.0",
"geoprocess": "waterRise",
"layer": "geoprocesos:alos_unificado",
"name": "Cota",
"namePrefix": "cota_"
},
{
"geoprocess": "buffer",
"name": "Área de influencia",
"namePrefix": "area_de_influencia_"
},
{
"geoprocess": "elevationProfile",
"name": "Perfil de Elevación",
"namePrefix": "perfil_de_elevacion_"
}
],
"buttonIcon": "fa fa-cog",
"buttonTitle": "Geoprocesos",
"dialogTitle": "Geoprocesos",
"isActive": true,
"strings": {
"bounds": "Areas a procesar"
}
},
"hillshade": {
"addTo": [
"argenmap",
"argenmap_gris"
],
"attribution": "sombra de montaña <a target='_blank' href='https://www.arcgis.com/home/item.html?id=1b243539f4514b6ba35e7d995890db1d'>©Esri</a>",
"icon": "src/styles/images/mountains.svg",
"name": "hillshade",
"switchLabel": "Agregar sombra de montaña Esri",
"url": "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}.png"
},
"logo": {
"title": "Infraestructura de Datos Espaciales de la República Argentina",
"link": "https://www.idera.gob.ar/",
"src": "src/config/styles/images/logo.png",
"width": "85px",
"height": "",
"style": "margin-left: 25px; background-size: contain; resize: both;",
"srcLogoMini": "src/config/styles/images/logo.png",
"miniWidth": "",
"miniHeight": "50%",
"ministyle": "width: 85px; background-size: contain;"
},
"mapConfig": {
"center": {
"latitude": -40,
"longitude": -59
},
"zoom": {
"initial": 4,
"max": 21,
"min": 3
}
},
"metaTags": {
"description": "",
"image": "",
"title": ""
},
"referencias": {
"height": "31px",
"show": false,
"src": "src/styles/images/referencias_icono.png",
"width": "25px"
},
"searchbar": {
"background_color": "rgba(255, 255, 255, 0.7)",
"color_focus": "#008dc9",
"isActive": true,
"left": "40%",
"strings": {
"placeholder": "Buscar lugar..."
},
"top": "5px"
},
"showSearchBar": true,
"strings": {
"basemap_legend_button_text": "Ver leyenda del mapa",
"basemap_max_zoom": " y máximo de ",
"basemap_min_zoom": "Zoom mínimo de "
},
"table": {
"isActive": false,
"rowsLimit": 5
},
"theme": {
"activeLayer": "#33b560",
"bodyBackground": "#008dc9",
"headerBackground": "#008dc9",
"iconBar": "#4f4f4f",
"menuBackground": "#008dc9",
"textLegendMenu": "#dddddd",
"textLegendMenuStyle": "",
"textMenu": "white",
"textMenuStyle": ""
},
"title": "IDERA - Argenmap",
"website": "https://www.idera.gob.ar/"
}