# Boggs Eumorphic

The Boggs eumorphic projection is the average of the [sinusoidal](/content/@d3/sinusoidal/index.html) and [Mollweide](/content/@d3/mollweide/index.html) projections. It is more commonly presented [interrupted](/content/@d3/interrupted-boggs-eumorphic/index.html).

```javascript
import { [d3](/content/@d3/world-map#d3/index.html), [createMap](/content/@d3/world-map#createMap/index.html)} from ["@d3/world-map"](/content/@d3/world-map/index.html)
```

Insert cell

Insert cell

```javascript
createMap(d3.geoBoggs())
```

Insert cell

```javascript
import{d3,createMap}from"@d3/world-map"
```

Insert cell
