Skip to content

Commit

Permalink
chore: HealthCareFacilities -> LicensedHealthCareFacilities
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jul 29, 2024
1 parent faa630e commit 53e0080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified maps/Maps.aprx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/locate_pallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def build(self, target):
self.add_crates(['EnterpriseZones', taxEntities],
{'source_workspace': self.sgid,
'destination_workspace': self.economy})
self.add_crate(('HealthCareFacilities', self.sgid, self.health))
self.add_crate(('LicensedHealthCareFacilities', self.sgid, self.health))
self.add_crate(('LandOwnership', self.sgid, self.cadastre))
self.add_crate(('Schools_HigherEducation', self.sgid, self.society))
self.add_crate(('ZoomLocations', self.sgid, self.location))
Expand Down

0 comments on commit 53e0080

Please sign in to comment.