ucd-cws / suitability-analysis

Web application for determining relocation options for highly flooded towns
1 stars 2 forks source link

Parcels class assumes that ID field is "OBJECTID" - will need a better interface to that in the future #3

Open nickrsan opened 8 years ago

nickrsan commented 8 years ago

When building the main interface, make sure to include a way to specify the ID field for the parcels data

nickrsan commented 8 years ago

Another potential question here is that if the ID is OBJECTID, it can make joins weird if we don't correct for it. Should we add our own ID field to the layer?