{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Mary Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.507224,
            52.407718
          ],
          [
            -1.507261,
            52.407516
          ],
          [
            -1.507297,
            52.407314
          ],
          [
            -1.507328,
            52.40711
          ],
          [
            -1.50736,
            52.406907
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014005500, CV1 5RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5072243430496617,
          52.40771758293889
        ]
      }
    }
  ]
}