{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Magnet Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.64423,
            54.624932
          ],
          [
            -1.644318,
            54.625272
          ],
          [
            -1.644406,
            54.625611
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014016312, DL4 2JJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6442211051288889,
          54.62492751020718
        ]
      }
    }
  ]
}