Open zmon opened 8 years ago
@zmon How do I assign myself to this ticket? it appears I don't currently have the permission to do so...
Don't worry about that.
On Mon, Dec 14, 2015 at 1:49 PM, Josiah notifications@github.com wrote:
@zmon https://github.com/zmon How do I assign myself to this ticket? it appears I don't currently have the permission to do so...
— Reply to this email directly or view it on GitHub https://github.com/UMKC-Law/Parcel-Assessment-Tool/issues/49#issuecomment-164540046 .
Paul Barham 816-679-8010
In js/Formulas.js is a ZoneTable at the bottom. This needs to be replaced with that .json data in
data/Zoning_Codes/zoning_codes.json
(which can be moved and can be statically served) See the README.md in data/Zoning_CodesNote that in the existing code it assumes that there is only one Zone called R-80, but there are three in the JSON file.
The .json file can be changed to meet your needs.
Background information