{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Regency Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.934442,
            52.405057
          ],
          [
            -1.93395,
            52.404859
          ],
          [
            -1.933928,
            52.40485
          ],
          [
            -1.933369,
            52.404814
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023492873, B38 8DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9344417889435004,
          52.40505738676403
        ]
      }
    }
  ]
}