{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cripley Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.272007,
            51.753551
          ],
          [
            -1.271777,
            51.753567
          ],
          [
            -1.271547,
            51.753584
          ],
          [
            -1.271313,
            51.7536
          ],
          [
            -1.271079,
            51.753617
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013990838, OX2 0AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2720068559174091,
          51.75355071179616
        ]
      }
    }
  ]
}