{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Park Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.309483,
            51.129313
          ],
          [
            1.309216,
            51.129172
          ],
          [
            1.308948,
            51.129031
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034879729, CT16 1DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.3094688399579333,
          51.12931356246211
        ]
      }
    }
  ]
}