{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St James' Square",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.499453,
            50.705935
          ],
          [
            -1.499452,
            50.705927
          ],
          [
            -1.499451,
            50.705918
          ],
          [
            -1.499459,
            50.705803
          ],
          [
            -1.499467,
            50.705689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023712217, PO41 0NS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4994528113536842,
          50.70593521301008
        ]
      }
    }
  ]
}