06/10/2017, 07:03
|
| | Fecha de Ingreso: junio-2015
Mensajes: 9
Antigüedad: 9 años, 7 meses Puntos: 0 | |
Respuesta: leer un json desde un archivo muchas gracias por la ayuda pero ya e solucionado el tema que fue de este forma
$.getJSON('data/mi.json', function (data) {
var items = data.features.map(function (item) {
var variable= item.properties.id;
var variable = variable + item.properties.fill;
}
return variable;
} |