{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mid Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.920027,
            57.750757
          ],
          [
            -3.919647,
            57.75075
          ],
          [
            -3.919549,
            57.750719
          ],
          [
            -3.919125,
            57.750582
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130161900, IV20 1UX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.92001586931275,
          57.750784438617224
        ]
      }
    }
  ]
}