Am 11.07.18 um 11:42 schrieb daniel pinto:
I have a dxf with a vector that represents a protection area around a city, and i alsk have the gc points in utm... is it possivel to georeference the vector like the georeferencer does with jpgs to add to the project???
Maybe not (yet) in QGIS, but GDAL ogr2ogr can handle -gcp to convert from ungeoref_x/y to georef_x/y:
http://www.gdal.org/ogr2ogr.html Just try it out on the OSGEO4W shell command line. HTH, Andre Joost _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
