{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Millhill Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.504581,
            55.627375
          ],
          [
            -4.505195,
            55.627643
          ],
          [
            -4.50581,
            55.62791
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "127060679, KA3 2DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.504580861403239,
          55.62737483525052
        ]
      }
    }
  ]
}