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
To include information on the coordinate range for a topology or geometry a TopoJSON object may have a member named “bbox”. The value of the bbox member must be a 2*n array where n is the number of dimensions represented in the contained geometries, with the lowest values for all axes followed by the highest values. The axes order of a bbox follows the axes order of geometries. The bounding box should not be transformed using the topology’s transform, if any.
According the Topojson specification:
Example where it is going wrong:
Here is the
'bbox'
:(0.0, 0.0, 2.0, 0.0)
, but upon loading as Topojson-dict it changes to'bbox'
:(0, 0, 500000, 0)
:The text was updated successfully, but these errors were encountered: