{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elms Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.304199,
            52.606074
          ],
          [
            -1.304326,
            52.606299
          ],
          [
            -1.304352,
            52.606344
          ],
          [
            -1.304621,
            52.606441
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023824161, LE9 7RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.304162226710526,
          52.606079497629864
        ]
      }
    }
  ]
}