Opened 14 years ago

Closed 14 years ago

#123 closed enhancement (fixed)

DataStore still using XML

Reported by: adube Owned by:
Priority: major Milestone:
Component: server Version:
Keywords: Cc:

Description

In the core server files of GeoPrisma, all objects were changed to read from standard php arrays instead of SimpleXML. Options are all stored as org_geoprisma_option_Option objects and properties as strings.

All but the DataStore params property, which is still stored as XML (as a string). This needs to be changed in order to have a DataStore 'layers' property and the rest should be classified as regular options.

The config_secur.xml will have to output the exact same thing as before, i.e. a <param> node.

The config.xml files will still need have to work using the original <param> node OR <layer> node with <options>.

Finally, the WidgetProxy class will need to be changed accordingly as well (it reads the 'params' property, looking for 'method' and 'widgettype' nodes). This should be changed to have 'method' and 'widgettype' options instead.

Change History (1)

comment:1 by adube, 14 years ago

Resolution: fixed
Status: newclosed

fixed, r854

Note: See TracTickets for help on using tickets.