{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Trinity Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.337948,
            55.775255
          ],
          [
            -2.33838,
            55.775084
          ],
          [
            -2.338663,
            55.774973
          ],
          [
            -2.338694,
            55.774871
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "116080955, TD11 3HA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3379411190917723,
          55.77524580120635
        ]
      }
    }
  ]
}