Сообщение от Kolyaj
|
Ну значит m.lat[i] не массив.
|
if(m['mcount'] > 0) {
while(i < m['mcount']) {
for(var i2=0;i2 < all_lat.length;i2++){
console.log(m);
if(m['lat'].length > 0) {
if(m['lat'][i] == all_lat[i2]){
m['lat'][i].splice(i,1);
m['lng'][i].splice(i,1);
}
}
}
i++;
}
}
Object lat=[2] lng=[2] mcount=2
Lat:
["56.50097598931345", "56.49983904637648" 0=56.50097598931345 1=56.49983904637648]