{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Largo Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.820404,
            56.214354
          ],
          [
            -2.820335,
            56.214552
          ],
          [
            -2.820316,
            56.214606
          ],
          [
            -2.820135,
            56.214713
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "320273540, KY9 1EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.820395374509617,
          56.21434354667574
        ]
      }
    }
  ]
}