Giter Site home page Giter Site logo

Comments (2)

proj4-bot avatar proj4-bot commented on July 22, 2024

Comment by warmerdam on 22 Sep 2008 14:54 UTC
This is related to the thread:

http://lists.maptools.org/pipermail/proj/2008-September/003804.html

with the (current) conclusion:

http://lists.maptools.org/pipermail/proj/2008-September/003821.html

I'll wait for Gerald to complete his analysis and then look to apply the same fix he does.

from proj.

dtutic avatar dtutic commented on July 22, 2024

My findings also confirm that LCC gives opposite sign for meridian convergence if we accept the definition: "meridian convergence on a map, at a given point, is the angle measured clockwise from
the tangent to the projection of the meridian to the northing coordinate line (grid north)β€”also
called map angle or mapping angle."

Solution is to replace the line:

fac->conv = - Q->n * lp.lam;

with

fac->conv = Q->n * lp.lam;

in PJ_lcc.c

from proj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.