{
  "type": "Program",
  "body": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d3",
            "range": [
              27,
              29
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 8
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                32,
                39
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 11
                },
                "end": {
                  "line": 3,
                  "column": 18
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "d3",
                "raw": "'d3'",
                "range": [
                  41,
                  45
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 20
                  },
                  "end": {
                    "line": 3,
                    "column": 24
                  }
                }
              }
            ],
            "range": [
              32,
              47
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 11
              },
              "end": {
                "line": 3,
                "column": 26
              }
            }
          },
          "range": [
            27,
            47
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 6
            },
            "end": {
              "line": 3,
              "column": 26
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        21,
        48
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 27
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": "/usr/bin/env node",
          "range": [
            0,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": " Get the projection object from the specified config.",
          "range": [
            50,
            105
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 55
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "module",
              "range": [
                106,
                112
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 0
                },
                "end": {
                  "line": 6,
                  "column": 6
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "exports",
              "range": [
                113,
                120
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 7
                },
                "end": {
                  "line": 6,
                  "column": 14
                }
              }
            },
            "range": [
              106,
              120
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "get_projection",
            "range": [
              121,
              135
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 15
              },
              "end": {
                "line": 6,
                "column": 29
              }
            }
          },
          "range": [
            106,
            135
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 29
            }
          }
        },
        "right": {
          "type": "FunctionExpression",
          "id": {
            "type": "Identifier",
            "name": "get_projection",
            "range": [
              121,
              135
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 15
              },
              "end": {
                "line": 6,
                "column": 29
              }
            }
          },
          "params": [
            {
              "type": "Identifier",
              "name": "config",
              "range": [
                163,
                169
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 57
                },
                "end": {
                  "line": 6,
                  "column": 63
                }
              }
            }
          ],
          "body": {
            "type": "BlockStatement",
            "body": [
              {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "proj_type",
                      "range": [
                        182,
                        191
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 17
                        }
                      }
                    },
                    "init": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "config",
                                "range": [
                                  194,
                                  200
                                ],
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 26
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "parameters",
                                "range": [
                                  201,
                                  211
                                ],
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 37
                                  }
                                }
                              },
                              "range": [
                                194,
                                211
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 20
                                },
                                "end": {
                                  "line": 7,
                                  "column": 37
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "projection",
                              "range": [
                                212,
                                222
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 38
                                },
                                "end": {
                                  "line": 7,
                                  "column": 48
                                }
                              }
                            },
                            "range": [
                              194,
                              222
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 20
                              },
                              "end": {
                                "line": 7,
                                "column": 48
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "type",
                            "range": [
                              223,
                              227
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 49
                              },
                              "end": {
                                "line": 7,
                                "column": 53
                              }
                            }
                          },
                          "range": [
                            194,
                            227
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 53
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "toLowerCase",
                          "range": [
                            228,
                            239
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 54
                            },
                            "end": {
                              "line": 7,
                              "column": 65
                            }
                          }
                        },
                        "range": [
                          194,
                          239
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 20
                          },
                          "end": {
                            "line": 7,
                            "column": 65
                          }
                        }
                      },
                      "arguments": [],
                      "range": [
                        194,
                        241
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 20
                        },
                        "end": {
                          "line": 7,
                          "column": 67
                        }
                      }
                    },
                    "range": [
                      182,
                      241
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 67
                      }
                    }
                  }
                ],
                "kind": "const",
                "range": [
                  176,
                  242
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2
                  },
                  "end": {
                    "line": 7,
                    "column": 68
                  }
                }
              },
              {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "proj_err",
                      "range": [
                        249,
                        257
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 6
                        },
                        "end": {
                          "line": 8,
                          "column": 14
                        }
                      }
                    },
                    "init": {
                      "type": "Literal",
                      "value": null,
                      "raw": "null",
                      "range": [
                        260,
                        264
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 17
                        },
                        "end": {
                          "line": 8,
                          "column": 21
                        }
                      }
                    },
                    "range": [
                      249,
                      264
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 6
                      },
                      "end": {
                        "line": 8,
                        "column": 21
                      }
                    }
                  }
                ],
                "kind": "let",
                "range": [
                  245,
                  265
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 2
                  },
                  "end": {
                    "line": 8,
                    "column": 22
                  }
                }
              },
              {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "projection",
                      "range": [
                        272,
                        282
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 6
                        },
                        "end": {
                          "line": 9,
                          "column": 16
                        }
                      }
                    },
                    "init": {
                      "type": "Literal",
                      "value": null,
                      "raw": "null",
                      "range": [
                        285,
                        289
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 19
                        },
                        "end": {
                          "line": 9,
                          "column": 23
                        }
                      }
                    },
                    "range": [
                      272,
                      289
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 6
                      },
                      "end": {
                        "line": 9,
                        "column": 23
                      }
                    }
                  }
                ],
                "kind": "let",
                "range": [
                  268,
                  290
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 24
                  }
                }
              },
              {
                "type": "SwitchStatement",
                "discriminant": {
                  "type": "Identifier",
                  "name": "proj_type",
                  "range": [
                    303,
                    312
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 11
                    },
                    "end": {
                      "line": 11,
                      "column": 20
                    }
                  }
                },
                "cases": [
                  {
                    "type": "SwitchCase",
                    "test": {
                      "type": "Literal",
                      "value": "mercator",
                      "raw": "'mercator'",
                      "range": [
                        324,
                        334
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 7
                        },
                        "end": {
                          "line": 12,
                          "column": 17
                        }
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "name": "projection",
                            "range": [
                              340,
                              350
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 4
                              },
                              "end": {
                                "line": 13,
                                "column": 14
                              }
                            }
                          },
                          "right": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "d3",
                                "range": [
                                  353,
                                  355
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "geoMercator",
                                "range": [
                                  356,
                                  367
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 31
                                  }
                                }
                              },
                              "range": [
                                353,
                                367
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 17
                                },
                                "end": {
                                  "line": 13,
                                  "column": 31
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              353,
                              369
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 17
                              },
                              "end": {
                                "line": 13,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            340,
                            369
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 4
                            },
                            "end": {
                              "line": 13,
                              "column": 33
                            }
                          }
                        },
                        "range": [
                          340,
                          370
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 4
                          },
                          "end": {
                            "line": 13,
                            "column": 34
                          }
                        }
                      },
                      {
                        "type": "BreakStatement",
                        "label": null,
                        "range": [
                          375,
                          381
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 10
                          }
                        }
                      }
                    ],
                    "range": [
                      319,
                      381
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 10
                      }
                    }
                  },
                  {
                    "type": "SwitchCase",
                    "test": {
                      "type": "Literal",
                      "value": "albers",
                      "raw": "'albers'",
                      "range": [
                        389,
                        397
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 7
                        },
                        "end": {
                          "line": 15,
                          "column": 15
                        }
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "name": "projection",
                            "range": [
                              443,
                              453
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 4
                              },
                              "end": {
                                "line": 17,
                                "column": 14
                              }
                            }
                          },
                          "right": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "d3",
                                    "range": [
                                      456,
                                      458
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "geoAlbers",
                                    "range": [
                                      459,
                                      468
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    456,
                                    468
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  456,
                                  470
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 31
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "parallels",
                                "range": [
                                  480,
                                  489
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                456,
                                489
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 17
                                },
                                "end": {
                                  "line": 18,
                                  "column": 18
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ArrayExpression",
                                "elements": [
                                  {
                                    "type": "Literal",
                                    "value": 50,
                                    "raw": "50",
                                    "range": [
                                      493,
                                      495
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 24
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 60,
                                    "raw": "60",
                                    "range": [
                                      497,
                                      499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 28
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  491,
                                  501
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 30
                                  }
                                }
                              }
                            ],
                            "range": [
                              456,
                              503
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 17
                              },
                              "end": {
                                "line": 18,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            443,
                            503
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 32
                            }
                          }
                        },
                        "range": [
                          443,
                          504
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 33
                          }
                        },
                        "leadingComments": [
                          {
                            "type": "Line",
                            "value": " @@@ Get parallels from config?",
                            "range": [
                              405,
                              438
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 6
                              },
                              "end": {
                                "line": 16,
                                "column": 39
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "BreakStatement",
                        "label": null,
                        "range": [
                          509,
                          515
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 10
                          }
                        }
                      }
                    ],
                    "range": [
                      384,
                      515
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 10
                      }
                    }
                  },
                  {
                    "type": "SwitchCase",
                    "test": null,
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "name": "proj_err",
                            "range": [
                              531,
                              539
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "right": {
                            "type": "TemplateLiteral",
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "value": {
                                  "raw": "Unrecognized projection \"",
                                  "cooked": "Unrecognized projection \""
                                },
                                "tail": false,
                                "range": [
                                  542,
                                  570
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 43
                                  }
                                }
                              },
                              {
                                "type": "TemplateElement",
                                "value": {
                                  "raw": "\"\"",
                                  "cooked": "\"\""
                                },
                                "tail": true,
                                "range": [
                                  579,
                                  583
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 56
                                  }
                                }
                              }
                            ],
                            "expressions": [
                              {
                                "type": "Identifier",
                                "name": "proj_type",
                                "range": [
                                  570,
                                  579
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 52
                                  }
                                }
                              }
                            ],
                            "range": [
                              542,
                              583
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 15
                              },
                              "end": {
                                "line": 21,
                                "column": 56
                              }
                            }
                          },
                          "range": [
                            531,
                            583
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 56
                            }
                          }
                        },
                        "range": [
                          531,
                          584
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 57
                          }
                        }
                      }
                    ],
                    "range": [
                      518,
                      584
                    ],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 21,
                        "column": 57
                      }
                    }
                  }
                ],
                "range": [
                  294,
                  588
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 2
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                }
              },
              {
                "type": "IfStatement",
                "test": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "argument": {
                    "type": "Identifier",
                    "name": "proj_err",
                    "range": [
                      597,
                      605
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 8
                      },
                      "end": {
                        "line": 23,
                        "column": 16
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    596,
                    605
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 7
                    },
                    "end": {
                      "line": 23,
                      "column": 16
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "name": "projection",
                          "range": [
                            614,
                            624
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 24,
                              "column": 14
                            }
                          }
                        },
                        "right": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "projection",
                                          "range": [
                                            627,
                                            637
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "center",
                                          "range": [
                                            645,
                                            651
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "range": [
                                          627,
                                          651
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "config",
                                                "range": [
                                                  653,
                                                  659
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "parameters",
                                                "range": [
                                                  660,
                                                  670
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                653,
                                                670
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "projection",
                                              "range": [
                                                671,
                                                681
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "range": [
                                              653,
                                              681
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "center",
                                            "range": [
                                              682,
                                              688
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            653,
                                            688
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 50
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        627,
                                        690
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "scale",
                                      "range": [
                                        698,
                                        703
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "range": [
                                      627,
                                      703
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "config",
                                            "range": [
                                              705,
                                              711
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "parameters",
                                            "range": [
                                              712,
                                              722
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            705,
                                            722
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "projection",
                                          "range": [
                                            723,
                                            733
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "range": [
                                          705,
                                          733
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scale",
                                        "range": [
                                          734,
                                          739
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "range": [
                                        705,
                                        739
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 48
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    627,
                                    741
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 50
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "translate",
                                  "range": [
                                    749,
                                    758
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 16
                                    }
                                  }
                                },
                                "range": [
                                  627,
                                  758
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 16
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ArrayExpression",
                                  "elements": [
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "/",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "config",
                                              "range": [
                                                770,
                                                776
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "parameters",
                                              "range": [
                                                777,
                                                787
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              770,
                                              787
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "projection",
                                            "range": [
                                              788,
                                              798
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            770,
                                            798
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "width",
                                          "range": [
                                            799,
                                            804
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "range": [
                                          770,
                                          804
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          807,
                                          808
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        770,
                                        808
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 46
                                        }
                                      }
                                    },
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "/",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "config",
                                              "range": [
                                                818,
                                                824
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "parameters",
                                              "range": [
                                                825,
                                                835
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              818,
                                              835
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "projection",
                                            "range": [
                                              836,
                                              846
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            818,
                                            846
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "width",
                                          "range": [
                                            847,
                                            852
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "range": [
                                          818,
                                          852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          855,
                                          856
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        818,
                                        856
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    760,
                                    865
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 7
                                    }
                                  }
                                }
                              ],
                              "range": [
                                627,
                                867
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 17
                                },
                                "end": {
                                  "line": 30,
                                  "column": 9
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "rotate",
                              "range": [
                                875,
                                881
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 7
                                },
                                "end": {
                                  "line": 31,
                                  "column": 13
                                }
                              }
                            },
                            "range": [
                              627,
                              881
                            ],
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 17
                              },
                              "end": {
                                "line": 31,
                                "column": 13
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "config",
                                    "range": [
                                      883,
                                      889
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "parameters",
                                    "range": [
                                      890,
                                      900
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    883,
                                    900
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 32
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "projection",
                                  "range": [
                                    901,
                                    911
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 43
                                    }
                                  }
                                },
                                "range": [
                                  883,
                                  911
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 43
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "rotation",
                                "range": [
                                  912,
                                  920
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 52
                                  }
                                }
                              },
                              "range": [
                                883,
                                920
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 15
                                },
                                "end": {
                                  "line": 31,
                                  "column": 52
                                }
                              }
                            }
                          ],
                          "range": [
                            627,
                            922
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 17
                            },
                            "end": {
                              "line": 31,
                              "column": 54
                            }
                          }
                        },
                        "range": [
                          614,
                          922
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 54
                          }
                        }
                      },
                      "range": [
                        614,
                        923
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 55
                        }
                      }
                    }
                  ],
                  "range": [
                    608,
                    927
                  ],
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 19
                    },
                    "end": {
                      "line": 32,
                      "column": 3
                    }
                  }
                },
                "alternate": null,
                "range": [
                  591,
                  927
                ],
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 2
                  },
                  "end": {
                    "line": 32,
                    "column": 3
                  }
                }
              },
              {
                "type": "ReturnStatement",
                "argument": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "key": {
                        "type": "Identifier",
                        "name": "proj_err",
                        "range": [
                          943,
                          951
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 12
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "proj_err",
                        "range": [
                          943,
                          951
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 12
                          }
                        }
                      },
                      "kind": "init",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "range": [
                        943,
                        951
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 34,
                          "column": 12
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "key": {
                        "type": "Identifier",
                        "name": "projection",
                        "range": [
                          957,
                          967
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 14
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "projection",
                        "range": [
                          957,
                          967
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 14
                          }
                        }
                      },
                      "kind": "init",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "range": [
                        957,
                        967
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 14
                        }
                      }
                    }
                  ],
                  "range": [
                    937,
                    972
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 9
                    },
                    "end": {
                      "line": 36,
                      "column": 3
                    }
                  }
                },
                "range": [
                  930,
                  973
                ],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 2
                  },
                  "end": {
                    "line": 36,
                    "column": 4
                  }
                }
              }
            ],
            "range": [
              172,
              975
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 66
              },
              "end": {
                "line": 37,
                "column": 1
              }
            }
          },
          "generator": false,
          "expression": false,
          "range": [
            138,
            975
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 32
            },
            "end": {
              "line": 37,
              "column": 1
            }
          }
        },
        "range": [
          106,
          975
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 37,
            "column": 1
          }
        }
      },
      "range": [
        106,
        976
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 37,
          "column": 2
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " Get the projection object from the specified config.",
          "range": [
            50,
            105
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 55
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    21,
    976
  ],
  "loc": {
    "start": {
      "line": 3,
      "column": 0
    },
    "end": {
      "line": 37,
      "column": 2
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "/usr/bin/env node",
      "range": [
        0,
        19
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 19
        }
      }
    },
    {
      "type": "Line",
      "value": " Get the projection object from the specified config.",
      "range": [
        50,
        105
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 55
        }
      }
    },
    {
      "type": "Line",
      "value": " @@@ Get parallels from config?",
      "range": [
        405,
        438
      ],
      "loc": {
        "start": {
          "line": 16,
          "column": 6
        },
        "end": {
          "line": 16,
          "column": 39
        }
      }
    }
  ]
}