You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I do the same in the new API v3?
By looking at the documentation I understand that the new topojson.filter(topology[, filter]) accepts a filter function rather than an object with a "coordinate-system"?
Thanks for any help or advice.
The text was updated successfully, but these errors were encountered:
Hi,
I need some help with moving to the new API v3 of Topojson.
In my working code I have the following line:
How can I do the same in the new API v3?
By looking at the documentation I understand that the new
topojson.filter(topology[, filter])
accepts afilter
function rather than an object with a"coordinate-system"
?Thanks for any help or advice.
The text was updated successfully, but these errors were encountered: