Icon Map Capabilities and Guide
I've got an interesting issue I'm dealing with that I know I've accomplished before. I'm trying to map both lat/lon and WKT polygons at the same time. I have both fields in my fact table and I created an index column in my fact table to use as the bottom most granularity. When I add in the index to the Category well and add in Count of Index as the Size well, I am able to add my polygons into the WKT feature and they map as expected. However, when I then add in my lat and lon into their respective wells, the lat/lons plot on the map but the polygons disappear.
Like I mentioned, I know I've done this before, but I can't figure out what I'm doing wrong. Anyone else ever come across this issue?
For mine to work you have to transform the lat/long into a WKT point, this then enabled me to either use multi-ploygons, ploygons, linestring or point.