{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Summit Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.912807,
            53.870055
          ],
          [
            -1.912815,
            53.869911
          ],
          [
            -1.912823,
            53.869767
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590553, BD21 2EP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9128226516489348,
          53.86992027159767
        ]
      }
    }
  ]
}