{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "East Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.323232,
            53.746947
          ],
          [
            -0.323454,
            53.747076
          ],
          [
            -0.323676,
            53.747205
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008631980, HU9 1DN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3236918254609331,
          53.747196231773025
        ]
      }
    }
  ]
}