Commit f1bfaa34 authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

less generic ones back into the files

parent b00feda9
Loading
Loading
Loading
Loading
+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
+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,
+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
+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 {

    /**
+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() {