{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lon Temple",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.13314,
            53.229235
          ],
          [
            -4.133092,
            53.229253
          ],
          [
            -4.133044,
            53.229272
          ],
          [
            -4.132685,
            53.229423
          ],
          [
            -4.132326,
            53.229575
          ],
          [
            -4.132504,
            53.229769
          ],
          [
            -4.132681,
            53.229962
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024096427, LL57 2BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.132681377351036,
          53.22996226488838
        ]
      }
    }
  ]
}