jaycrossler / geoq-django

Collect geospatial features and manage feature collection among groups of users.
Other
12 stars 0 forks source link

Remove the JSON fields from Features and FeatureTypes? #13

Closed garnertb closed 10 years ago

garnertb commented 10 years ago

The Feature and FeatureType classes have JSON fields that are meant to be combined with a nice user interface to allow the user to add key value pairs to specify complex styles or field attributes. To meet short term functionality needs, we may want to change the JSON fields to related tables. If not, we need to add the UI components that can abstract the JSON from the user.

jackiekazil commented 10 years ago

Help me understand how this functionality would look on the front-end.