Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Latest news

Last at Tue, 6 Dec 2011 18:37:53
Topic: New BlackBerry sample app
See more news »

Symbol Transparency

3 replies [Last post]
pcrease
User offline. Last seen 36 weeks 4 days ago. Offline
Joined: 03/27/2009

Hello,
Does anyone know if it is possible to make symbology and/or overlay tiles transparent using the j2me library? Any ideas or suggestions would be welcome.

Paul.

jaak
User offline. Last seen 12 hours 18 min ago. Offline
Joined: 06/19/2008

You need to define alpha channel for PNG files using some imaging tools (e.g. GIMP or something) and then you can use them as either marker icons or semitransparent overlay tiles. Some (or maybe most) map servers enable to have transparent background for the map tiles (images). MGMaps Library itself has no image manipulation tools for modifying images.

/JaakL

pcrease
User offline. Last seen 36 weeks 4 days ago. Offline
Joined: 03/27/2009

Thank you very much for the reply. I amended the alpha channel on the fly using getRGB(), drawRGB etc. and it seems to have all worked out.

Paul.