{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Doric Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.009112,
            53.373894
          ],
          [
            -3.00907,
            53.37371
          ],
          [
            -3.009028,
            53.373526
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42182989, CH42 2BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0091119187285926,
          53.373885139843196
        ]
      }
    }
  ]
}