Skip to content

dkniffin/wake-greenway-plan

Repository files navigation

Wake County Greenway Plan Map

Wake County, NC has an official greenway plan, which can be found here. However, it is not interactive, and doesn't show high detail.

Each town also has their own plans for greenways and other pedestrian areas, but they are each in their own separate map, and most are not interactive.

I wanted a way to see all this information in one place, interactively. So I created this map.

How it was made

  1. Download each of the individual town maps:
  1. Convert the PDF to PNG, using this site
  2. Crop the image to only include the map
  3. Show the map via Leaflet's ImageOverlay
  4. Position the map, by obtaining rough coordinates based on visual inspection, then adjusting.
  5. Edit the photos using Photopea (a free photoshop clone). Use magic wand to select specific colors for the greenway trails and whatnot. Invert selection, delete. Export PNG
  6. Swap the displayed image for the new one with only the important parts.