{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "value": 100,
        "tvalue": 50,
        "name": "大话"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          121.51035547256471,
          31.24036160618901
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "value": 200,
        "tvalue": 150,
        "name": "大话2"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          121.5097975730896,
          31.23973783023741
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "value": 50,
        "tvalue": 450,
        "name": "大话3"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          121.51046276092528,
          31.239921294180174
        ]
      }
    }
  ]
}