{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Temperance Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.217169,
            52.190215
          ],
          [
            -2.217148,
            52.19038
          ],
          [
            -2.217128,
            52.190544
          ],
          [
            -2.217113,
            52.190654
          ],
          [
            -2.217098,
            52.190764
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145462, WR1 2AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2171687441277763,
          52.190215201978035
        ]
      }
    }
  ]
}