-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedafologia.js
26 lines (26 loc) · 973 Bytes
/
edafologia.js
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
var edafologia = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-65.4061880000000002155502443201839923858642578125,
-24.73826999999999998181010596454143524169921875
]
},
"properties": {
"id": "01",
"punto": "01",
"titulo": "CASA DE ARIEL",
"descripcion": "PRUEBA PARA ASIGNAR EL NOMBRE DIRECTAMENTE A LA LAYER, LA PRIMERA VEZ, LUEGO SE AGREGAN LOS PUNTOS GEOREFERENCIADOS",
"institucion": "UNSA INENCO INECOA NUMFOCUS PROYECT JUPYTER PYTHON NORTE",
"ecorregion": "SELVA DE YUNGAS",
"fuente": "ARIEL SILVIO NORBERTO RAMOS",
"altura": "1200 msnm",
"url": "https://pythonnorte.ar"
}
}
]
};