{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mars Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.393563,
            53.64526
          ],
          [
            -2.394014,
            53.64527
          ],
          [
            -2.394107,
            53.645092
          ],
          [
            -2.394293,
            53.644734
          ],
          [
            -2.394239,
            53.644661
          ],
          [
            -2.394065,
            53.644632
          ],
          [
            -2.393891,
            53.644603
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010318577, BL7 0AW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3939060328425965,
          53.644593522517454
        ]
      }
    }
  ]
}