{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fraser Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.667064,
            57.303078
          ],
          [
            -3.66813,
            57.303181
          ],
          [
            -3.669196,
            57.303284
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130189887, PH26 3PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.667081384679259,
          57.303087192337856
        ]
      }
    }
  ]
}