{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orr Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.428923,
            55.845831
          ],
          [
            -4.429245,
            55.846002
          ],
          [
            -4.429567,
            55.846172
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123102029, PA1 2DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.429725032127035,
          55.84623844653001
        ]
      }
    }
  ]
}