{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pool Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.888498,
            52.496317
          ],
          [
            -1.888356,
            52.496293
          ],
          [
            -1.888215,
            52.496269
          ],
          [
            -1.888062,
            52.496243
          ],
          [
            -1.887909,
            52.496217
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023500254, B6 4TN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.888026623766315,
          52.49624424579145
        ]
      }
    }
  ]
}