{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sutton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.354737,
            53.750269
          ],
          [
            -0.354833,
            53.750131
          ],
          [
            -0.35493,
            53.749992
          ],
          [
            -0.354937,
            53.749978
          ],
          [
            -0.354945,
            53.749965
          ],
          [
            -0.354963,
            53.749931
          ],
          [
            -0.354982,
            53.749897
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008633767, HU3 1BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3547365952956746,
          53.75026922401883
        ]
      }
    }
  ]
}