geoGraticule10 function Spherical shapes

Map geoGraticule10()

A convenience method for directly generating the default 10° global graticule as a GeoJSON MultiLineString geometry object.

Equivalent to:

geoGraticule10() {
  return GeoGraticule()();
}

Implementation

Map geoGraticule10() => GeoGraticule()();