{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Robert Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.025664,
            53.395264
          ],
          [
            -3.025074,
            53.395098
          ],
          [
            -3.024483,
            53.394932
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42098316, CH41 3PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.025545961522724,
          53.39535458720716
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42184818, CH41 3LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0244830989589064,
          53.3949322432451
        ]
      }
    }
  ]
}