MapPolygon problem in drawing Polygon
Unsolved
QML and Qt Quick
-
What is the problem of this code? It draws wrong shape!
Map
{
MapPolygon
{
color: "blue"
border.color: "red"
border.width: 1
smooth: truepath: [ { latitude: 27.158203125, longitude: 56.228027344}, { latitude: 27.136230469, longitude: 56.206054688}, { latitude: 27.136230469, longitude: 56.118164063}, { latitude: 27.0703125 , longitude: 55.986328125}, { latitude: 27.026367188, longitude: 55.942382813}, { latitude: 27.004394531, longitude: 55.832519531} ] }
}