{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "French Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.922152,
            55.776251
          ],
          [
            -3.921836,
            55.776629
          ],
          [
            -3.92152,
            55.777007
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "118093975, ML2 7JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.92238395497577,
          55.77675045689275
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "118164461, ML2 7JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9221520678317345,
          55.77625082009222
        ]
      }
    }
  ]
}