{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sentinal Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.249121,
            54.111503
          ],
          [
            -3.249026,
            54.111394
          ],
          [
            -3.248931,
            54.111286
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "36042867, LA14 3QW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.249136191977952,
          54.1115263822421
        ]
      }
    }
  ]
}