{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Commercial Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.634505,
            53.589352
          ],
          [
            -0.634426,
            53.589295
          ],
          [
            -0.634348,
            53.589238
          ],
          [
            -0.633563,
            53.58875
          ],
          [
            -0.632779,
            53.588263
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024307056, DN16 1AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6345017920680324,
          53.589357704945115
        ]
      }
    }
  ]
}