GSoC/GCI Archive
Google Code-in 2010 KDE

Create GeoSceneVector tagwriter classes + unit tests in preparation for further editing of the legend.

completed by: Utku Aydın

mentors: tackat

To be able to write sections like this:

            <layer name="mwdbii" backend="vector" role="polyline">
                <vector name="pdiffborder" feature="border">
                    <sourcefile format="PNT"> earth/mwdbii/PDIFFBORDER.PNT </sourcefile>
                    <pen color="#ffe300" />
                </vector>
            </layer>

all related TagWriter classes need to get implemented (just like it has been done for the TextureLayer case before). And unit tests need to get written.

This needs to be done in preparation for the Legend task.