{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hatfield Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.827524,
            54.076715
          ],
          [
            -2.827303,
            54.076505
          ],
          [
            -2.827082,
            54.076296
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009290624, LA4 6RQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8272527017858495,
          54.07642917261446
        ]
      }
    }
  ]
}