{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greenhill Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.912413,
            52.617762
          ],
          [
            -1.913248,
            52.617964
          ],
          [
            -1.913905,
            52.618123
          ],
          [
            -1.913836,
            52.618232
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014139954, WS9 8SH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9124134749816604,
          52.617762479381724
        ]
      }
    }
  ]
}