On Thu, 2009-01-29 at 17:34 -0500, Andres Jesus Carmona Cabarcas wrote: > Hello, thanks for your answerd, but its works in google earth not in > googgle maps, the markers point follows to show but the info doesnt > display, i need its works in google map. next is the code with the > change that you suggest me. > > do you have another answerd for this situation?? > Really i need help for this problem > > > > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://www.opengis.net/kml/2.2"> > <Folder> > <NetworkLink> > <LookAt id="geoserver"> <longitude>-75.16787333556732</longitude> > <latitude>9.288146246187921</latitude> <altitude>0</altitude> > <range>337984.55813034176</range> <tilt>0</tilt> <heading>0</heading> > <altitudeMode>clampToGround</altitudeMode> > </LookAt><name>LUDYCOM:TUBERIAS</name> > <open>1</open> > <visibility>1</visibility> > <Url> > <href><![CDATA[http://192.168.192.1:8281/geoserver/wms?service=WMS&request=GetMap&format=application/vnd.google-earth.kmz+xml&width=1024&height=1024&srs=EPSG:4326&layers=LUDYCOM:TUBERIAS&styles=ajctuberias&KMScore=50&KMAttr=true&legend=false&format_options=kmattr:false]]></href> > <viewRefreshMode>onStop</viewRefreshMode> > <viewRefreshTime>1</viewRefreshTime> > </Url> > </NetworkLink> > <LookAt id="geoserver"> <longitude>-75.16787333556732</longitude> > <latitude>9.288146246187921</latitude> <altitude>0</altitude> > <range>337984.55813034176</range> <tilt>0</tilt> <heading>0</heading> > <altitudeMode>clampToGround</altitudeMode> </LookAt></Folder> > </kml> > > > > > > > > > ______________________________________________________________________ > > ANDRES JESUS CARMONA CABARCAS > > Tecnologo en Informatica y Telecomunicaciones > Estudiante de Ing de Sistemas > > > > > ______________________________________________________________________ > Invite your mail contacts to join your friends list with Windows Live > Spaces. It's easy! Try it! > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
I'm not 100% sure I have read your question correctly, but if you are trying to view your data in Google Maps you will need to have your GeoServer running where a Google server will be able to access it. I see from the KML you posted that your server is at 192.168.192.1, a private IP address, so that will not work. Hope this helps. -- David Winslow OpenGeo - http://opengeo.org/ ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
