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

Latest news

Last at Mon, 6 Sep 2010 12:27:06
Topic: Let your feedback ideas flow
See more news »

Nutiteq on Twitter

12 weeks 2 days ago Nutiteq is proud sponsor of StateOfTheMap 2010 #sotm10

Symbol Transparency

2 replies [Last post]
pcrease
User offline. Last seen 1 year 9 weeks 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 7 hours 37 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 1 year 9 weeks 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.