Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/10/2017, 07:03
jordenes85
 
Fecha de Ingreso: junio-2015
Mensajes: 9
Antigüedad: 8 años, 11 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;
}