<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Cambria;
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"DejaVu Sans Mono";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EstiloCorreo17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.shorttext
        {mso-style-name:short_text;}
span.hps
        {mso-style-name:hps;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="ES-AR" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><b><span style="font-family:"Cambria","serif";color:#1F497D">Hi everybody, i want to know if  know how to open files .mxd in qgis<o:p></o:p></span></b></p>
<p class="MsoNormal"><span class="hps"><b><span lang="EN" style="font-family:"Cambria","serif";color:#222222">Thank you<o:p></o:p></span></b></span></p>
<p class="MsoNormal"><span class="hps"><b><span lang="EN" style="font-family:"Cambria","serif";color:#222222"><o:p> </o:p></span></b></span></p>
<p class="MsoNormal"><span class="hps"><span lang="EN" style="font-family:"Arial","sans-serif";color:#222222">María
<o:p></o:p></span></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="ES" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">De:</span></b><span lang="ES" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> qgis-user-bounces@lists.osgeo.org [mailto:qgis-user-bounces@lists.osgeo.org]
<b>En nombre de </b>Bernd Vogelgesang<br>
<b>Enviado el:</b> jueves, 11 de diciembre de 2014 07:20 a.m.<br>
<b>Para:</b> Qgis-user@lists.osgeo.org; Corredera_Estudio de Ingeniería GEOCOBET CARTOGRAFÍA Y SIG<br>
<b>Asunto:</b> Re: [Qgis-user] Export SHP2GPX Massively<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Sorry, can't figure out what is meant by "I need to move the axes of a SHP track individual GPX each route..", but I assume that you have a shape file with lines and you
 would like to store parts of that as tracks (or better routes, cause you will not have a time component I think) in separate gpx files?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">I can think of solution by first splitting your shapefile by your line ID with Vector -> Data Management Tools -> Split vector layer.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">This will produce lots of shp files named with a schema like layername_fieldname_ID.shp<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Before that, adjust your original files column names to GPX conventions to avoid trouble (Have a look at you already produced gpx files)<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Then you could try to run a loop in a batch file with sth like this in it:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">ogr2ogr -f GPX -dsco GPX_USE_EXTENSIONS=YES FORCE_GPX_ROUTE=YES destination.gpx source.shp<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">See here examples
<a href="http://gis.stackexchange.com/questions/25366/ogr2ogr-convert-all-shapefiles-in-a-directory">
http://gis.stackexchange.com/questions/25366/ogr2ogr-convert-all-shapefiles-in-a-directory</a> how to build such a loop<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">or even without loop:<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><a href="http://gis.stackexchange.com/questions/22349/converting-tab-to-mif-mif-to-tab/22352#22352">http://gis.stackexchange.com/questions/22349/converting-tab-to-mif-mif-to-tab/22352#22352</a> <o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">(all not tested by me, all just wild guessing)<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Hope I got the topic right and that this will help you to find the right way<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Cheers<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Bernd<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Am 11.12.2014, 10:16 Uhr, schrieb Corredera_Estudio de Ingeniería GEOCOBET CARTOGRAFÍA Y SIG <<a href="mailto:corredera@geocobet.com">corredera@geocobet.com</a>>:<o:p></o:p></span></p>
</div>
<blockquote style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 6.0pt;margin-left:0cm;margin-right:0cm;margin-bottom:4.8pt">
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
<div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">I need to move the axes of a SHP track individual GPX each route but massively, automatic, and not one by one, as the number of tracks contained in SHP starting is very
 high and save them one by one to GPX from QGIS consume much time.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Does anyone know of a way to make that transformation massively?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Thanks and regards<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><o:p> </o:p></span></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";background:white">Francisco Corredera Quesada</span></b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:black;background:white">GEOCOBET CARTOGRAFIA Y SIG</span></b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><a href="http://www.geocobet.com" target="_blank">www.geocobet.com</a>    <a href="mailto:corredera@geocobet.com" target="_blank">corredera@geocobet.com</a>  
<span style="color:#000099">(+34) 928 80 87 42</span></span></b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><i><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222;background:white">Este correo electrónico y la información contenida en el mismo es de</span></i><i><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222"><br>
<span style="background:white">carácter confidencial. Se dirige  exclusivamente al destinatario</span><br>
<span style="background:white">mencionado en el encabezamiento. Si  el receptor de la comunicación no</span><br>
<span style="background:white">fuera el destinatario, le rogamos nos lo comunique de inmediato y proceda</span><br>
<span style="background:white">a destruir el mensaje recibido. Cualquier divulgación, copia,</span><br>
<span style="background:white">distribución o utilización no autorizada de la información contenida en la</span><br>
<span style="background:white">mismo está prohibida por la legislación vigente.</span></span></i><i><span style="font-size:9.0pt;font-family:"Arial","sans-serif""> </span></i><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif""><o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif""><br>
<br>
<o:p></o:p></span></p>
<div id="M2Signature">
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">--
<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"DejaVu Sans Mono","serif"">Bernd Vogelgesang<br>
Siedlerstraße 2<br>
91083 Baiersdorf/Igelsdorf<br>
Tel: 09133-825374<o:p></o:p></span></p>
</div>
</div>
</div>
</body>
</html>