{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Johnny Moores Hill Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.812407,
            53.641087
          ],
          [
            -1.812727,
            53.641015
          ],
          [
            -1.812778,
            53.641003
          ],
          [
            -1.813064,
            53.641024
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83219819, HD1 4UP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.812392290145705,
          53.6410870421552
        ]
      }
    }
  ]
}