down is the same message in English
Buenas, yo soy nuevo en este campo, estoy utilizando geoserver para obtener kmls de informacion que manejamos, tuberias de gas natural, creando uns estilo utilizando SLD (Style layer descriptor), pero al momento de abrir el kml en google maps, como tambien en google earth, me aparecen los puntos de identificacion de la vista(oracle spatial data base) que tiene la informacion de dicha vsita, yo quiero eliminar esos puntos o esconderlos pero no he podido. a continuacion le coloco el codigo del kml que me genera Geoserver.
Hello, im new in this area, im using geoserver for getting kmls files about info that we have, gas tubes, i create styles using SLD (Style layer descriptor), but when i open the kml in google maps or google earth appears markers point in all the lines, these points contains information of the view created in oracle spatial data base. i want to delete or hide the markers. next is the geoserver kml code.
<?xml version="1.0" encoding="UTF-8"?>
-75.16787333556732 9.288146246187921 0 337984.55813034176 0 0 clampToGround LUDYCOM:TUBERIAS
1
1
onStop
1
-75.16787333556732 9.288146246187921 0 337984.55813034176 0 0 clampToGround
le agradezco cualquier ayuda.
muchas gracias.
thanks for your help
**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!
On Wed, 2009-01-28 at 08:55 -0500, Andres Jesus Carmona Cabarcas wrote:
down is the same message in English
Buenas, yo soy nuevo en este campo, estoy utilizando geoserver para
obtener kmls de informacion que manejamos, tuberias de gas natural,
creando uns estilo utilizando SLD (Style layer descriptor), pero al
momento de abrir el kml en google maps, como tambien en google earth,
me aparecen los puntos de identificacion de la vista(oracle spatial
data base) que tiene la informacion de dicha vsita, yo quiero eliminar
esos puntos o esconderlos pero no he podido. a continuacion le coloco
el codigo del kml que me genera Geoserver.
Hello, im new in this area, im using geoserver for getting kmls files
about info that we have, gas tubes, i create styles using SLD (Style
layer descriptor), but when i open the kml in google maps or google
earth appears markers point in all the lines, these points contains
information of the view created in oracle spatial data base. i want to
delete or hide the markers. next is the geoserver kml code.
<?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=false&legend=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>
le agradezco cualquier ayuda.
muchas gracias.
thanks for your help
______________________________________________________________________
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 Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Right-click on the KML link from the demo page and choose 'Copy Link
Location' (or your browser's equivalent). Paste the link into your
browser's address bar, then copy+paste the following at the end:
&format_options=kmattr:false
That should turn off the points in the KML document. Keep in mind that
without those point icons, users will not be able to click on features
and see popups with feature information.
For more information about tweaking GeoServer's KML output, check out
the wiki page at:
http://geoserver.org/display/GEOSDOC/Google+Earth
Hope this helps.
--
David Winslow
OpenGeo - http://opengeo.org/