{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Henley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.123539,
            53.549359
          ],
          [
            -2.12357,
            53.549375
          ],
          [
            -2.123601,
            53.54939
          ],
          [
            -2.12378,
            53.549492
          ],
          [
            -2.123958,
            53.549593
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000019121, OL1 2AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1248543528860084,
          53.549667681534956
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000118076, OL1 2NH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1236008429609075,
          53.549390347791736
        ]
      }
    }
  ]
}