{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Longley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.113687,
            53.538992
          ],
          [
            -2.11364,
            53.5389
          ],
          [
            -2.113592,
            53.538807
          ],
          [
            -2.113502,
            53.538632
          ],
          [
            -2.113412,
            53.538458
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012727089, ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1133547975738107,
          53.53882123899209
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116551, OL1 1AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1136872113801504,
          53.53899170140716
        ]
      }
    }
  ]
}