<div dir="ltr"><div><div><div><div>Hi Even,<br><br></div>I just proceeded to test the conversion from geojson to mapInfo tab with the latest build. The result is not good.<br><br></div><span class="im">geojson file: <br><br>{<br>   "type":"FeatureCollection",  <br>   "crs":{<br>      "type":"name",<br>      "properties":{<br></span>         "name": "EPSG:3857"<span class="im"><br>      }<br>   },<br>   "features":[<br>      {<br>         "type":"Feature",<br>         "geometry":{<br>            "type":"LineString",<br>            "coordinates":[[-7551132, 6293816],[-7560916, 6260489]],<br>         },<br>         "properties":{<br>            "id":36<br>         }<br>      }<br>   ]<br>}<br><br></span></div><div>I try to convert that geojson to mapInfo tab with this command:<br><br></div>ogr2ogr -f "MapInfo File" -s_srs EPSG:3857 -t_srs EPSG:3857 -a_srs EPSG:3857 test.tab lines.geojson<br><br>gdalsrsinfo -o proj4 test.tab<br><br>>>> '+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs '<br><br></div>ogrinfo -ro -al test.tab<br><br>INFO: Open of `test.tab'<br>      using driver `MapInfo File' successful.<br><br>Layer name: test<br>Geometry: Line String<br>Feature Count: 1<br>Extent: (-7560915.990000, 6260488.990000) - (-7551132.000000, 6293815.990000)<br>Layer SRS WKT:<br>PROJCS["unnamed",<br>    GEOGCS["unnamed",<br>        DATUM["WGS_1984",<br>            SPHEROID["WGS 84",6378137,298.257223563],<br>            TOWGS84[0,0,0,0,0,0,0]],<br>        PRIMEM["Greenwich",0],<br>        UNIT["degree",0.0174532925199433]],<br>    PROJECTION["Mercator_1SP"],<br>    PARAMETER["central_meridian",0],<br>    PARAMETER["scale_factor",1],<br>    PARAMETER["false_easting",0],<br>    PARAMETER["false_northing",0],<br>    UNIT["Meter",1.0]]<br>id: Integer (0.0)<br>OGRFeature(test):1<br>  id (Integer) = 36<br>  Style = PEN(w:1px,c:#000000,id:"mapinfo-pen-2,ogr-pen-0")<br>  LINESTRING (-7551132.0 6293815.99,-7560915.99 6260488.99)</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 17, 2015 at 12:30 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le jeudi 17 septembre 2015 18:21:24, Maxime Demers a écrit :<br>
> Hi Even,<br>
><br>
> Sorry to reply you in a new thread. I have realize my mail-list settings<br>
> was set to not send me replies. I have found your reply in the archive.<br>
><br>
> Thank you for your answer. I am a bit desapointed that no solution exists<br>
> for now, and I dont think I would be able to test with the trunk version<br>
> because I am on windows and dont know how to build gdal from sources.<br>
<br>
</span>There are daily builds of trunk at :<br>
<a href="http://gisinternals.com/development.php" rel="noreferrer" target="_blank">http://gisinternals.com/development.php</a><br>
<br>
So have a look tomorrow (look for rows with a revision number > 30500,<br>
sometimes some targets are stuck with older revisions)<br>
<span class=""><br>
><br>
> Do you have an idea, if the solution could be merged into a binary release<br>
> for windows soon?<br>
><br>
> Salutations,<br>
><br>
> Maxime Demers<br>
</span>> <<a href="http://www.lastfm.fr/user/burton449" rel="noreferrer" target="_blank">http://www.lastfm.fr/user/burton449</a>><br>
><br>
> >* Hello,<br>
><br>
> *> >* I encounter a problem using ogr2ogr (from gdal 1.10) when trying<br>
> to convert<br>
> *>* a geojson to MapInfo Tab. The output MapInfo tab does not include the<br>
> *>* projection wich is defined in the geojson as EPSG:3857 so srs is<br>
> defined as *>* WGS84 as default.<br>
> *> >* I think its a known problem with MapInfo Tab (mitab driver) but<br>
> I dont know<br>
> *>* if a solution exist. Anybody can help?*<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div><div>Stack Overflow: <a href="http://stackoverflow.com/users/1914034/burton449" target="_blank">http://stackoverflow.com/users/1914034/burton449</a><br></div></div>GIS Overflow: <a href="http://gis.stackexchange.com/users/14426/burton449" target="_blank">http://gis.stackexchange.com/users/14426/burton449</a><br></div>LastFm: <a href="http://www.lastfm.fr/user/burton449" target="_blank">http://www.lastfm.fr/user/burton449</a><br></div></div>
</div>