{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Abbotsford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.019015,
            53.410899
          ],
          [
            -3.019497,
            53.410811
          ],
          [
            -3.019689,
            53.410776
          ],
          [
            -3.019793,
            53.410946
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42181990, CH44 6NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0189989253313,
          53.41087167255053
        ]
      }
    }
  ]
}