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
I have a geojson object that was converted from a topjson using the topojson-client's feature method. When I try to reconvert the same object using the topology method of the topojson-server, I get all objects as undefined.
How can I reconvert a geojson that was outputted by the feature method back to topojson? I want to do so to use the merge method to merge certain paths from the topojson-client.
The text was updated successfully, but these errors were encountered:
I was having a similar problem as you and I took a long time (almost a day actually) to understand that we have to pass the geojson object as the value of a key in another object in topology method (the {foo: geojson} in docs), as this key (foo) will be a reference for the geojson data in topology.objects.foo. Just warning you in case your problem is the same as mine.
Hi,
I have a geojson object that was converted from a topjson using the topojson-client's feature method. When I try to reconvert the same object using the topology method of the topojson-server, I get all objects as undefined.
How can I reconvert a geojson that was outputted by the feature method back to topojson? I want to do so to use the merge method to merge certain paths from the topojson-client.
The text was updated successfully, but these errors were encountered: