{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Plain Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.484226,
            53.740805
          ],
          [
            -2.484463,
            53.740935
          ],
          [
            -2.484502,
            53.740956
          ],
          [
            -2.484708,
            53.740852
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010318935, BB2 3PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4847127256513213,
          53.74084744057753
        ]
      }
    }
  ]
}