Mark Wyszomierski
2008-06-04 16:47:28 UTC
Hi,
I've been using the static map image API to download multiple tiles,
then stitch them together to make one complete larger map. This is for
mobile devices where we need to download the map in small chunks).
The problem for me is that every single tile has the google watermark
in it, which gets annoying when your tiles are 128x128 pixels.
Does google have some kind of deal where they could remove the water
mark for my application key, then I put a single watermark back in the
lower left corner of the stiched together map myself?
I don't mind the watermark, just having one on every tile makes the
map difficult to use.
I'm planning on opening the source to this project once I find out
about the water mark, it's a nice library for displaying maps on j2me
devices and supports lat,lons (instead of raw tile indeces like other
libs),
Thanks,
Mark
I've been using the static map image API to download multiple tiles,
then stitch them together to make one complete larger map. This is for
mobile devices where we need to download the map in small chunks).
The problem for me is that every single tile has the google watermark
in it, which gets annoying when your tiles are 128x128 pixels.
Does google have some kind of deal where they could remove the water
mark for my application key, then I put a single watermark back in the
lower left corner of the stiched together map myself?
I don't mind the watermark, just having one on every tile makes the
map difficult to use.
I'm planning on opening the source to this project once I find out
about the water mark, it's a nice library for displaying maps on j2me
devices and supports lat,lons (instead of raw tile indeces like other
libs),
Thanks,
Mark