CodeWithAloha / Hawaii-Zoning-Atlas

Interactive map showing how outdated zoning laws make it hard to build diverse, affordable housing in Hawaii.
https://hawaiizoningatlas.com
MIT License
22 stars 11 forks source link

Split Federal/State Overlay #2

Closed ggordn3r closed 1 year ago

ggordn3r commented 1 year ago

Current implementation treats public land as a single on/off switch: Federal/State. A better implementation would separate federal and state into two overlay layers, (a) Federal and (b) State.

See var loadFederalState = function() in map.js.

Underlying data is saved to HZA Data repo.

tyliec commented 1 year ago

Closing in favor of https://github.com/CodeforHawaii/Hawaii-Zoning-Atlas/issues/25