Hi ChartFXers,
I'm using the "IL-5 Digit Ungrouped.svg" file as my MapSource. I am displaying my Map on a TabPage within a TabControl. However, the default functionality of the Map, where a user can hover over each ZIP code and it becomes highlighted, doesn't seem to work. When I use other maps, such as "RI-5 Digit Ungrouped.svg", this seems to work fine.
Debugging this I find that on the map's MouseMove event, the HitTest(e.X, e.Y, etc...) always returns a HitType of Background. I tried calling myMap.BringToFront(), and many other ways of getting the map to redisplay with no solut