<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Use cases. Customer examples. Fla-shop.com blog</title>
	<atom:link href="https://www.fla-shop.com/blog/category/case-studies/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fla-shop.com/blog/category/case-studies/</link>
	<description>Interactive Maps, HTML5, WordPress, Map Use-cases – Fla-shop.com blog</description>
	<lastBuildDate>Sat, 07 Feb 2026 05:48:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How to Create a Rep Locator Map for Your WordPress Website</title>
		<link>https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 04 Mar 2023 19:09:32 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=1963</guid>

					<description><![CDATA[<p>If your company has a wide network in the United States and you're developing a WordPress-based corporate website, you'll need a map that shows the locations of your sales reps. This kind of map provides visitors with information about the managers in each state or region.</p>
<p>The post <a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/">How to Create a Rep Locator Map for Your WordPress Website</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading">What Is a Rep Locator Map?</h2>



<p>A rep locator map typically has the following features:</p>



<ul class="wp-block-list">
<li>It shows the locations of sales managers throughout the country.</li>



<li>It displays the company&#8217;s branch structure in a colorful way.</li>



<li>It has a mobile-friendly interface for the convenience of mobile visitors.</li>
</ul>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_0' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_0'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_0 { } #usa-html5-map-map-container_0 .fm-tooltip-name { color: #000000; font-size: 20px; } #usa-html5-map-map-container_0 .fm-tooltip-comment { } #usa-html5-map-map-container_0 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_0 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_0 = new FlaShopUSAMap(usahtml5map_map_cfg_7); usahtml5map_map_0.draw('usa-html5-map-map-container_0'); usahtml5map_map_0.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_7; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_0').val(sid); else jQuery('#usa-html5-map-selector_0').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=7' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_0').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=7' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=7' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_0').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_0.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_0' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>All of these features are included in the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Map WordPress plugin</a> from Fla-shop.com. In this article, we&#8217;ll show you how to create a rep locator map for your WordPress website with just a few clicks.</p>



<h2 class="wp-block-heading">How to Create a Representative Locator Map for WordPress</h2>



<p>Creating a rep locator map may seem complicated, but with our interactive map plugin, you can significantly accelerate the process.</p>



<p>First, think about the concept of your future map. What information do you want to provide? How will you display it? What color scheme will you use? Do you need to add any internal sources of information to your map?</p>



<p>Once you&#8217;ve answered these questions, you can easily create your Rep Locator Map on your WordPress website with the user-friendly <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Map WordPress plugin</a> from Fla-shop.com.</p>



<p>After installing and activating the plugin, follow these steps to create a colorful rep locator map:</p>



<ol class="wp-block-list">
<li>Go to your WordPress Dashboard (you&#8217;ll need administrative access to configure the plugins).</li>



<li>Open the &#8220;USA Map&#8221; menu on the left side of the screen.</li>



<li>Go to the &#8220;Maps&#8221; page and enter a name for your map. The settings menu for your map will then appear at the top of the dashboard.</li>



<li>If you want to apply the same settings to several states, group them into a region. Go to the &#8220;Group settings&#8221; tab and customize the settings (i.e., color, tooltip information) for the new region.</li>



<li>Preview the map in the &#8220;Preview&#8221; tab to check all changes.</li>



<li>Copy and paste the shortcode from the &#8220;Preview&#8221; tab into your WordPress blog post or a single page.</li>
</ol>



<p>For your convenience, we&#8217;ve prepared a short 3-minute video that illustrates the creation process of a rep locator map:</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div class="thumb-wrap"><a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2Fsj4FkLPyJSs%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></div>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p></p>



<h2 class="wp-block-heading">Useful Features of WordPress Plugins for Creating Representative Maps</h2>



<p>Interactive maps from Fla-shop.com are created with the latest modern technologies, which means you don&#8217;t have to worry about inconveniencing website visitors. Our interactive maps are:</p>



<ul class="wp-block-list">
<li>Easily customizable</li>



<li>No coding required</li>



<li>Import/export settings via CSV</li>



<li>Easy embedding into WordPress pages</li>



<li>Mobile-friendly</li>
</ul>



<p>All of these features improve the quality and usability of your corporate website. In addition to creating customized maps to showcase your business locations and data, you can also use them to create <a href="https://www.fla-shop.com/blog/sales-territory-mapping/">sales territory maps</a> for your team.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Creating a rep locator map on your WordPress-powered website has never been easier! The US Map plugin is a powerful tool that will significantly increase the effectiveness of your website and attract more visitors. For additional information, please visit the plugin homepage:</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try the United States map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/">How to Create a Rep Locator Map for Your WordPress Website</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adding a watermark logo to the map</title>
		<link>https://www.fla-shop.com/blog/adding-a-watermark-logo-to-the-map/</link>
					<comments>https://www.fla-shop.com/blog/adding-a-watermark-logo-to-the-map/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 Apr 2019 20:06:44 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=935</guid>

					<description><![CDATA[<p>Have you ever thought of displaying your company logo as a background watermark on any interactive map? Let us introduce yet another way to customize the look of our maps, this time by adding your business identity! Read on to find out what it may look like.</p>
<p>The post <a href="https://www.fla-shop.com/blog/adding-a-watermark-logo-to-the-map/">Adding a watermark logo to the map</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>Read on to find out what it may look like.</p>



<h2 class="wp-block-heading">Map appearance options available as part of the plugin</h2>



<p>Our interactive map plugin comes with the following visual options:</p>



<ul class="wp-block-list">
<li>colors for individual states;</li>



<li>font and color for labels;</li>



<li>shadow and highlight;</li>



<li>border width, color, and transparency.</li>
</ul>



<p>In addition, the plugin offers an array of interactive features, including hyperlinks, tooltips, popup windows, and displaying content next to the map (on the right or below).<br>You are welcome to check out working examples at <a href="https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/">https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/</a></p>



<h2 class="wp-block-heading">Map watermark logo</h2>



<p>One of our users requested to have a map watermarked with their company logo. We were happy to oblige – here is the result:</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<!-- start HTML5 Map --><div id="map-container"></div><script src="/blog/wp-content/uploads/2019/maps/usa-logo/raphael.min.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-logo/settings.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-logo/paths.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-logo/map.js"></script><script>map_cfg.shadowAllow = false; var map = new FlaMap(map_cfg);map.drawOnDomReady('map-container');</script><!-- end HTML5 Map -->
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>The logo watermark is added to the map so that individual states are still clickable.<br>The map has a responsive layout and renders equally well on PCs and mobile devices.</p>



<p>Would you like your logo added to a map as a watermark? Or how about using your logo as a map marker – for instance, to indicate your company HQ or local offices?<br>Let us know via the feedback form at <a href="https://www.fla-shop.com/contact/">https://www.fla-shop.com/contact/</a></p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Get try-for-free customizable US map for WordPress</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/adding-a-watermark-logo-to-the-map/">Adding a watermark logo to the map</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/adding-a-watermark-logo-to-the-map/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating an Interactive Map of FIFA World Cup Best Results</title>
		<link>https://www.fla-shop.com/blog/creating-interactive-map-fifa-world-cup-best-results/</link>
					<comments>https://www.fla-shop.com/blog/creating-interactive-map-fifa-world-cup-best-results/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 15 Jun 2018 09:57:16 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=562</guid>

					<description><![CDATA[<p>World Cup 2018 has started! And to celebrate this, we’ve came up with a guide on creating an interactive infographics that displays the best result countries ever achieved in FIFA World Cup. Starting from scratch, the entire process takes as little as 15 minutes. </p>
<p>The post <a href="https://www.fla-shop.com/blog/creating-interactive-map-fifa-world-cup-best-results/">Creating an Interactive Map of FIFA World Cup Best Results</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>Starting from scratch, the entire process takes as little as 15 minutes.<br>The resulting map is shown below</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div id="map-container"></div>
<link href="/blog/wp-content/uploads/2018/maps/worldcountries/map.css" rel="stylesheet">
<script src="/blog/wp-content/uploads/2018/maps/worldcountries/raphael.min.js"></script>
<script src="/blog/wp-content/uploads/2018/maps/worldcountries/settings-fifa.js"></script>
<script src="/blog/wp-content/uploads/2018/maps/worldcountries/paths.js"></script>
<script src="/blog/wp-content/uploads/2018/maps/worldcountries/map.js"></script>
<script>
var map = new FlaMap(map_cfg);
map.drawOnDomReady('map-container');
</script>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading">Some notes</h3>



<p>Here, we used the <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">World Map plugin for WordPress</a> that features clickable countries. As for championship results, we have made the following presumptions: Great Britain is marked as a champion even though four countries actually represent GB: England, Scotland, Wales, and Northern Ireland. Since England was a champion in 1966, we mark Great Britain as a champion. Also, we do not distinguish the sports results of such now non-existing countries as West Germany, East, Czechoslovakia, USSR, and Yugoslavia.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Creating a FIFA best results map</h2>



<p>So, how can you create such a map? Assuming you have installed the plugin and familiarized yourself with its settings, the first thing you should do is create a new map in the plugin. Let&#8217;s name it &#8220;FIFA World Cup best results&#8221;. By default, the entire map has a blue color. To preview the map with its current settings, switch to the &#8220;Preview&#8221; tab. Also, on this tab, you can find a shortcode to paste the map onto any page of your website.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-0.png" alt=""/></figure>



<p>Change the colors of all countries to gray. Then, we will colorize individual countries that ever participated in the World Cup. Conveniently, editing countries one by one is not required – thanks to the &#8220;Bulk Edit&#8221; function you can change the color of multiple countries in one go and several clicks.</p>



<p>When you click the &#8220;Bulk edit&#8221; button, a checkbox form appears. Here, you can select countries to which the settings that should be applied. As you remember, we want to make all countries gray. So, we just invert the selection with the &#8220;Toggle selections&#8221; button. See the screenshot.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-2.png" alt="List of countries on the batch settings page"/></figure>



<p>Now, here is what we have got:</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-3.png" alt="Preview tab with world map"/></figure>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Country Groups</h2>



<p>Then we need to colorize countries depending on their best World Cup results. The easiest way to do this is to use our plugin&#8217;s unique feature – grouping countries. Here is how it works.</p>



<p>Each country ever participated in World Cup achieved one of the following results: Champion, Finalist, Semifinals, Quarterfinals, 2nd Round, 1st Round. Hence, we need to create the same groups and fill each group with appropriate countries.</p>



<p>A huge advantage of this method is that it allows for easy modification of the infographic whenever this is required. Indeed, adding a new participating country requires merely editing a certain group and adding the given new country to it.</p>



<p>So, let&#8217;s create a group. On the &#8220;Groups&#8221; tab enter the name of the first group, &#8220;Champion&#8221;, then click &#8220;Add new group&#8221;.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-4.png" alt="Create a group in the plugin"/></figure>



<p>This will unfold the detailed settings section. Here you can select countries to include in this group by simply clicking them on the map. In different years FIFA champions were Brazil, Germany, Italy, Argentina, Uruguay, France, England, and Spain. Select them on the map.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-5.png" alt="Selection of countries included in the group"/></figure>



<p>Scroll down to the &#8220;Group settings&#8221; section. Enable the &#8220;Keep individual highlighting&#8221; option. If turned on, this option keeps the selection of each country individual when a user clicks or moves the mouse to countries in the group. Otherwise, the entire group is highlighted and selected.</p>



<p>In the same section configure the colors of the Champions group.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-6.png" alt="Group color settings"/></figure>



<p>Save changes and switch to the &#8220;Preview&#8221; tab to check the result.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-7.png" alt="Preview tab"/></figure>



<p>Looks good so far. Now, we basically need to repeat the above for other groups: Finalist, Semifinals, Quarterfinals, 2nd Round, 1st Round. Save changes and check the map on the &#8220;Preview&#8221; tab:</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-1.png" alt="World map with configured groups"/></figure>



<p>Wow! That&#8217;s quite impressive albeit not very informative for now. Indeed, there is a place to improve FIFA&#8217;s best results map. Let&#8217;s add a map legend somewhere on the map that would explain which color corresponds to which World Cup result. We&#8217;ll use the &#8220;Points&#8221; tab for that. Double-click the map to add a point. A typical use of points is to mark cities on the map, but we&#8217;ll use them to make a legend. Configure points so that their colors matched the colors of our groups and give them corresponding names. You can adjust fonts, and size and even assign some click action to the point (which we do not need here, though).</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-8.png" alt="Adding a legend to the map"/></figure>



<p>After adding all points, we end up with the following infographics.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/fifa-9.png" alt="Interactive Map FIFA World Cup"/></figure>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>Perfect! Now, we can publish the map. Or we can make it even better, for example, by adding tooltips to countries to display the years each country achieved its best result in the World Cup. You can also add a link to each country so that clicking that country would open some detailed information page with some description of matches played by the country and other related info.</p>



<p>This is another post about infographics in our blog. If you happened to miss the first one, here it is: «<a href="https://www.fla-shop.com/blog/interactive-infographic-maps/">Using HTML5 US Map plugin to create infographics</a>».</p>



<p>So, as you see, creating interactive infographics is quite simple when you have the right tool.</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/world/countries/">Try World map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/creating-interactive-map-fifa-world-cup-best-results/">Creating an Interactive Map of FIFA World Cup Best Results</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/creating-interactive-map-fifa-world-cup-best-results/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>U.S. Map with All Cities for WordPress Website</title>
		<link>https://www.fla-shop.com/blog/clickable-us-map-with-all-cities/</link>
					<comments>https://www.fla-shop.com/blog/clickable-us-map-with-all-cities/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 16 Nov 2017 11:07:23 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=369</guid>

					<description><![CDATA[<p>We found a quick solution to this problem. One of our clients wanted to add all the cities of the USA to the map and that these very cities would have had clickable links that would lead to different pages...</p>
<p>The post <a href="https://www.fla-shop.com/blog/clickable-us-map-with-all-cities/">U.S. Map with All Cities for WordPress Website</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>We found a quick solution to this problem.</p>



<p>One of our clients wanted to add all the cities of the USA to the map and that these very cities would have had clickable links that would lead to different pages of the website.&nbsp;We suggested using a <a href="https://www.fla-shop.com/products/wp-plugins/united-states/bundle-us-all-states/">bundle plugin</a> that includes the maps for each state. The links for the cities are displayed by choosing the county.</p>



<p>Please, take a look at the example for Florida. Try to click on the counties!</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <!-- start Fla-shop.com HTML5 Map --> <div class='premiumHtml5Mapright htmlMapResponsive' style='max-width:1200px'><div id='premium-html5-map-container_0' class='premiumHtml5MapContainer' style=''></div> <style> #premium-html5-map-container_0 .fm-tooltip-name { color: #000000; font-size: 20px; } #premium-html5-map-container_0 .fm-tooltip-comment { } </style> <script type="text/javascript"> jQuery(function(){ premiumhtml5map_map_0 = new flashopfloridamap(premiumhtml5map_map_cfg_9); premiumhtml5map_map_0.draw('premium-html5-map-container_0'); var html5map_onclick = function(ev, sid, map) { var cfg = premiumhtml5map_map_cfg_9; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/index.php?premiumhtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#premium-html5-state-info_0').html('Loading...'); jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/index.php?premiumhtml5map_get_'+(is_group_info ? 'group' : 'state')+'_info='+id+'&map_id=9', success: function(data, textStatus, jqXHR){ jQuery('#premium-html5-state-info_0').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; premiumhtml5map_map_0.on('click',html5map_onclick); }); </script> <div id='premium-html5-state-info_0' class='premiumHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>By clicking on the county, the list of the cities with a population of more than 5000 people will be displayed near the map. &nbsp;Also, the color of the county in this example depends on the number of cities included.</p>



<p>Here you find an example of the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">interactive USA map</a> including the cities with a population of more than 200.000 people.</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <!-- start Fla-shop.com HTML5 Map --> <div class='premiumHtml5Mapright htmlMapResponsive' style='max-width:980px'><div id='premium-html5-map-container_1' class='premiumHtml5MapContainer' style=''></div> <style> #premium-html5-map-container_1 .fm-tooltip-name { color: #000000; font-size: 20px; } #premium-html5-map-container_1 .fm-tooltip-comment { } </style> <script type="text/javascript"> jQuery(function(){ premiumhtml5map_map_1 = new FlaShopUSAMap(premiumhtml5map_map_cfg_0); premiumhtml5map_map_1.draw('premium-html5-map-container_1'); var html5map_onclick = function(ev, sid, map) { var cfg = premiumhtml5map_map_cfg_0; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/index.php?premiumhtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#premium-html5-state-info_1').html('Loading...'); jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/index.php?premiumhtml5map_get_'+(is_group_info ? 'group' : 'state')+'_info='+id+'&map_id=0', success: function(data, textStatus, jqXHR){ jQuery('#premium-html5-state-info_1').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; premiumhtml5map_map_1.on('click',html5map_onclick); }); </script> <div id='premium-html5-state-info_1' class='premiumHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">How did we make a US map with all cities?</h2>



<p>As well as other plugins, a <a href="https://www.fla-shop.com/products/wp-plugins/united-states/bundle-us-all-states/">bundled plugin with all US maps</a> has functions for the export and import of CSV and JSON files. Therefore the main task was to create a script that generates the file with the pre-integrated settings for the importation into a plugin. If you have good programmers, it won&#8217;t be time-consuming.&nbsp; The script processes the database with the list of the cities and compares the state and the county. Also, we added the population&#8217;s amount filter.</p>



<p>But what&#8217;s to be done with the automatic links adding? The client&#8217;s request was as follows &#8211; each link for the city should have the following template: / [state] / [city]<br>For example, Tampa will have the following link: /florida/tampa/</p>



<h2 class="wp-block-heading">How can you order this customization?</h2>



<p>Do you need an out-of-the-box solution? We are always ready to offer services in the customization of our plugins or in new plugins development from scratch.</p>



<p>If you already have any special requirements for your plugin, please send them through our custom development page.</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/development/">Get a Customized Map from Fla-shop.com!</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/clickable-us-map-with-all-cities/">U.S. Map with All Cities for WordPress Website</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/clickable-us-map-with-all-cities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Examples of Using the Map of Australia on Websites</title>
		<link>https://www.fla-shop.com/blog/australia-map-plugin-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/australia-map-plugin-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 06 Jul 2017 11:03:36 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=136</guid>

					<description><![CDATA[<p>An interactive map of Australia from Fla-shop.com is a plugin for WordPress-powered websites that allows placing geographical-related content into a corporate or standalone website with just a few clicks. In this article, we collected 10 inspirational examples of the Australia Map plugin for WordPress.</p>
<p>The post <a href="https://www.fla-shop.com/blog/australia-map-plugin-wordpress/">Examples of Using the Map of Australia on Websites</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>In this article, we collected 10 inspirational examples of the <a href="https://www.fla-shop.com/products/wp-plugins/oceania/au/">Australia Map plugin</a> for WordPress. Thus you can estimate the full potential of our plugin.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Car-craft repair</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/car-craft.com_.png" alt="Australia map plugin"/></figure>



<p>&#8220;Car-craft repair&#8221; is overall one of the best companies in the motor body repair industry in Australia. Undoubtedly, the best company needs a very good interactive map to place information about its local departments. Therefore, on the screenshot&nbsp;above you can see the Australia interactive map plugin for WordPress on the main website page.&nbsp;Whereas a user clicks on one state, so WordPress redirects him automatically to the page with all necessary information of local dealers. Finally, the interactive map is also fully customized so that it corresponds to the website color scheme. Good decision.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Jim&#8217;s asbestos removal</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/jimasbestos.png" alt="Australia map plugin for business"/></figure>



<p>Undeniably, Interactive maps from Fla-shop.com serve for ecology purposes! Thus &#8220;Jim&#8217;s asbestos removal&#8221; is a well-known Australian company that helps to remove asbestos from materials in industrial areas, suburban stations, and so on. Surely, they used our interactive map on the main page of a corporate website to redirect a user to the local departments&#8217; pages. The interactive map has meanwhile&nbsp;eye-catching colors to attract visitor&#8217;s attention.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">World Day of Prayer</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/worlddayofprayer.png" alt="Non-commercial use of Australia map plugin"/></figure>



<p>&#8220;Word Day of Prayer&#8221; is primarily a non-commercial organization that unites women with many faith traditions to pray together. Of course, we were glad to help them to improve the Australian website with a high-quality interactive map. As can be seen on a screenshot below, the Interactive HTML5 Map of Australia helps the website visitors to find all necessary information about the State Committees.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Fly UAS</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/flyuas.png" alt="Australia interactive map helps young pilots"/></figure>



<p>&#8220;Fly UAS&#8221; is preeminently a company that helps to get an upcoming remote pilot license (REPL) to all interested people in Australia. The Australia Interactive map on the main page uses customized colors and points at the same time for better visualization. As in the examples above, when a user clicks on a state, the system redirects him to a page with necessary information.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">NSA Lacrosse</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/lacrosse.png" alt="Helping lacross players with Australia interactive map"/></figure>



<p>Given these points, &#8220;NSA Lacrosse&#8221; helps the lacrosse players to find camps and clinics throughout Australia states. As in many other cases, the map fits a website color scheme.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Bullock</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/bullock.png" alt="commercial Australia interactive map usage"/></figure>



<p>In addition, the authors of this website decided to use an interactive map with the grouping of states. As well as on the screenshot, two states are grouped with the same color. This is, by the way, a useful feature of our plugins, allowing us to represent the global structure of companies without efforts.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Pronto Refrigeration</h2>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/prontorefrigeration.png" alt="Pronto Refrigeration Map"/></figure>



<p>&#8220;Pronto Refrigeration&#8221; is a company, which has a large department structure in Australia and New Zealand. That&#8217;s why they use customized version of our plugin.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Countplus national audits</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/countplus.png" alt="Countplus national audits Locations"/></figure>



<p>As you can see from the screenshot, this company uses the Australia map plugin with points and pop-up windows with additional information about local representatives. The customized colors of the map and points are associated with the information in the pop-up window.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Camdec logistics</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/camdec.png" alt="Camdec Servicing Areas"/></figure>



<p>An interactive map on this corporate website has different colors. Blue for the states with the local departments of the company and black for the states without local departments. For another thing, webmasters customized the information in pop-up windows for each state and users can easily find all the necessary information.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Westpac Equipment Finance &amp; Commercial Introducers</h2>



<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/07/introducers.png" alt="Westpac Equipment Finance &amp; Commercial Introducers Team"/></figure>



<p>This website allows visitors to find all necessary information about local company representatives by a simple click on a state. Australia HTML5 Map plugin from Fla-shop.com helps to fit the website design and color scheme.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Conclusion</h2>



<p>On the whole, these 10 examples show us the full potential of <a href="https://www.fla-shop.com/products/wp-plugins/oceania/au/">Australia HTML5 Interactive Map WordPress plugin</a> from Fla-shop.com. The interactive map is easy&nbsp;to customize and has a lot of useful premium features. Using this map you can place any necessary information you need to attract more attention to your website. You can also have more visitors and potential clients.</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/oceania/au/">Are you interested? Download the plugin now!</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/australia-map-plugin-wordpress/">Examples of Using the Map of Australia on Websites</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/australia-map-plugin-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating Infographics with the US Map Plugin</title>
		<link>https://www.fla-shop.com/blog/interactive-infographic-maps/</link>
					<comments>https://www.fla-shop.com/blog/interactive-infographic-maps/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 05 Jun 2017 19:22:34 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=25</guid>

					<description><![CDATA[<p>Infographics and data visualization are essential tools for attracting attention to a webpage. Regardless of a website's topic, infographics can impress visitors with vivid visualizations of vast amounts of data.</p>
<p>The post <a href="https://www.fla-shop.com/blog/interactive-infographic-maps/">Creating Infographics with the US Map Plugin</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading">Introduction</h2>



<p>The quickest way to incorporate infographics into your website is by using the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Interactive Map plugin</a> from Fla-shop.com. We&#8217;ve developed a powerful and highly customizable tool that enables you to create an appealing interactive map with just a few clicks!</p>



<h2 class="wp-block-heading">Why do people use infographic maps?</h2>



<p>Primarily, as a corporate website owner, you&#8217;ll need to display geographically related statistical content to your visitors. For this purpose, you can use infographics. For instance, they can show:</p>



<ul class="wp-block-list">
<li>the number of sales in a specific US state,</li>



<li>valuable information tied to different regions,</li>



<li>statistical data related to your website&#8217;s theme;</li>
</ul>



<p>Real examples from our clients:</p>



<ul class="wp-block-list">
<li><a href="https://www.valchoice.com/state-insurance-information/" target="_blank" rel="noreferrer noopener">https://www.valchoice.com/state-insurance-information/</a></li>



<li><a href="http://evolutionofwork.mit.edu/the-surprising-rise-of-the-gig-economy/" target="_blank" rel="noreferrer noopener">http://evolutionofwork.mit.edu/the-surprising-rise-of-the-gig-economy/</a></li>
</ul>



<p></p>



<p><img decoding="async" width="100%" style="max-width: 767px;" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/06/infographic-us-map.png" alt="Infographic Maps"><br>Additionally, you can find practical examples of working with infographic maps here:</p>



<p><a href="https://www.webdesignerdepot.com/2009/10/30-superb-examples-of-infographic-maps/">https://www.webdesignerdepot.com/2009/10/30-superb-examples-of-infographic-maps/</a></p>



<p>As a result, this type of visualization can convey critical information to visitors in a straightforward and efficient manner. That&#8217;s why designers worldwide adore infographics. And now, you can incorporate them into your WordPress-powered website!</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
        <!-- start Fla-shop.com HTML5 Map -->
        <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_1' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_1'></div><div style='clear:both; height: 20px;'></div>
            <style>
                #usa-html5-map-map-container_1 {
                    
                }
                #usa-html5-map-map-container_1 .fm-tooltip-name {
				color: #000000;
				font-size: 20px;

}
#usa-html5-map-map-container_1 .fm-tooltip-comment {

}
#usa-html5-map-map-container_1 .fm-tooltip-comment p {

}
                @media only screen and (max-width: 480px) {
                    #usa-html5-map-map-container_1 {
                        float: none;
                        width: 100%;
                    }
                }
            </style><script type="text/javascript">
            jQuery(function(){
                var hightlighted = null;
                usahtml5map_map_1 = new FlaShopUSAMap(usahtml5map_map_cfg_0);
                
                usahtml5map_map_1.draw('usa-html5-map-map-container_1');
                usahtml5map_map_1.on('mousein', function(ev, sid, map) {
                    if (hightlighted && sid != hightlighted) {
                        map.stateHighlightOut(hightlighted);
                        hightlighted = null;
                    }
                });
                
                

                var html5map_onclick = function(ev, sid, map) {
                var cfg      = usahtml5map_map_cfg_0;
                var link     = map.fetchStateAttr(sid, 'link');
                var is_group = map.fetchStateAttr(sid, 'group');
                var popup_id = map.fetchStateAttr(sid, 'popup-id');
                var is_group_info = false;

                if (typeof cfg.map_data[sid] !== 'undefined')
                        jQuery('#usa-html5-map-selector_1').val(sid);
                    else
                        jQuery('#usa-html5-map-selector_1').val('');

                if (is_group==undefined) {

                    if (sid.substr(0,1)=='p') {
                        popup_id = map.fetchPointAttr(sid, 'popup_id');
                        link         = map.fetchPointAttr(sid, 'link');
                    }

                } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link)  {
                    link = cfg.groups[is_group].link;
                    popup_id = cfg.groups[is_group]['popup_id'];
                    is_group_info = true;
                }
                if (link=='#popup') {

                    if (typeof SG_POPUP_DATA == "object") {
                        if (popup_id in SG_POPUP_DATA) {

                            SGPopup.prototype.showPopup(popup_id,false);

                        } else {

                            jQuery.ajax({
                                type: 'POST',
                                url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=0' + '&usahtml5map_get_popup',
                                data: {popup_id:popup_id},
                            }).done(function(data) {
                                jQuery('body').append(data);
                                SGPopup.prototype.showPopup(popup_id,false);
                            });

                        }
                    }
                    else if (typeof SGPBPopup == "function") {
                        var popup = SGPBPopup.createPopupObjById(popup_id);
                        popup.prepareOpen();
                        popup.open();
                    }

                    return false;
                }
                if (link == '#info') {
                    var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id'));
                    jQuery('#usa-html5-map-state-info_1').html('Loading...');
                    jQuery.ajax({
                        type: 'POST',
                        url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=0' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=0' + '&usahtml5map_get_state_info=') + id,
                        success: function(data, textStatus, jqXHR){
                            jQuery('#usa-html5-map-state-info_1').html(data);
                            
                        },
                        dataType: 'text'
                    });

                    return false;
                }

                    if (ev===null && link!='') {
                        if (!jQuery('.html5dummilink').length) {
                            jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>');
                        }

                        jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click();

                    }

                };
                usahtml5map_map_1.on('click',html5map_onclick);

                

            });
            </script><div id='usa-html5-map-state-info_1' class='usaHtml5MapStateInfo'></div>
            </div>
            <div style='clear: both'></div>
            <!-- end HTML5 Map -->
    
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading">US HTML5 Interactive Map Plugin from Fla-shop.com</h2>



<p>The <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US HTML5 Interactive Map plugin</a> from Fla-shop.com is a versatile tool for adding geographically related content to various websites with diverse topics.</p>



<p>Regardless of the website type, be it corporate or a simple landing page, this plugin facilitates the creation of vibrant and detailed maps by adding a straightforward shortcode to a blog page or a single post.</p>



<h2 class="wp-block-heading">Useful Features of Our Interactive Maps Plugin for Infographics</h2>



<p>Interactive map plugins from Fla-shop.com can assist in creating vibrant infographics through several features:</p>



<ul class="wp-block-list">
<li>Popup windows,</li>



<li>The ability to display additional information below or to the right of the map,</li>



<li>Customizable colors for each state individually,</li>



<li>Customizable links and click behavior;</li>
</ul>



<p>Furthermore, all of these features are combined with the full power of HTML5 technologies and responsive design. In addition to the geographical map of the US, a <a href="https://www.fla-shop.com/resources/us-square-tile-grid-map/">tile-based US map</a> is also available. All of our interactive maps are installed as separate WordPress plugins. This means you don&#8217;t need extensive programming knowledge to embed infographics on your website. Simply download, install, and create!</p>



<h2 class="wp-block-heading">The Advantages of Separate Plugins Over Other Solutions</h2>



<p>Some website owners may believe that other solutions, such as iframes, Flash maps, or direct insertion of images, can be cheaper and more practical than a plugin for creating infographics. However, we caution that using these technologies is not efficient.</p>



<p>Flash interactive maps cannot be rendered on mobile phones and tablets, which means you may lose the most valuable visitors to your website.</p>



<p>Images are not customizable, so you&#8217;ll need to update them each time you decide to change some information. Iframes can significantly slow down your website&#8217;s loading speed, which is crucial for mobile users.</p>



<p>Separate WordPress Interactive Map plugins are free from these issues. They are fast, highly customizable, and responsive, ensuring you never lose your audience. Plus, they are easy to use.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>In conclusion, infographics can significantly enhance the usability of your WordPress-powered website! Add them quickly and effortlessly with Interactive Maps from Fla-shop.com! Visit the plugin homepage for more information.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try the United States Map for WordPress for Free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/interactive-infographic-maps/">Creating Infographics with the US Map Plugin</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/interactive-infographic-maps/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Drill-down Map of the USA for WordPress: Here is How You Can Configure 3000+ Counties in Minutes Using CSV Importing</title>
		<link>https://www.fla-shop.com/blog/import-csv-to-us-counties-map/</link>
					<comments>https://www.fla-shop.com/blog/import-csv-to-us-counties-map/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 02 Jun 2017 18:11:58 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=9</guid>

					<description><![CDATA[<p>Let's face it: manual configuration of US counties is not an easy task. Indeed, the USA map has 3000+ of counties in total. Imagine you need to setup the landing pages, the contact information and possibly the visual style for each one of them. Even if you need to adjust only a half of counties, this is still a whole lot of work.</p>
<p>The post <a href="https://www.fla-shop.com/blog/import-csv-to-us-counties-map/">Drill-down Map of the USA for WordPress: Here is How You Can Configure 3000+ Counties in Minutes Using CSV Importing</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>This task can be quickly solved by exporting and importing via CSV.</p>



<h2 class="wp-block-heading">CSV Importing</h2>



<p>We use the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/drill-down-us-map/">Drill-down US map for WordPress</a> to demonstrate how you can quickly import all the required information for each particular county using CSV importing.</p>



<p>Main CSV importing advantages are:</p>



<ul class="wp-block-list"><li>Faster map configuration</li><li>Import the existing information from contact databases</li><li>You can delegate editing map settings in CSV to someone. Access to WordPress is only required when you import CSV.</li><li>Instantly apply changes</li><li>Import data to a test map, while your production website stays intact</li></ul>



<p>Now, let&#8217;s take a closer look.</p>



<h3 class="wp-block-heading">Faster map configuration</h3>



<p>To manually edit more than 3000 counties via the standard WordPress admin panel can take ages. With CSV importing, things get much easier. Indeed, in any spreadsheet editor, you create a CSV file containing settings of all states and counties you need. Then you simply import that file to the map plugin.</p>



<h3 class="wp-block-heading">Import from the existing contact database</h3>



<p>When you need to present the contact information of multiple local dealers, reps, agents or managers visually on the drill-down US map, an existing contact database is a great helper. Since most of the database software support exporting of databases to the CSV format, filling in the drill-down data takes a few minutes.</p>



<h3 class="wp-block-heading">Easy delegation</h3>



<p>Creating or editing a CSV file does not require access to WordPress. This effectively allows you to delegate the task to a subordinate who simply creates the CSV spreadsheet and fills it with contact data. Then you instantly import that CSV spreadsheet to your map.</p>



<h3 class="wp-block-heading">Instantly apply changes</h3>



<p>Without CSV importing even a simple change turns to a disaster. Imagine you have one manager who supervises 100+ counties in Texas. And then you notice his name has a typo. You would need to manually edit each of the hundred counties to fix it. And thanks to the CSV file, you make the change only once, and then import the fixed file to the map again.</p>



<h3 class="wp-block-heading">Effortless testing</h3>



<p>The Drill-down US map plugin allows you to have multiple maps, so you can test settings on an individual instance of the map, while your production website remains functional and stable. This way you can import the data from a CSV file to the test map, evaluate if it looks ok, and then either publish this map, or import the same CSV to the production map too.</p>



<h2 class="wp-block-heading">What can be imported from CSV?</h2>



<p>The plugin allows you to import all settings of each individual state and county of the US drill-down map, including:</p>



<ul class="wp-block-list"><li>Color settings (default color, hover color, click color)</li><li>Contents of tooltips including the tooltip image</li><li>Click event, specifically:
<ul>
<li>Open link</li>
<li>Display some content side-by-side with the map</li>
<li>Open the next level (for states only)</li>
</ul>
</li><li>Additional content to be displayed side-by-side with the map</li></ul>



<p>You can also import part of these data for instance if you use individual CSV files for each state.<br><br><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/06/florida-map.png" alt="Florida counties map" width="100%"></p>



<h2 class="wp-block-heading">CSV Importing Dialog in the WordPress Admin Panel</h2>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/06/wordpress-map-import-csv.png" alt="CSV Import Dialog"/></figure>



<p>The Detailed Settings tab allows you to export or import CSV settings to the Drill-down US map. The process is self-explanatory.</p>



<h2 class="wp-block-heading">What our clients say</h2>



<p><em><br>The team at FLA-SHOP.COM has been fantastic to work with. We have a network of sales reps throughout the world, down to the county level in the US. It&#8217;s critical that I be able to find the information they need and this map was absolutely the best choice.</em></p>



<p><em>More importantly, when I needed special features added to most efficiently process my data, their team jumped in immediately. Now, I can maintain one CSV file and uploaded seconds to make changes. I couldn&#8217;t think of a better solution.</em></p>



<p><em>Russ Schroader<br>VP of marketing<br>Sports beams lighting, Inc.<br></em></p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>CSV importing function of the Drill-down US map plugin for WordPress is a huge time-saver when you need to quickly fill the map with precise and up-to-date contact information of your local offices, sales reps or dealers. Therefore, your customers always see the actual contact information and can quickly place an order or ask for a quote.</p>



<p><strong>Increase your sales thanks to map plugins for WordPress from Fla-shop.com!</strong></p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/drill-down-us-map/">Try US Drill-down Map for Free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/import-csv-to-us-counties-map/">Drill-down Map of the USA for WordPress: Here is How You Can Configure 3000+ Counties in Minutes Using CSV Importing</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/import-csv-to-us-counties-map/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
