{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rose Hill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.287563,
            53.730931
          ],
          [
            -2.287764,
            53.730934
          ],
          [
            -2.287965,
            53.730938
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014331244, BB4 8BW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2875483255331335,
          53.73093104851896
        ]
      }
    }
  ]
}