Page 1 of 1

How to enable labels when in maptype satellite

PostPosted: 03 Jun 2014 16:06
by PeterSondergaard
Hi

How do I turn on labels when I have selected maptype Satellite.

I select satellite mode:

IWCGJQGMap3->JQGMapV3Options->Map->Options->MapTypeId = gmmtiSATELLITE;

But I can not find any way to tell the map to turn on the labels.
Can anyone tell me how this is done.

Thanks.

Re: How to enable labels when in maptype satellite

PostPosted: 04 Jun 2014 09:19
by Alexander Bulei
Hi Peter,

Which labels?

Best Regards.

Re: How to enable labels when in maptype satellite

PostPosted: 04 Jun 2014 13:17
by PeterSondergaard
Hi

When I select satellite image in the upper right corner of the map is there an option to show labels so that you see city names.

Please see attached file.

Re: How to enable labels when in maptype satellite

PostPosted: 04 Jun 2014 14:06
by Alexander Bulei
Hi Peter,

It's called hybrid mode, so you should set to gmmtiHYBRID :

cpp code
IWCGJQGMap3->JQGMapV3Options->Map->Options->MapTypeId = gmmtiHYBRID;


Best Regards.