{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Howlet Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.035591,
            55.764144
          ],
          [
            -4.036143,
            55.764188
          ],
          [
            -4.036695,
            55.764232
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484170433, ML3 7NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.0355749351132,
          55.76414297331514
        ]
      }
    }
  ]
}