{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Central Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.463892,
            53.497289
          ],
          [
            -1.464031,
            53.497399
          ],
          [
            -1.46417,
            53.497508
          ],
          [
            -1.464212,
            53.49754
          ],
          [
            -1.464253,
            53.497573
          ],
          [
            -1.464322,
            53.497626
          ],
          [
            -1.46439,
            53.49768
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2007001350, S74 0FG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4640979551722773,
          53.49769484379142
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022879415, S74 0LT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4638920236537476,
          53.497289437274695
        ]
      }
    }
  ]
}