{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Edward Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.425647,
            53.843296
          ],
          [
            -0.425859,
            53.843392
          ],
          [
            -0.42607,
            53.843488
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009930459, HU17 0AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4258720761731621,
          53.84337957366542
        ]
      }
    }
  ]
}