Loading src/projCode/gnom.js +6 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference: Wolfram Mathworld "Gnomonic Projection" http://mathworld.wolfram.com/GnomonicProjection.html Accessed: 12th November 2009 */ return { /* Initialize the Gnomonic projection Loading src/projCode/laea.js +5 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, The American Cartographer, Vol 15, No. 4, October 1988, pp. 341-355. */ return { S_POLE: 1, N_POLE: 2, Loading src/projCode/mill.js +5 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, The American Cartographer, Vol 15, No. 4, October 1988, pp. 341-355. */ return { /* Initialize the Miller Cylindrical projection Loading src/projCode/nzmg.js +7 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference Department of Land and Survey Technical Circular 1973/32 http://www.linz.govt.nz/docs/miscellaneous/nz-map-definition.pdf OSG Technical Report 4.1 http://www.linz.govt.nz/docs/miscellaneous/nzmg.pdf */ return { /** Loading src/projCode/somerc.js +7 −0 Original line number Diff line number Diff line define(function() { /* references: Formules et constantes pour le Calcul pour la projection cylindrique conforme à axe oblique et pour la transformation entre des systèmes de référence. http://www.swisstopo.admin.ch/internet/swisstopo/fr/home/topics/survey/sys/refsys/switzerland.parsysrelated1.31216.downloadList.77004.DownloadFile.tmp/swissprojectionfr.pdf */ return { init: function() { Loading Loading
src/projCode/gnom.js +6 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference: Wolfram Mathworld "Gnomonic Projection" http://mathworld.wolfram.com/GnomonicProjection.html Accessed: 12th November 2009 */ return { /* Initialize the Gnomonic projection Loading
src/projCode/laea.js +5 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, The American Cartographer, Vol 15, No. 4, October 1988, pp. 341-355. */ return { S_POLE: 1, N_POLE: 2, Loading
src/projCode/mill.js +5 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, The American Cartographer, Vol 15, No. 4, October 1988, pp. 341-355. */ return { /* Initialize the Miller Cylindrical projection Loading
src/projCode/nzmg.js +7 −0 Original line number Diff line number Diff line define(['../common'],function(common) { /* reference Department of Land and Survey Technical Circular 1973/32 http://www.linz.govt.nz/docs/miscellaneous/nz-map-definition.pdf OSG Technical Report 4.1 http://www.linz.govt.nz/docs/miscellaneous/nzmg.pdf */ return { /** Loading
src/projCode/somerc.js +7 −0 Original line number Diff line number Diff line define(function() { /* references: Formules et constantes pour le Calcul pour la projection cylindrique conforme à axe oblique et pour la transformation entre des systèmes de référence. http://www.swisstopo.admin.ch/internet/swisstopo/fr/home/topics/survey/sys/refsys/switzerland.parsysrelated1.31216.downloadList.77004.DownloadFile.tmp/swissprojectionfr.pdf */ return { init: function() { Loading