Production URL: locate.utah.gov Staging URL: locate.dev.utah.gov
scripts/locate_pallet.py
updates and processes data for this app via
maps/MapService.mxd
as BBEcon/MapService
scripts/Toolbox.tbx/Generate Report
as BBEcon/GenerateReport
x: -12452500, y: 4979214
settings
folder does not get copied to the server when publishing the GenerateReport gp tool. This has to be done manually.bbecon-static.gdb
economy.gdb\TaxEntities20**
so that the join will be triggered on next forklift run.locate_pallet.py
and scripts/settings_ib/__init__.py
.
__init__.py
will need to be updated on both mapserv machines.hashing/bbecon.gdb
and hashing/economy.gdb
forklift special-delivery locate_pallet.py
maps/MapService.mxd
and republish.maps\MapService.mxd
.
Historic1
is current year minus one. Historic2
is current year minus two and so forth.ECONOMY.EnterpriseZones
) and individual years can be queried using the EXPYR
field (e.g. for 2020: EXPYR NOT IN ('2018', '2019')
).lib/app/templates/EnterpriseZones.html
Year | Layer | Query or Dataset |
---|---|---|
2023 | EnterpriseZones | EXPYR IN ('2023', '2024') |
2022 | EnterpriseZones_Historic1 | EXPYR NOT IN ('2018', '2019', '2020', '2021') |
2021 | EnterpriseZones_Historic2 | EXPYR NOT IN ('2018', '2019', '2020') |
bbecon-static.gdb
C:\forklift\data\static\bbecon-static.gdb
on the forklift machine.bbecon-static.gdb\PolygonData
so that it gets rebuilt on the next forklift run.