{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "George Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.277178,
            53.494752
          ],
          [
            -1.277184,
            53.494423
          ],
          [
            -1.277184,
            53.494401
          ],
          [
            -1.27667,
            53.494402
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006608126, S64 0JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2771781450100108,
          53.4947515819463
        ]
      }
    }
  ]
}