From 7d63847beccc5335d7c6eeb4287e6b3a2bba6a83 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 22 Jun 2016 17:44:00 +0300 Subject: [Qt] Use mbgl::LineString instead of mbgl::Polygon as default shape --- platform/qt/include/qmapbox.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'platform/qt/include') diff --git a/platform/qt/include/qmapbox.hpp b/platform/qt/include/qmapbox.hpp index 1f4f22f5f1..60ef0a306f 100644 --- a/platform/qt/include/qmapbox.hpp +++ b/platform/qt/include/qmapbox.hpp @@ -11,8 +11,7 @@ namespace QMapbox { typedef QPair Coordinate; -typedef QList Coordinates; -typedef QList CoordinateSegments; +typedef QList LineString; typedef QPair CoordinateZoom; @@ -22,7 +21,7 @@ typedef QList AnnotationIDs; typedef QPair PointAnnotation; // FIXME: We need to add support for custom style properties -typedef QPair ShapeAnnotation; +typedef QPair ShapeAnnotation; enum NetworkMode { Online, // Default -- cgit v1.2.1