{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Forest Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.426148,
            55.832935
          ],
          [
            -4.426396,
            55.832688
          ],
          [
            -4.426644,
            55.83244
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123100313, PA2 6JQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.42614816371123,
          55.83293508732928
        ]
      }
    }
  ]
}