{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.517695,
            53.496874
          ],
          [
            -2.51758,
            53.496864
          ],
          [
            -2.517464,
            53.496854
          ],
          [
            -2.517311,
            53.49684
          ],
          [
            -2.517157,
            53.496826
          ],
          [
            -2.516732,
            53.496772
          ],
          [
            -2.516307,
            53.496718
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014067345, WN7 1AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.516820047325365,
          53.49678781542782
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093943826, WN7 1DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.51745498978983,
          53.49693787191729
        ]
      }
    }
  ]
}