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
What steps will reproduce the problem?
1.upload the file
2.fusion tables>Visualize>Map>zoom in/out
3.certain features will not render at random
What is the expected output? What do you see instead?
all features (polygons) should be visible at all zoom levels, but this is the
problem.
What version of the product are you using? On what operating system?
Windows 7 on Chrome
Please provide any additional information below.
these polygon layers have a large amount of boundary vertices
Original issue reported on code.google.com by [email protected] on 27 Sep 2012 at 1:44
This is not a problem with shpescape, it is a feature in fusion tables. Fusion
Tables does this so both the server and your computer do not get overloaded.
Issue was resolved the long way: Converted shapefile to kml in ArcMap using
Conversion tool "Feature to KML" (only saves as .kmz), Opened in G-Earth, saved
as .kml, opened in text editor (Npad++) and manually copy and pasted each
coordinate scheme for every polygon (80 features) into new fusion table.
After doing this the first time I noticed something: All of the features from
the kml were enclosed as <MultiGeometry></MultiGeometry> (not just the
polygons of the file that were true multipart features. When using Shpescape
it only encloses multipart features in as <MultiGeometry>, (which makes sense),
and all single part features as just <Geometry>. Come to think about it I
think I have had this problem before : if there is a multi-part feature that
borders a single part feature (polygon) something (inconsistently) goes awry.
Thanks for your comments, I use your product frequently.
Original issue reported on code.google.com by
[email protected]
on 27 Sep 2012 at 1:44Attachments:
The text was updated successfully, but these errors were encountered: