{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Earls Court Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.154467,
            51.499578
          ],
          [
            -3.154969,
            51.499487
          ],
          [
            -3.155471,
            51.499397
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014199958, CF23 9DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.155471393092236,
          51.49939712045844
        ]
      }
    }
  ]
}