{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hillside",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.081271,
            51.493106
          ],
          [
            -1.081383,
            51.493278
          ],
          [
            -1.081694,
            51.493224
          ],
          [
            -1.081831,
            51.4932
          ],
          [
            -1.082308,
            51.493214
          ],
          [
            -1.08233,
            51.493266
          ],
          [
            -1.082351,
            51.493317
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033019540, RG8 7HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0813137613295485,
          51.49313320034895
        ]
      }
    }
  ]
}