{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bertram Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.870103,
            55.842806
          ],
          [
            -3.869915,
            55.842547
          ],
          [
            -3.869726,
            55.842288
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "118163078, ML7 4NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8700773028708038,
          55.84280118112952
        ]
      }
    }
  ]
}