{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cambridge Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.937051,
            53.402545
          ],
          [
            -2.93713,
            53.402419
          ],
          [
            -2.93721,
            53.402292
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38256587, L15 2JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.938302719329184,
          53.40066559786697
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38284515, L15 2JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.938200815509737,
          53.400819210180714
        ]
      }
    }
  ]
}