()
| 12713 | } |
| 12714 | |
| 12715 | function conicEquidistant() { |
| 12716 | return conicProjection(conicEquidistantRaw) |
| 12717 | .scale(131.154) |
| 12718 | .center([0, 13.9389]); |
| 12719 | } |
| 12720 | |
| 12721 | var A1 = 1.340264, |
| 12722 | A2 = -0.081106, |
nothing calls this directly
no test coverage detected