On 24 March 2011 11:06, mounir younes <[email protected]> wrote: > What actually happened is that I have a shapefile of a country and another > of its roads ( which is really bad) so I decided to get another shapefile of > other roads. So i got another roads shapefile which is approximately 10000 > bigger than the country shapefile so I need to scale it down so that it > seems as it's the country roads. The other problem is that the shapefile I > got is EPSG 21781 and the original is WGS84 . And I am currently trying to > figure this out. All what I need is a good roads shapefile for calculating > shortest paths >
It sounds like you need to reproject the roads data to epsg:4326 or reproject the country to 21781. You could do this in GeoTools but if it is a one off change then ogr2ogr or other GIS may be easier to use. Ian -- Ian Turton ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
