Hello. I'm trying to add a GGroundOverlay over the G_SATELLITE_3D_MAP layer that gets the image from a URL with parameters and the map always return the following error:
Error calling method on NPObject! However, it works fine in the 2D layers as G_NORMAL_MAP, G_SATELLITE_MAP or G_HYBRID_MAP. I think that the error can be produced because the image URL contains parameters and the special characters are scaped, because it works fine with URLs without parameters. I changed my httpd.conf file adding the following lines. ProxyPass /rio http://localhost:8080/geoserver/wms?HEIGHT... ProxyPassReverse /rio http://localhost:8080/geoserver/wms?HEIGHT... RewriteEngine On RewriteRule / http://localhost:8080/geoserver/wms?HEIGHT... [P] After, I changed the original image URL to http://localhost/rio and the image is displayed properly over the map. Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
