Ticket #59 (new task)
XML: Make datasource 'type' parameter an attribute of <Datasource/>
Description
Is:
<Datasource>
<Parameter name="type">postgis</Parameter>
<!-- snip -->
</Datasource>
Should:
<Datasource type='postgis'>
<!-- snip -->
</Datasource>
Change History
Note: See
TracTickets for help on using
tickets.
