[Mercator] Code review changes
This commit is contained in:
parent
2e4c950e4a
commit
a32911077f
|
@ -1,6 +1,7 @@
|
||||||
package com.mercator;
|
package com.mercator;
|
||||||
|
|
||||||
class EllipticalMercator extends Mercator {
|
class EllipticalMercator extends Mercator {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
double yAxisProjection(double input) {
|
double yAxisProjection(double input) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue