{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.247212,
            53.790019
          ],
          [
            -2.246772,
            53.790051
          ],
          [
            -2.246332,
            53.790083
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014134067, BB11 1PQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2472123154105472,
          53.79001860241084
        ]
      }
    }
  ]
}