Re: [Interest] QtLocation questions

2016-05-12 Thread michaell
I added the osm.mapping.host parameter on the "mapviewer" example with the open sea map: parameters.insert("osm.mapping.host", "http://tiles.openseamap.org/seamark/";); But still i dont see the map. In the example i go to "MapType" and select "custom URL Map". Any idea? _

Re: [Interest] QtLocation questions

2015-07-15 Thread maitai
Unfortunately qquickwidget is not working on mobile platforms (you cannot mix qml and widget because there is only one GL surface available). It would be enough for me just to be able to retrieve a png based on a coordinate's square and a scale factor, we can and in fact already manage the res

Re: [Interest] QtLocation questions

2015-07-15 Thread André Somers
> Op 15 jul. 2015 om 07:10 heeft Igor Mironchik het > volgende geschreven: > > Hi. > > On 15.07.2015 04:36, Aaron McCarthy wrote: >>> - How to use osm without qml (i.e. just retrieve the tiles and manage >>> the rest ourselves in a qwidget-based application) >> The is no QWidget based API for

Re: [Interest] QtLocation questions

2015-07-15 Thread maitai
Awesome! it works... I get the sea marks without any problem. Now I have to combine them with another map because the tiles contain only sea relevant marks so I am missing land etc. Note that if a tile is empty openseamap replies with a 404 (http://forum.openseamap.org/viewtopic.php?id=1978)

Re: [Interest] QtLocation questions

2015-07-14 Thread Blasche Alexander
2015-07-15 8:08 GMT+02:00 maitai mailto:mai...@virtual-winds.org>>: > >> I tried to play with osm.mapping.host but it doesn't seem to have any >> effect, even after clearing the cache. >> I'm still experimenting so maybe I didn't put it in the right place, though. >you have to set the activeMa

Re: [Interest] QtLocation questions

2015-07-14 Thread Herbert Danzinger
2015-07-15 8:08 GMT+02:00 maitai : > > I tried to play with osm.mapping.host but it doesn't seem to have any effect, even after clearing the cache. > > I'm still experimenting so maybe I didn't put it in the right place, though. > > you have to set the activeMapType to MapType.CustomMap and your

Re: [Interest] QtLocation questions

2015-07-14 Thread maitai
I tried to play with osm.mapping.host but it doesn't seem to have any effect, even after clearing the cache. I'm still experimenting so maybe I didn't put it in the right place, though. Le 15-07-2015 07:53, Herbert Danzinger a écrit : > 2015-07-15 3:36 GMT+02:00 Aaron McCarthy : >> >> >>

Re: [Interest] QtLocation questions

2015-07-14 Thread Aaron McCarthy
Hi, On Wed, 15 Jul 2015 07:53:10 Herbert Danzinger wrote: > 2015-07-15 3:36 GMT+02:00 Aaron McCarthy : > > > - How to retrieve tiles from openseamap instead of openstreetmap (should > > > it be a custom maptype from osm or a new plugin?) > > > > There is currently no API that enables applications

Re: [Interest] QtLocation questions

2015-07-14 Thread Herbert Danzinger
2015-07-15 3:36 GMT+02:00 Aaron McCarthy : > > > > - How to retrieve tiles from openseamap instead of openstreetmap (should > > it be a custom maptype from osm or a new plugin?) > > There is currently no API that enables applications to specify a different map > tile URL. OpenSeaMap support could b

Re: [Interest] QtLocation questions

2015-07-14 Thread Igor Mironchik
Hi. On 15.07.2015 04:36, Aaron McCarthy wrote: >> - How to use osm without qml (i.e. just retrieve the tiles and manage >> the rest ourselves in a qwidget-based application) > The is no QWidget based API for maps. Will QWidget based API appear in the next releases? Or Qt thrown widgets? _

Re: [Interest] QtLocation questions

2015-07-14 Thread Aaron McCarthy
Hi, On Tue, 14 Jul 2015 19:19:13 maitai wrote: > Is there a dedicated place to discuss and ask about QtLocation? Here. > I've many questions... :) > > - How to control the cache size and location for osm and force a clear > cache? Not currently, at least in 5.5. The disk cache size defaults to

[Interest] QtLocation questions

2015-07-14 Thread maitai
Hello, Is there a dedicated place to discuss and ask about QtLocation? I've many questions... :) - How to control the cache size and location for osm and force a clear cache? - How to use osm without qml (i.e. just retrieve the tiles and manage the rest ourselves in a qwidget-based application