{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jewell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.001663,
            51.600323
          ],
          [
            -3.001892,
            51.600204
          ],
          [
            -3.00212,
            51.600085
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010551437, NP20 5QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0021201159512865,
          51.60008530750194
        ]
      }
    }
  ]
}