{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barrie Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.148421,
            53.49989
          ],
          [
            -1.148438,
            53.500187
          ],
          [
            -1.148455,
            53.500484
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006606229, DN4 8NS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1484063579961088,
          53.49989025188613
        ]
      }
    }
  ]
}