ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
698 stars 131 forks source link

Give users ability to select information about a feature from a drop down list #60

Open swohlever opened 10 years ago

swohlever commented 10 years ago

Jay suggested this. I am not sure exactly what type of info the list should be populated with.

The Feature model has a JSONField called “properties” that could be leveraged for this.

jaycrossler commented 10 years ago

I was thinking that a supervisor could add "common items" to a job, then if these exist, there could be a drop-down showing these when adding to each feature.

jackiekazil commented 10 years ago

Related group of issues: #34, #59, #60