I have an Azure Maps PCF Component imported as a solution into a PowerApp.
- If a pin is dropped in the upper-left corner, it falls directly under the cursor (like it should).
- As I drop pins down and to the right, the pins fall increasingly further from the cursor (problem)
- This also happens when drawing vertices of polygons and origins of circles/squares
Additional findings:
Where would I look in the source code to find the fix for this issue?
div
to inspect as many highlight the map control. One other critical item: This is a PowerApps CANVAS app, not a Model-driven app. - SeaDude