Re: [Interest] Composite (Image+circle) MapItem

2016-09-20 Thread Kishore J
ds the MapItemGroup item, > meaning a way to group map items as you ask. > That's however 5.9 material :) And that be atleast a year. Right? -- Regards, Kishore > best, > Paolo > > On Wed, 14 Sep 2016 09:52:16 +0530 > Kishore J wrote: > > > And I should men

Re: [Interest] Composite (Image+circle) MapItem

2016-09-13 Thread Kishore J
this error output at the terminal. QML MapQuickItem: Use the sourceItem property for the contained item, direct children are not supported QML MapCircle: deleting this child -- Regards, Kishore On Wed, Sep 14, 2016 at 9:43 AM, Kishore J wrote: > Is it possible to make a composite MapI

[Interest] Composite (Image+circle) MapItem

2016-09-13 Thread Kishore J
Is it possible to make a composite MapItem? Take the plane spotter example ( http://doc.qt.io/qt-5/qtlocation-planespotter-example.html). I would like to a add a 500m circle around the plane defined in Plane.qml. Is this possible? How? -- Regards, Kishore __

Re: [Interest] How to dynamically add a MapItemView to a Map?

2016-09-08 Thread Kishore J
Resending to the group instead... On Thu, Sep 8, 2016 at 5:49 PM, Kishore J wrote: > Surprising! Can you test if the following code works? You should see one > yellow circle. But do you also see 2 black and 2 blue circles? I dont see > them here unless i uncomment the addMapI

Re: [Interest] How to dynamically add a MapItemView to a Map?

2016-09-07 Thread Kishore J
n this component gets > addMapItem'd to the map, it will be also skipped. > > try removing the Component wrapper, and you'll see it works. > (and by the way in your example you miss a window, so the example > doesn't work as is) > > best, > Paolo > > On Tu

Re: [Interest] How to dynamically add a MapItemView to a Map?

2016-09-06 Thread Kishore J
wrong. -- Regards, Kishore On Tue, Sep 6, 2016 at 9:25 PM, Paolo Angelelli wrote: > On Tue, 6 Sep 2016 19:04:34 +0530 > Kishore J wrote: > > > Hi > > > > I am inching forward with using QML maps in my C++ application. Now > > i'm interested in dynamically adding mult

[Interest] How to dynamically add a MapItemView to a Map?

2016-09-06 Thread Kishore J
Hi I am inching forward with using QML maps in my C++ application. Now i'm interested in dynamically adding multiple MapItemView objects to a given map. import QtQuick 2.5 import QtLocation 5.6 Map { id: map objectName: "MyMap" // zoomLevel: (maximumZoomLevel - minimumZoomLevel)/2

[Interest] MapItemView does not work on map

2016-08-24 Thread Kishore J
In my QML file, I display a map and try to populate it with a MapItemView but it does not seem to work. I have added a MapCircle statically and that that works. Can anyone point out what is wrong in the following code. /***BEGIN*/ import QtQuick 2.5 import QtLocatio

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-24 Thread Kishore J
and handle that accordingly. But it sounds like the C++ approach > is best. > > > > *Sent:* Tuesday, August 16, 2016 at 2:44 PM > > *From:* "Kishore J" > *To:* interest@qt-project.org > *Subject:* Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps > thr

Re: [Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-16 Thread Kishore J
e oncompleted function for it to work. I still don't know how to dynamically change the plugin of the map (from c++) as I would like to have that choice made in a qwidget. I'm still learning... > Sent: Sunday, August 14, 2016 at 7:12 AM > From: "Kishore J" > To: interest

[Interest] Passing QML mapobjects (MapCircle) to QML maps through C++

2016-08-14 Thread Kishore J
Hi, Due to the lack of C++ API for maps, i am forced to use QML for the map but i am unable to understand how i need to structure my application. Architecturally, I have a qobject pool and various applications register objects to the pool. Any part of the application that can use the pooled objec