{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hallforest Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.163978,
            55.873427
          ],
          [
            -4.163945,
            55.87325
          ],
          [
            -4.163912,
            55.873072
          ],
          [
            -4.163888,
            55.872941
          ],
          [
            -4.163863,
            55.872809
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700393824, G33 3TB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.163977668186986,
          55.87342685833309
        ]
      }
    }
  ]
}