Hi all
I have got the views on GIS. Now i need to start putting the system tables for GIS into OXD database, and write services for accessing data etc.
For now, it is required to store 2 sets of data, 1 set containing all Views and the other containing all Datasets.
The Views will basically contain details like Name, Datasets in the view, Zoom of the map, Center location of the map - lat, lon.
The Dataset will contain Name, Form version Id of the form on which the query is created, sql query, GPS columns - lat, lon/combined gps question.
I basically want to discuss how the tables should be created and how the data for GIS will fit in as system tables in OpenXdata.
There are various options that I am considering:
1. Create 2 different tables, one for Views and one for Dataset.
2. Create a single GIS table which will contain all data as key-value pairs (something like Settings table)
3. Any other suggestion that somebody can think of
Regards
Raghu