{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Mark's Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.574993,
            54.979061
          ],
          [
            -1.575564,
            54.979036
          ],
          [
            -1.576134,
            54.979011
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510715061, NE6 2UU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.574993117726444,
          54.97906141999047
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510751826, NE6 2TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5759953029663236,
          54.97884924481518
        ]
      }
    }
  ]
}