{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wesley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.477474,
            53.550624
          ],
          [
            -1.477439,
            53.550727
          ],
          [
            -1.477404,
            53.550831
          ],
          [
            -1.47733,
            53.550877
          ],
          [
            -1.477256,
            53.550923
          ],
          [
            -1.476882,
            53.551095
          ],
          [
            -1.476508,
            53.551267
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022878088, S70 1SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4765077652870584,
          53.551267204465
        ]
      }
    }
  ]
}