qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.65k stars 3.01k forks source link

Support for one-way projections #18536

Open qgib opened 10 years ago

qgib commented 10 years ago

Author Name: Alex Mandel (Alex Mandel) Original Redmine Issue: 10057

Redmine category:projection_support


There are many projections in Proj4 that are one-way only, ie you can't reverse them easily because they aren't made with a continuous math function but rather a translation table of values. These projections are important for Cartography and are supported by Proj. In order to use them in QGIS you have to reproject with ogr2ogr or gdal on the commandline and then ignore projection settings in QGIS. It would be great if QGIS supported use of them, at least in the Save dialogs, but preferably in the official Projection list. Perhaps a new category of Cartography projections. A user who loads layers with such projections and then tries to enable Projection on the fly to anything other than the matching Projection would get an error box telling them that all data must be in the same projection if you want to use a Cartographic only projection.

Example projections:

(The list is much longer)

http://lists.maptools.org/pipermail/proj/2012-May/006302.html http://gis.stackexchange.com/questions/23089/how-to-define-winkel-tripel-in-proj-4-8-0

qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)