Look at your page with Firefox, and you get an accurate error message in the error console:
----------------------------------------- Error: unterminated string literal Source File: http://www.yv5fih.org.ve/sammet/sammet10.html Line: 61, Column: 26 Source Code: container.innerHTML = '<div style="height:21px; width:70px; background-image:"+ ----------------------------------------- That is because you need to unwrap the lines that got wrapped in the copy/paste operation. In any case, this is not an API issue, but basic javascript. (not java). -- Marcelo - http://maps.forum.nu -- On Oct 20, 8:57 am, estatio <[EMAIL PROTECTED]> wrote: > Hi. > > I'm just trying to modify the opacity control code > (http://www.maptiler.org/google-maps-overlay-opacity-control/) to use it on my > own tiles but I'm really lost!!. I'd like create a tile from this > imagehttp://www.yv5fih.org.ve/sammet/outputs/3_6_4.pngwith the > center in 7.5 -65 and x=3 y=6 zoom=4. I don't really know how to > introduce this information in the code. I've checked the grand cayon > usgs and noaa examples, but I don't really understand them. They use > kml files instead of images what confuses me even more. I've read the > documentation and some posts related to the same issue (like this > onehttp://groups.google.com/group/Google-Maps-API/browse_thread/thread/b...) > but I don't get the solution (maybe I'm no too smart for this kind of > things!!) > > I'm kind of new with java and google api and I'm really frustraded. > This is the url of the html file that I'm working on and as you can > see there are no resultshttp://www.yv5fih.org.ve/sammet/sammet10.html > > I'd really appreciate any help that you can give me. > > Thanks a lot!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
