-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexPlaces2d.html
620 lines (554 loc) · 23.8 KB
/
indexPlaces2d.html
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://js.arcgis.com/4.27/esri/themes/light/main.css" />
<script src="https://js.arcgis.com/4.27/"></script>
<!-- Calcite -->
<script type="module" src="https://js.arcgis.com/calcite-components/1.4.2/calcite.esm.js"></script>
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/calcite-components/1.4.2/calcite.css" />
<title>Uso del suelo en Rueda</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://cdn-icons-png.flaticon.com/512/2836/2836993.png">
<style>
html,
body,
#viewDiv {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
#card-container {
position: absolute;
z-index: 2;
top: 10px;
right: 10px;
}
#uva {
width: 25px;
}
#viewDiv {
flex: 1;
}
#categorySelect {
margin: 5px;
}
#contents {
--calcite-shell-panel-min-width: 340px;
}
</style>
</head>
<body>
<calcite-shell>
<calcite-shell-panel slot="panel-start" position="start" id="contents">
<calcite-combobox id="categorySelect" placeholder="Filtro por categoría" overlay-positioning="fixed"
selection-mode="single">
<calcite-combobox-item value="11000" text-label="Negocios"></calcite-combobox-item>
<calcite-combobox-item value="12000"
text-label="Ayuntamiento y lugares de interés"></calcite-combobox-item>
<calcite-combobox-item value="13000" text-label="Restaurantes" selected></calcite-combobox-item>
<calcite-combobox-item value="19000" text-label="Hoteles"></calcite-combobox-item>
<calcite-combobox-item value="13387" text-label="Bodegas"></calcite-combobox-item>
</calcite-combobox>
<calcite-panel class="contents">
<calcite-flow id="flow">
<calcite-flow-item>
<calcite-list id="results">
<calcite-notice open>
<div slot="message">
Selecciona un punto en el mapa para ver lugares de interés cercanos
</div>
</calcite-notice>
</calcite-list>
</calcite-flow-item>
</calcite-flow>
</calcite-panel>
</calcite-shell-panel>
<div id="card-container" style="width:280px">
<calcite-card>
<span slot="title"> <img id="uva" src="https://cdn-icons-png.flaticon.com/512/2836/2836993.png"
alt="Icono racimo de uva"> Denominación de Origen Rueda</span>
<p>
Rueda es una denominación de origen protegida cuya zona de producción se encuentra en las provincias
de <b>Valladolid, Segovia y Ávila </b> (España).
</p>
<p>
Esta D.O. está integrada por 72 municipios de los cuales 53 se sitúan al sur de la provincia de
Valladolid, 17 al oeste de Segovia y 2 al norte de Ávila.
</p>
<p>
El carácter Rueda está definido por tres elementos: la uva Verdejo, el clima mediterráneo
continentalizado y los suelos cascajosos.
</p>
<h3>Rueda (Valladolid)</h3>
<p>Rueda es una localidad y municipio de la provincia de Valladolid, Castilla y León. Es centro
neurálgico de una de las zonas de vinos blancos más importante de España, la Denominación de Origen
Rueda. </p>
<p>Tiene una población de 1300 habitantes a 1 de enero de 2017, según el INE. El gentilicio es rodense o
popularmente caleros, este último debido a la gran cantidad de cal que tiene esta villa.</p>
</calcite-card>
</div>
<div id="viewDiv"></div>
</calcite-shell>
<script type="text/plain" id="land-use">
var use = DomainName($feature,"USO_SIGPAC");
if(use == "Edificaciones" || use == "Zona Urbana" || use == "Viales") {
return "Zonas Edificadas";
} else if (use == "Improductivos" || use == "Tierras arables") {
return "No productoras";
} else if (use == "Pasto arbustivo" || use == "Pastizal" || use == "Pasto con arbolado") {
return "Pasto";
} else if (use == "Viñedo") {
return "Viñedo";
} else if (use == "Corrientes y superficies de agua") {
return "Agua";
} else if (use == "Forestal") {
return "Bosque";
} else if (use == "Frutales" || use == "Olivar" || use == "Frutos secos") {
return "Otros cultivos arbóreos";
}
</script>
<script>
require([
"esri/Map",
"esri/views/MapView",
"esri/views/SceneView",
"esri/layers/FeatureLayer",
"esri/widgets/Expand",
"esri/widgets/BasemapGallery",
"esri/rest/places",
"esri/rest/support/FetchPlaceParameters",
"esri/rest/support/PlacesQueryParameters",
"esri/geometry/Circle",
"esri/geometry/Point",
"esri/Graphic",
"esri/layers/GraphicsLayer",
"esri/symbols/WebStyleSymbol"
], function (
Map,
MapView,
SceneView,
FeatureLayer,
Expand,
BasemapGallery,
places,
FetchPlaceParameters,
PlacesQueryParameters,
Circle,
Point,
Graphic,
GraphicsLayer,
WebStyleSymbol
) {
const map = new Map({
basemap: "streets-navigation-vector",
});
// 2D
const view = new MapView({
container: "viewDiv",
map: map,
center: [-4.959, 41.41],
zoom: 14,
container: "viewDiv",
highlightOptions: {
color: [0, 255, 51, 1],
haloOpacity: 0.9,
fillOpacity: 0.2
}
});
const basemapGallery = new BasemapGallery({
view: view
});
const basemapExpand = new Expand({
view: view,
content: basemapGallery
});
view.ui.add(basemapExpand, {
position: "top-left"
});
// CAPA RUEDA
const landUse = document.getElementById("land-use").text;
let arcadeRenderer = {
type: "unique-value",
valueExpression: landUse,
uniqueValueInfos: [
{
value: "Zonas Edificadas",
symbol: {
type: "simple-fill",
color: [189, 126, 190, 0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "No productoras",
symbol: {
type: "simple-fill",
color: [253,127,111,0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "Pasto",
symbol: {
type: "simple-fill",
color: [126,176,213, 0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "Viñedo",
symbol: {
type: "simple-fill",
color: [178, 2244, 97, 0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "Bosque",
symbol: {
type: "simple-fill",
color: [255,181,90,0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "Agua",
symbol: {
type: "simple-fill",
color: [255, 238, 101, 0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
{
value: "Otros cultivos arbóreos",
symbol: {
type: "simple-fill",
color: [190, 185, 219, 0.5],
outline: {
width: 0.2,
color: [0, 0, 0, 0.1],
},
},
},
],
};
var rueda = new FeatureLayer({
url: "https://services1.arcgis.com/YFraetVkEAF1lMag/ArcGIS/rest/services/Recintos_SIGPAC_Rueda/FeatureServer/0",
renderer: arcadeRenderer,
});
map.add(rueda)
//// PLACES API
const apiKey = "AAPK938a732fe5874959b24c4557458bd846ZveBrDaQgA4DXeaplHA2zBXSMqXuT5PmXnaEklV_EhydogS5UFiFfWfWRC9eJFN2";
let infoPanel; // Left panel for place information
let clickPoint; // Clicked point on the map
let placesQueryParameters; // Parameters for queryPlacesNearPoint()
let activeCategory = "13000"; // Categoría de restaurantes
let highlightSelect; // Feature selection highlight
let layer = new GraphicsLayer({
// Layer for places features
id: "graphicsLayer"
});
map.add(layer);
// Interacciones del menú de la izquierda
const categorySelect = document.getElementById("categorySelect");
const resultPanel = document.getElementById("results");
const flow = document.getElementById("flow");
// Simbología para el círculo que muestre el radio de búsqueda
const circleSymbol = {
type: "simple-fill",
style: "solid",
color: [3, 140, 255, 0.1],
outline: {
width: 3,
color: [3, 140, 255]
}
};
// Function that automatically creates the symbol for the points of interest
function getUniqueValueSymbol(name, color) {
return {
type: "point-3d", // autocasts as new PointSymbol3D()
symbolLayers: [
{
type: "icon", // autocasts as new IconSymbol3DLayer()
resource: {
href: name
},
size: 20,
outline: {
color: "white",
size: 2
}
}
],
verticalOffset: {
screenLength: 40,
maxWorldLength: 200,
minWorldLength: 35
},
callout: {
type: "line", // autocasts as new LineCallout3D()
color: "white",
size: 2,
border: {
color: color
}
}
};
}
// WebStyleSymbols para cada categoría
const business = new WebStyleSymbol({
name: "industrial-complex",
styleName: "Esri2DPointSymbolsStyle"
});
const community = new WebStyleSymbol({
name: "embassy",
styleName: "Esri2DPointSymbolsStyle"
});
const dining = new WebStyleSymbol({
name: "restaurant",
styleName: "Esri2DPointSymbolsStyle"
});
const hotel = new WebStyleSymbol({
name: "hotel",
styleName: "Esri2DPointSymbolsStyle"
});
const wine = new WebStyleSymbol({
name: "vineyard",
styleName: "Esri2DPointSymbolsStyle"
});
const landmark = new WebStyleSymbol({
name: "landmark",
styleName: "Esri2DPointSymbolsStyle"
});
// styleName: "EsriIconsStyle" // 3D
// styleName: "Esri2DPointSymbolsStyle" //2D
// const business = getUniqueValueSymbol(
// './images/cart-icon.png',
// '#A2A68F'
// )
// const community = getUniqueValueSymbol("https://developers.arcgis.com/javascript/latest/sample-code/visualization-point-styles/live/Museum.png",
// "#D13470");
// const dining = getUniqueValueSymbol(
// "https://developers.arcgis.com/javascript/latest/sample-code/visualization-point-styles/live/Restaurant.png",
// "#F97C5A");
// const hotel = getUniqueValueSymbol(
// "https://developers.arcgis.com/javascript/latest/sample-code/visualization-point-styles/live/Hotel.png",
// "#56B2D6"
// );
// const wine = getUniqueValueSymbol(
// 'https://cdn-icons-png.flaticon.com/512/168/168570.png',
// "#D95459"
// );
// const landmark = getUniqueValueSymbol(
// "https://developers.arcgis.com/javascript/latest/sample-code/visualization-point-styles/live/Park.png",
// "#40C2B4"
// );
// Click para capturar la localización de búsqueda
view.on("click", (event) => {
view.graphics.removeAll();
layer.removeAll();
clickPoint = {};
clickPoint.type = "point";
// Convertir el click en longitud y latitud
clickPoint.longitude = Math.round(event.mapPoint.longitude * 1000) / 1000;
clickPoint.latitude = Math.round(event.mapPoint.latitude * 1000) / 1000;
clickPoint && showPlaces(clickPoint);
});
// Cambios en la selección de categorías
categorySelect.addEventListener("calciteComboboxChange", () => {
activeCategory = categorySelect.value;
layer.removeAll();
clickPoint && showPlaces(clickPoint);
});
// Muestra el área seleccionada (círculo)
async function showPlaces(clickPoint) {
// El círculo representa la localización del click y el radio de búsqueda
const circleGeometry = new Circle({
center: clickPoint,
geodesic: true,
numberOfPoints: 100,
radius: 5,
radiusUnit: "kilometers"
});
const circleGraphic = new Graphic({
geometry: circleGeometry,
symbol: circleSymbol
});
// Añadimos círculo a la vista
view.graphics.add(circleGraphic);
// Parámetros de la consulta: área de búsqueda, categorías y apiKey
placesQueryParameters = new PlacesQueryParameters({
apiKey,
categoryIds: [activeCategory],
radius: 5000, // radio en metros
point: clickPoint
});
// Resultados de la consulta
const results = await places.queryPlacesNearPoint(
placesQueryParameters
);
tabulatePlaces(results);
}
// Procesado del array de resultados
function tabulatePlaces(results) {
resultPanel.innerHTML = "";
if (infoPanel) infoPanel.remove(); // Borrar elementos panel izquierdo
results.results.forEach((placeResult) => {
addResult(placeResult);
});
}
// Añadir simbología al mapa y listar los resultados en el panel izquierdo
async function addResult(place) {
const placePoint = {
type: "point",
y: place.location.y,
x: place.location.x
};
const placeGraphic = new Graphic({
geometry: placePoint
});
// Símbolo en función de la categoría
switch (activeCategory) {
case "11000":
placeGraphic.symbol = business;
break;
case "12000":
placeGraphic.symbol = community;
break;
case "13000":
placeGraphic.symbol = dining;
break;
case "19000":
placeGraphic.symbol = hotel;
break;
case "13387":
placeGraphic.symbol = wine;
break;
default:
placeGraphic.symbol = landmark;
}
// Añadir puntos a la capa gráfica del mapa
layer.graphics.add(placeGraphic);
map.add(layer);
// Parámetros para petición para obtener información detallada
const fetchPlaceParameters = new FetchPlaceParameters({
apiKey,
placeId: place.placeId,
requestedFields: ["all"]
});
const infoDiv = document.createElement("calcite-list-item");
const description = `${place.categories[0].label} - ${Number((place.distance / 1000).toFixed(1))} km`;
infoDiv.label = place.name;
infoDiv.description = description;
// Al seleccionar un elemento del panel de la izquierda, se abre un popup
infoDiv.addEventListener("click", async () => {
view.openPopup({
location: placePoint,
title: place.name,
content: "En el panel de la izquierda tiene más información"
});
// Destacar el lugar seleccionado
const layerView = await view.whenLayerView(layer);
highlightSelect = layerView.highlight(placeGraphic);
// Centrar la vista sobre el elemento seleccionado
view.goTo(placeGraphic);
// Pasamos como parámetros los parámetros de la petición del detalle y el lugar
getDetails(fetchPlaceParameters, placePoint);
});
resultPanel.appendChild(infoDiv);
}
// Coloca cada atributo en el panel de la izquierda
function setAttribute(heading, icon, validValue) {
if (validValue) {
const element = document.createElement("calcite-block");
element.heading = heading;
element.description = validValue;
const attributeIcon = document.createElement("calcite-icon");
attributeIcon.icon = icon;
attributeIcon.slot = "icon";
attributeIcon.scale = "m";
element.appendChild(attributeIcon);
infoPanel.appendChild(element);
}
}
// Obtener detalles para el panel de la izquierda
async function getDetails(fetchPlaceParameters, placePoint) {
// Obtener los detalles
const result = await places.fetchPlace(fetchPlaceParameters);
const placeDetails = result.placeDetails;
// Move the view to center on the selected place feature
// view.goTo(placePoint);
// Creación del panel de la izquierda para poner información del lugar
infoPanel = document.createElement("calcite-flow-item");
flow.appendChild(infoPanel);
infoPanel.heading = placeDetails.name;
infoPanel.description = placeDetails.categories[0].label;
// Atributos para cada lugar con la función setAttribute
setAttribute("Descripción", "information", placeDetails.description);
setAttribute(
"Dirección",
"map-pin",
placeDetails.address.streetAddress
);
setAttribute("Teléfono", "mobile", placeDetails.contactInfo.telephone);
setAttribute("Horario", "clock", placeDetails.hours.openingText);
setAttribute("Valoración", "star", placeDetails.rating.user);
setAttribute(
"Email",
"email-address",
placeDetails.contactInfo.email
);
setAttribute(
"Facebook",
"speech-bubble-social",
placeDetails.socialMedia.facebookId
? `www.facebook.com/${placeDetails.socialMedia.facebookId}`
: null
);
setAttribute(
"Twitter",
"speech-bubbles",
placeDetails.socialMedia.twitter
? `www.twitter.com/${placeDetails.socialMedia.twitter}`
: null
);
setAttribute(
"Instagram",
"camera",
placeDetails.socialMedia.instagram
? `www.instagram.com/${placeDetails.socialMedia.instagram}`
: null
);
// Al seleccionar la fecha de volver del menú, se quita el destacado y se cierra el popup del elemento anterior
infoPanel.addEventListener("calciteFlowItemBack", async () => {
view.closePopup();
highlightSelect.remove();
highlightSelect = null;
});
};
});
</script>
</body>
</html>