Production URL: locate.utah.gov Staging URL: locate.dev.utah.gov
scripts/locate_pallet.py updates and processes data for this app via
- Publish
maps/MapService.mxdasBBEcon/MapService - Publish
scripts/Toolbox.tbx/Generate ReportasBBEcon/GenerateReport- Test point:
x: -12452500, y: 4979214 - Synchronous
- Test point:
- Update table in
bbecon-static.gdb - Delete
economy.gdb\TaxEntities20**so that the join will be triggered on next forklift run.
- Update
locate_pallet.pyandscripts/settings_ib/__init__.py.__init__.pywill need to be updated on both mapserv machines.
- Delete old feature class in
hashing/bbecon.gdbandhashing/economy.gdb forklift special-delivery locate_pallet.py- Update layer in
maps/MapService.mxdand republish.
- Update definition queries in
maps\Maps.aprx\MapService.Historic1is current year minus one.Historic2is current year minus two and so forth.- For years 2018+ the data is contained in SGID (
ECONOMY.EnterpriseZones) and individual years can be queried using theEXPYRfield (e.g. for 2020:EXPYR NOT IN ('2018', '2019')).
- Update labels in
lib/app/templates/EnterpriseZones.html
| Year | Layer | Query or Dataset |
|---|---|---|
| 2024 | EnterpriseZones | EXPYR = '2024' |
| 2023 | EnterpriseZones | EXPYR IN ('2023', '2024') |
| 2022 | EnterpriseZones | EXPYR IN ('2022', '2023', '2024') |
- Update the relevant data in
C:\forklift\data\static\bbecon-static.gdbon the forklift machine. - Delete
bbecon-static.gdb\PolygonDataso that it gets rebuilt on the next forklift run.
uglify-jsgreater than3.17.4breaksnpm run build:prod. Last checked with3.19.3