{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Peathill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.248758,
            55.877414
          ],
          [
            -4.248112,
            55.877402
          ],
          [
            -4.247465,
            55.87739
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700395634, G21 1JE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.248805292730765,
          55.87743289511299
        ]
      }
    }
  ]
}