MCPcopy Index your code
hub / github.com/microsoft/SandDance / geoShape

Function geoShape

docs/app/js/sanddance-app.js:143056–143061  ·  view source on GitHub ↗
(projection, geojson, group)

Source from the content-addressed store, hash-verified

143054 return gradient;
143055}
143056function geoShape(projection, geojson, group) {
143057 const p = getScale(projection, (group || this).context);
143058 return function(context) {
143059 return p ? p.path.context(context)(geojson) : "";
143060 };
143061}
143062function pathShape(path) {
143063 let p = null;
143064 return function(context) {

Callers

nothing calls this directly

Calls 1

getScaleFunction · 0.70

Tested by

no test coverage detected