json.type 'Feature'
json.geometry do 
  json.type 'Point'
  json.coordinates item.location.reverse 
end
json.properties do
  json.name  item.name
  json.typ   item.typ
  json.popup item.cache_popup
  json.icon_url  item.icon_url
end

