{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Derby Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.468918,
            52.037986
          ],
          [
            -4.468722,
            52.037871
          ],
          [
            -4.468525,
            52.037756
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023607742, SA38 9AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.4685190599457085,
          52.037756325047624
        ]
      }
    }
  ]
}