datamaps
datamaps copied to clipboard
"defs" and "use" elements empty because path is not yet defined
In setProjection()
for options.projection === 'orthographic'
a defs
and 2 use
are created.
The defs
uses the path
function but that is defined after the if
statement.
Are these items used somewhere?