Skip to content

Vonter/blr-yesterday

Repository files navigation

blr-yesterday

The code that powers BLR Yesterday

Develop

  • Install dependencies with pnpm install (or npm install)
  • Start local dev server with pnpm run dev (or npm run dev)
  • Build site deployment assets with pnpm run build (or npm run build)

Planned

  • Map
    • Allow quick switching/comparison between any 2 years
    • Preload adjacent years/tiles
  • Images (Migrate https://otd.vonter.top)
    • Atom feed
    • Search feature
    • Custom annotations
    • Location metadata to use on map
  • Other
    • Gazette
    • Reports
    • State Archives

Maps

The maps have been sourced from multiple places:

The scanned maps are made available on the site using the following steps:

  1. Georeferenced using the Georeferencer plugin for QGIS.
  2. Exported to GeoTIFF format.
  3. Saved as XYZ tiles using gdal2tiles
  4. Uploaded to an R2 Bucket on Cloudflare.

If you'd like to contribute a new map, create an issue with details about the map.