{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fair Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.35958,
            51.469445
          ],
          [
            -0.359411,
            51.469151
          ],
          [
            -0.359243,
            51.468857
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001272145, TW3 1QL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3595890111532391,
          51.469460413854186
        ]
      }
    }
  ]
}