[Spanish] Problema al abrir kml en QGIS

Luis Franco Vázquez luis at piezas.org.es
Wed Apr 17 15:09:17 PDT 2013


y acuérdate de cerrar el kml correctamente tal y como te ponía en otro
correo


El 18 de abril de 2013 00:06, Luis Franco Vázquez <luis en piezas.org.es>escribió:

> borra también el styleurl
>
>
> El 18 de abril de 2013 00:00, Gabriel Gaona <gavg712 en gmail.com> escribió:
>
> Ok, Lo siento.
>>
>> Aquí está hasta la parte que me pides.
>>
>> <?xml version="1.0" encoding="utf-8"?>
>> <kml xmlns="http://earth.google.com/kml/2.0">
>> <Document>
>> <!--Style Definitions (START)-->
>> <Style id="0">
>> <IconStyle>
>> <Icon>
>> <href>http://mapalist.com/Images/Icons/NoSpace/googlegreen.png</href>
>> </Icon>
>> </IconStyle>
>> </Style>
>> <!--Style Definitions (END)-->
>> <Placemark>
>> <name>
>> <![CDATA[ACDA]]>
>> </name>
>> <description>
>> <![CDATA[<br /><a target ='_ZI'
>> style='font-size:xx-small;font-family:Arial;' href='
>> http://maps.google.com/maps?q=-0.2166667,-78.5166667&t=k&z=18'>Zoom
>> in!</a>]]>
>> </description>
>> <styleUrl>#0</styleUrl><Point>
>> <coordinates>-78.5166667,-0.2166667,0</coordinates>
>> </Point>
>> </Placemark>
>>
>> Veamos que sucede ahora.
>>
>> *Gabriel Gaona*________________________
>> Ingeniería Ambiental
>> ECSF - DFG - PREDICT
>> Móvil: (+593) 991665888 - (+593) 995264337
>> gavg712 en gmail.com.
>> skype: gavg712
>> Twitter: @gavg712
>> ____________________________________
>>
>>
>> El 17 de abril de 2013 16:31, Luis Franco Vázquez <luis en piezas.org.es>escribió:
>>
>> Solo has pegado hasta la etiqueta de apertura del placemark <Placemark>,
>>> yo te decía hasta la de cierre </Placemark>. De todos modos haz una prueba,
>>> quédate con sólo un elemento <Placemark>...lo que sea </Placemark>, borra
>>> la parte de
>>>  <!--Style Definitions (START)-->
>>> <Style id="0">
>>> <IconStyle>
>>> <Icon>
>>> <href>http://mapalist.com/Images/Icons/NoSpace/googlegreen.png</href>
>>> </Icon>
>>> </IconStyle>
>>> </Style>
>>> <!--Style Definitions (END)-->
>>>
>>> y asegúrate de cerrar correctamente el kml. O sea, que después de la
>>> etiqueta de cierre del placemark (</Placemark>) tienes un </Document></kml>
>>> y trata de abrirlo. Deberías tener solo un elemento.
>>>
>>>
>>> El 17 de abril de 2013 21:01, Gabriel Gaona <gavg712 en gmail.com>escribió:
>>>
>>> Luis,
>>>>
>>>> pego como parte de este mensaje, para no adjuntar un txt...
>>>> ____
>>>>
>>>> <?xml version="1.0" encoding="utf-8"?>
>>>> <kml xmlns="http://earth.google.com/kml/2.0">
>>>> <Document>
>>>> <!--Style Definitions (START)-->
>>>> <Style id="0">
>>>> <IconStyle>
>>>> <Icon>
>>>> <href>http://mapalist.com/Images/Icons/NoSpace/googlegreen.png</href>
>>>> </Icon>
>>>> </IconStyle>
>>>> </Style>
>>>> <!--Style Definitions (END)-->
>>>> <Placemark>
>>>>
>>>> ________
>>>>
>>>> Saludos
>>>>
>>>> *Gabriel Gaona*________________________
>>>> Ingeniería Ambiental
>>>> ECSF - DFG - PREDICT
>>>> Móvil: (+593) 991665888 - (+593) 995264337
>>>> gavg712 en gmail.com.
>>>> skype: gavg712
>>>> Twitter: @gavg712
>>>> ____________________________________
>>>>
>>>>
>>>> El 17 de abril de 2013 10:48, Luis Franco Vázquez <luis en piezas.org.es>escribió:
>>>>
>>>> Haz una cosa: abre el kml con un editor de texto y pégame o envíame por
>>>>> correo todo hasta la primera aparición de un </placemark>. Estos días estoy
>>>>> un poco liado pero trataré de mirarlo y responderte.
>>>>>
>>>>>
>>>>> El 17 de abril de 2013 16:29, Gabriel Gaona <gavg712 en gmail.com>escribió:
>>>>>
>>>>> Hola,
>>>>>>
>>>>>> Mauricio, Lamentablemente no funcionó.
>>>>>> Luis. Te refieres a los nombres de los campos y un dato del kml?
>>>>>>
>>>>>> *Gabriel Gaona*________________________
>>>>>> Ingeniería Ambiental
>>>>>> ECSF - DFG - PREDICT
>>>>>> Móvil: (+593) 991665888 - (+593) 995264337
>>>>>> gavg712 en gmail.com.
>>>>>> skype: gavg712
>>>>>> Twitter: @gavg712
>>>>>> ____________________________________
>>>>>>
>>>>>>
>>>>>> El 16 de abril de 2013 02:16, Luis Franco Vázquez <luis en piezas.org.es
>>>>>> > escribió:
>>>>>>
>>>>>> Gabriel, el que te lo cargue en windows o linux puede deberse a
>>>>>>> diferencias en la implementación del driver. Pega aquí la cabecera y un
>>>>>>> elemento del KML y te digo si se puede modificar para que lo veas en QGIS.
>>>>>>>
>>>>>>>
>>>>>>> El 16 de abril de 2013 04:43, Gabriel Gaona <gavg712 en gmail.com>escribió:
>>>>>>>
>>>>>>> Mauricio.
>>>>>>>> Esa posibilidad no la había probado, lo intentaré y les cuento
>>>>>>>> luego que tal me fue con eso!
>>>>>>>> Saludos
>>>>>>>>
>>>>>>>> *Gabriel Gaona*________________________
>>>>>>>> Ingeniería Ambiental
>>>>>>>> ECSF - DFG - PREDICT
>>>>>>>> Móvil: (+593) 991665888 - (+593) 995264337
>>>>>>>> gavg712 en gmail.com.
>>>>>>>> skype: gavg712
>>>>>>>> Twitter: @gavg712
>>>>>>>> ____________________________________
>>>>>>>>
>>>>>>>>
>>>>>>>> El 15 de abril de 2013 21:41, Mauricio Reyna <farlizx en gmail.com>escribió:
>>>>>>>>
>>>>>>>>  Comparto la apreciación de Pedro, puede ser problemas de
>>>>>>>>> permisos..prueba
>>>>>>>>> ejecutado QGIS como administrador (root)...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -----
>>>>>>>>> Mauricio Reyna
>>>>>>>>> Universidad Técnica de Manabí
>>>>>>>>> Portoviejo - Manabí - Ecuador
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>> http://spanish.1090969.n5.nabble.com/Spanish-Problema-al-abrir-kml-en-QGIS-tp48p54.html
>>>>>>>>> Sent from the spanish mailing list archive at Nabble.com.
>>>>>>>>> _______________________________________________
>>>>>>>>> Spanish mailing list
>>>>>>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>>>>>>> http://es.osgeo.org
>>>>>>>>> http://twitter.com/osgeoes
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Spanish mailing list
>>>>>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>>>>>> http://es.osgeo.org
>>>>>>>> http://twitter.com/osgeoes
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Spanish mailing list
>>>>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>>>>> http://es.osgeo.org
>>>>>>> http://twitter.com/osgeoes
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Spanish mailing list
>>>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>>>> http://es.osgeo.org
>>>>>> http://twitter.com/osgeoes
>>>>>>
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Spanish mailing list
>>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>>> http://es.osgeo.org
>>>>> http://twitter.com/osgeoes
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Spanish mailing list
>>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>>> http://es.osgeo.org
>>>> http://twitter.com/osgeoes
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Spanish mailing list
>>> http://lists.osgeo.org/mailman/listinfo/spanish
>>> http://es.osgeo.org
>>> http://twitter.com/osgeoes
>>>
>>>
>>
>> _______________________________________________
>> Spanish mailing list
>> http://lists.osgeo.org/mailman/listinfo/spanish
>> http://es.osgeo.org
>> http://twitter.com/osgeoes
>>
>>
>
------------ pr?xima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.osgeo.org/pipermail/spanish/attachments/20130418/f3ce38d5/attachment.html>


More information about the Spanish mailing list