New home › Forums › Pro Add-on › Polygons
Tagged: polygon
- This topic has 7 replies, 4 voices, and was last updated 2 years, 8 months ago by AbelC.
-
AuthorPosts
-
April 24, 2020 at 9:04 pm #58958donalwaideMember
When I go to edit a polygon, the data disappears so be careful of this bug… Image attached shows my North America link edited and you can see all the polygone data is missing. To get it back, you click on one of the polygon markers and you are saved. How annoying.. But, getting around that, my next question is about directly linking to a URL. So when someone clicks on the Asia polygon of the global map they are transported to the Asia page. I don’t want to have to have the user click on the InfoMarker.
Any forum searches go back to 2014/2015 where it’s stated that this is a feature to be added. So maybe it’s there and I can’t find it now?Attachments:
You must be logged in to view attached files.April 26, 2020 at 11:00 am #58973AbelCModeratorHi There,
Thank you so much for getting in touch with us, and our sincere apologies for the inconvenience and delayed response over the weekend.
1. Unfortunately, this was a bug within WP Google Maps which we have now corrected.
Could I kindly ask if you could please confirm the WP Google Maps versions installed on your site?
2. Unfortunately, this is not supported by default at the moment, however, this feature will be supported in WP Google Maps Pro V8.1.
In the meantime, WP Google Maps Pro V8 will allow you to add a link to your Polygon InfoWindow.
Again, we do apologize for the inconvenience.
I hope this helps clarify, and I look forward to hearing back from you.
Kind Regards,
AbelApril 27, 2020 at 4:21 pm #58990donalwaideMember1. I have 8.0.22, and Pro 5.80 onsite
2. Estimate on availability of this update?Thank you.
April 28, 2020 at 9:59 am #59009AbelCModeratorThis reply has been marked as private.June 24, 2020 at 5:23 pm #59876jasonlivelyMemberI would also like to inquire about the availability of this update, it would be very useful for a project I am currently working on.
June 25, 2020 at 7:57 am #59884AbelCModeratorHi There,
Thank you so much for getting in touch with us.
Unfortunately, we do not have an ETA for WP Google Maps Pro V8.1. We do apologize for the inconvenience.
With that said, we have already released WP Google Maps Pro V8 that will allow you to add a link to your polygon title.
Could I kindly ask if you could please clarify what you would like to achieve?
Could you also please confirm the WP Google Maps versions installed on your site?
I hope this helps clarify, and I look forward to hearing back from you.
Kind Regards,
AbelJanuary 15, 2021 at 7:25 pm #66937brkillipMemberHas the capability to click on a polygon been included in Pro V8.1? Thanks?
January 18, 2021 at 7:24 am #66955AbelCModeratorHi There,
Thank you so much for getting in touch with us.
Would I be correct if I say that you would like to open a link when a user clicks on a polygon?
If so, this is not supported at the moment, however, this should be supported in the upcoming updates.
In the meantime, this can be achieved with Custom JS. Could I kindly ask if you could please navigate to Maps -> Settings -> Advanced Settings -> Custom JS -> Please paste the following code below:
jQuery(function($){
$(window).on(“infowindowopen.wpgmza”, function(event) {if (event.target.feature instanceof WPGMZA.GoogleProPolygon && $(“a.wpgmza_infowindow_link”)[0]){
window.location.href = jQuery(“a.wpgmza_infowindow_link”).attr(‘href’);
}
});
});Please do let me know if this is working for you?
I look forward to hearing back from you.
Kind Regards,
Abel -
AuthorPosts
- You must be logged in to reply to this topic.