{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodville Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.846584,
            53.638814
          ],
          [
            -1.846558,
            53.638768
          ],
          [
            -1.846532,
            53.638722
          ],
          [
            -1.846484,
            53.638636
          ],
          [
            -1.846436,
            53.63855
          ],
          [
            -1.846375,
            53.638459
          ],
          [
            -1.846313,
            53.638367
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83205868, HD7 4AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8463133027163736,
          53.63836694904758
        ]
      }
    }
  ]
}