{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thornbank Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.799494,
            55.610958
          ],
          [
            -2.799894,
            55.61074
          ],
          [
            -2.800295,
            55.610522
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "116071709, TD1 3DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.800294544403152,
          55.61052167989914
        ]
      }
    }
  ]
}