{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Suddick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.39897,
            54.919351
          ],
          [
            -1.398914,
            54.919481
          ],
          [
            -1.398857,
            54.919611
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45158184, SR5 2AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3988572379206357,
          54.919610721704274
        ]
      }
    }
  ]
}