Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@computed get Asia(): GeoPath {
const projection = geoPatterson()
.center([58, 54])
.scale(150)
.translate([0, 0])
.precision(0.1)
const path = geoPath().projection(projection)
return path
}