{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Manning Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.746693,
            53.450773
          ],
          [
            -2.746134,
            53.4507
          ],
          [
            -2.745576,
            53.450627
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39036479, WA10 1PQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.745725093491286,
          53.45054520285069
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39202551, WA10 3SY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7466777416639303,
          53.45077295694752
        ]
      }
    }
  ]
}