{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dawson Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.049698,
            51.636392
          ],
          [
            -0.049432,
            51.636669
          ],
          [
            -0.049426,
            51.636675
          ],
          [
            -0.049822,
            51.636871
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "207000536, N9 8BU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.049698408959762866,
          51.63639220555037
        ]
      }
    }
  ]
}