{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Emily Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.730274,
            53.362641
          ],
          [
            -2.730522,
            53.362675
          ],
          [
            -2.730771,
            53.36271
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012254844, WA8 6AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.731206208903071,
          53.36267997865281
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012827609, WA8 7QZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.731943764233347,
          53.36187545108183
        ]
      }
    }
  ]
}