{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "North Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.005751,
            51.687846
          ],
          [
            -0.005813,
            51.687685
          ],
          [
            -0.005799,
            51.687605
          ],
          [
            -0.005755,
            51.687361
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022855121, EN9 1BZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.0057556490601822045,
          51.68735167741452
        ]
      }
    }
  ]
}