{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Long Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.532697,
            50.935066
          ],
          [
            0.532803,
            50.935106
          ],
          [
            0.532936,
            50.935355
          ],
          [
            0.532944,
            50.935583
          ],
          [
            0.532966,
            50.936152
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093336390, TN33 0QJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5327247626255198,
          50.935056933585436
        ]
      }
    }
  ]
}