{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pine Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.707636,
            51.647095
          ],
          [
            -0.707399,
            51.646975
          ],
          [
            -0.707161,
            51.646854
          ],
          [
            -0.707097,
            51.646812
          ],
          [
            -0.707033,
            51.646769
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10004798175, HP15 7TT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.7071224454325634,
          51.64687378822132
        ]
      }
    }
  ]
}