{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Willow Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.238275,
            51.099062
          ],
          [
            -0.238367,
            51.099195
          ],
          [
            -0.238459,
            51.099327
          ],
          [
            -0.238487,
            51.099368
          ],
          [
            -0.238515,
            51.099409
          ],
          [
            -0.238558,
            51.099471
          ],
          [
            -0.238601,
            51.099533
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093100579, RH12 0AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.23831903640755261,
          51.09907155721729
        ]
      }
    }
  ]
}