{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hartwell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.143323,
            52.96254
          ],
          [
            -1.143376,
            52.962449
          ],
          [
            -1.14343,
            52.962358
          ],
          [
            -1.143523,
            52.96221
          ],
          [
            -1.143569,
            52.962137
          ],
          [
            -1.143451,
            52.9621
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009155755, NG3 4BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1438361855270374,
          52.96218378768836
        ]
      }
    }
  ]
}