(core) Don't disable adaptive resampling on the projection
This commit is contained in:
parent
f5bf0743fb
commit
62e8d08bd9
@ -117,8 +117,7 @@
|
||||
};
|
||||
|
||||
planet.projection = d3.geo.orthographic()
|
||||
.clipAngle(90)
|
||||
.precision(0);
|
||||
.clipAngle(90);
|
||||
planet.path = d3.geo.path().projection(planet.projection);
|
||||
|
||||
return planet;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user