fpdcc / document-search

Search and management interface for spatial documents at the Forest Preserves of Cook County.
2 stars 0 forks source link

get license data from GIS DB not a separate DB #65

Open glw opened 4 years ago

glw commented 4 years ago

We have one License table in the GIS db and one in the db for this application. We would liek to update the application to find licenses via the GIS db not a separate one.

smcalilly commented 1 year ago

this would need read and write.

smcalilly commented 1 year ago

@smcalilly make sure the data is up to date/synced with the GIS data.

smcalilly commented 7 months ago

To clarify, the application reads from the GIS database and uses that information to write a new geojson object for the document. If the GIS data changes for a specific object (say, a license where license_id=12 is connected to a trail with trails_id=123 and the polygon changes for that trail), then the document search database doesn't currently track the change.