Hi,

Anisha Kaul wrote:
      projection e ("+proj=latlong +datum=WGS84 +lat_ts=0 +lon_0=0");
        
        double latA  = 70.18722200000001;
        double lonA = 20.671857388281254;
                
        e.forward (latA, lonA);

You're projecting from EPSG:4326 into EPSG:4326 so I am not surprised the values remain unchanged.

(I am however surprised that these are valid values because in proj, degrees are measured in radians not degrees, but maybe Mapniks adds a layer that fixes that.)

Bye
Frederik

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to