{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "York Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.521119,
            52.404709
          ],
          [
            -1.520964,
            52.404964
          ],
          [
            -1.520808,
            52.405219
          ],
          [
            -1.520792,
            52.405246
          ],
          [
            -1.520775,
            52.405274
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014005938, CV1 3GJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.521119150407525,
          52.40470900508109
        ]
      }
    }
  ]
}