-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117459/#review55310
-----------------------------------------------------------


This review has been submitted with commit 
c992fd62015f3c0e8725ad2117aad41054735377 by Dennis Nienhüser on behalf of Marek 
Hakala to branch master.

- Commit Hook


On April 9, 2014, 7:10 p.m., Marek Hakala wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117459/
> -----------------------------------------------------------
> 
> (Updated April 9, 2014, 7:10 p.m.)
> 
> 
> Review request for Marble and Dennis Nienhüser.
> 
> 
> Bugs: 332260
>     http://bugs.kde.org/show_bug.cgi?id=332260
> 
> 
> Repository: marble
> 
> 
> Description
> -------
> 
> This task is about implementing full support for the KML extrude tag. It can 
> occur as a child element of <Point>, <Polygon>, <LineString> and 
> <LinearRing>. See 
> https://developers.google.com/kml/documentation/kmlreference for details.
> - Fix KmlextrudeTagHandler::parse, which does a faulty boolean check if( 
> parentItem.nodeAs<GeoDataGeometry>() ). Change both checks in that area to use
> parentItem.is<GeoData...>() for all fours elements (GeoDataPoint, 
> GeoDataLineString, GeoDataLinearRing, GeoDataPolygon). Assign them the 
> extrude value as necessary.
> - Extend all Kml*TagWriter.cpp files for Point, LineString, LinearRing and 
> Polygon to write the extrude tag if extrude is active (so either 
> <extrude>1</extrude> ends up in the KML file or nothing).
> - Extend the .kml files in tests/data/ to have at least one instance with 
> <extrude>1</extrude> for all four tags
> 
> 
> I fixed the reading procedure of extrude tag and extended the tests data for 
> extrude tag. I think that the solution satisfies the task.
> 
> 
> Diffs
> -----
> 
>   src/lib/marble/geodata/handlers/kml/KmlExtrudeTagHandler.cpp 53f1668 
>   src/lib/marble/geodata/writers/kml/KmlLineStringTagWriter.cpp 6b21990 
>   src/lib/marble/geodata/writers/kml/KmlLinearRingTagWriter.cpp 011fff7 
>   src/lib/marble/geodata/writers/kml/KmlPointTagWriter.cpp ebdfecd 
>   src/lib/marble/geodata/writers/kml/KmlPolygonTagWriter.cpp d190812 
>   tests/data/Geometries.kml 30bfe1b 
> 
> Diff: https://git.reviewboard.kde.org/r/117459/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Marek Hakala
> 
>

_______________________________________________
Marble-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/marble-devel

Reply via email to