{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Georgia Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.770245,
            51.697613
          ],
          [
            -1.770861,
            51.697902
          ],
          [
            -1.771477,
            51.69819
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10015828570, GL7 4DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.766380317815605,
          51.69797457978
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023476479, GL7 4DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.770216463351951,
          51.69760450684582
        ]
      }
    }
  ]
}