Other maps similar to the Germany map as example

1 reply · opened Oct 12, 2016

JjuanleOct 12, 2016

Hello, firstly thanks for your great valuable support.

I took a look to http://themes.semicolonweb.com/html/canvas/maps.php it is quite useful information. However, I could not find in the documentation further details about other maps similar to the Germany one. Do you have any documentation regarding those type of map?

I would like to get a map for Spain and Morocco in which the user could click to select providers that offer their services in different regions. Example http://www.eventplannerspain.com/images/Mapa_Spain_subcat_pro.jpg http://www.eventplannerspain.com/images/Mapa_Marruecos_subcat_pro.jpg is this possible? DO you have any example in which depending on where the user clicks you will trigger an action or another. At the moment I see the Germany map quite useful, but I do not see any action or hyperlink linked to each region.

Thanks and have a nice day
Juan

SSemicolon WebSTAFFOct 14, 2016

Hello,

Thank You so much for the Kind Words! :)

We are working on adding the Documentations for these Parts and most probably will be updating the Online Documentation more Frequently since it will be much better to make the Documentation readily available more quickly than waiting for the Next Update to release and wait for the Offline Documentation.

Regarding the Maps, currently Spain and Morocco Vector Maps are not available. However, you can definitely add Click Event action to the Maps by adding the following JS Code to the vectorMap Functions:

onRegionClick: function(element, code, region) {
	var message = 'You clicked "'
		+ region
		+ '" which has the code: '
		+ code.toUpperCase();

	alert(message);
}

For more Settings, consider using the Official Documentation: https://github.com/manifestinteractive/jqvmap#configuration-settings .

Hope this Helps! Thanks for your Patience.

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard