Hi,
I am working on a project that would allow me to keep map layer properties like the filepath of shapefile, the styles (point, line, text, area), initial zoomlevel, final zoom level, projection type etc. in an xml file and be able to create a layer based on the parameters in this xml file. Will deserialising be the apprpriate methodology for doing such kind of work or in other words can I deserialize properties like ZoomLevel, Areastyles, Linestyles, pointstyles, textstyles?
I have created a simple application without deserialization that reads the style type, shapefile path, and creates a layer based on these properties. But I can only assign one areastyles like country1 insde the code. I want to be able to get thewhat type of style to be from the xml like localroad or country2 etc. and create the layer based on what is in the xml file.
Thanks in advance,