{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Street South",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.998279,
            51.235677
          ],
          [
            -2.99828,
            51.235812
          ],
          [
            -2.998281,
            51.235947
          ],
          [
            -2.9983,
            51.236099
          ],
          [
            -2.998318,
            51.236252
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013413466, TA8 1BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9983182253485956,
          51.236251798794406
        ]
      }
    }
  ]
}