{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dorman Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.168284,
            53.471766
          ],
          [
            -2.168182,
            53.471779
          ],
          [
            -2.16808,
            53.471792
          ],
          [
            -2.167943,
            53.47181
          ],
          [
            -2.167807,
            53.471828
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023047733, M11 1NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1678025555972664,
          53.47196425301544
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023064226, M11 1WH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.168283855847744,
          53.47176582907435
        ]
      }
    }
  ]
}