{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brompton Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.477598,
            54.860439
          ],
          [
            -1.47727,
            54.859939
          ],
          [
            -1.476941,
            54.859439
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45135543, DH4 4SZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4776618488607876,
          54.86034969883664
        ]
      }
    }
  ]
}