{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hamilton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.222964,
            57.478826
          ],
          [
            -4.222857,
            57.478682
          ],
          [
            -4.222847,
            57.478669
          ],
          [
            -4.222739,
            57.478523
          ],
          [
            -4.222513,
            57.47822
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130160810, IV1 1HN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.222997724012748,
          57.478832579041566
        ]
      }
    }
  ]
}