{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Warwick Street South",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.349439,
            53.425864
          ],
          [
            -1.349081,
            53.425647
          ],
          [
            -1.348723,
            53.425429
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023207033, S60 2PR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3494543575914815,
          53.42585528764972
        ]
      }
    }
  ]
}