Hi Team,
We were previously using the jquery-jvectormap-north_america-merc.js map configuration, where the marker (pin) displayed correctly. However, after switching to jquery-jvectormap-north_america-lcc.js, the marker no longer appears on the map. This suggests a potential issue with coordinate compatibility or rendering behavior specific to the LCC (Lambert Conformal Conic) projection. It's possible that the coordinates used for the Mercator map are not directly transferable to the LCC map, and may require transformation or adjustment to display correctly.
Would you like help identifying how to convert coordinates between Mercator and LCC projections or debugging the marker rendering logic?