{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crescent Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.493882,
            53.221332
          ],
          [
            -1.493607,
            53.221173
          ],
          [
            -1.493332,
            53.221015
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034491419, S42 7EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4938823071398362,
          53.22133161094124
        ]
      }
    }
  ]
}