Skip to content

michaelcolenso/tcplatmap

Repository files navigation

Traverse City Plat Map

Modernized map-only rebuild of the original tcplatmap app.

Run locally

  1. Install deps:
npm install
  1. Generate data/sales.json (offline, using the bundled legacy ArcGIS export):
npm run data:convert:legacy-sales
  1. Start the server:
npm run dev

Open http://localhost:8080.

Refresh sales data from ArcGIS REST (on-demand)

  1. Copy env template:
cp .env.example .env
  1. Set ARCGIS_SALES_URL in .env to the ArcGIS layer /query endpoint, then run:
npm run data:fetch:sales

Legacy code

The original 2014-era app (auth + API demos + Mongo) is preserved under legacy/ and is not used by the current server.

About

a plat map for Traverse City, Michigan built with d3.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 43