{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chalmers Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.584817,
            56.312698
          ],
          [
            -3.585189,
            56.312517
          ],
          [
            -3.58556,
            56.312336
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124079449, PH2 0SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5848687735202933,
          56.31258846494296
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124087828, PH2 0SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.58482513618794,
          56.31270583543984
        ]
      }
    }
  ]
}