Showing posts with label SVG. Show all posts
Showing posts with label SVG. Show all posts

Tuesday, November 8, 2016

WordPress Interactive SVG Map

This WordPress Plugin is based on Github JQV MAP.

URL: https://github.com/manifestinteractive/jqvmap

Many times we need map in SVG format as Google map does not fit for every requirement. We can have more control on SVG map than Google map. using this plugin you can create map with options as you wish.

You just need to place a shortcode for the plugin on any post or page and the map is loaded on that particular page or post.

Features of the plugin are as follows:

  • Map is displayed in SVG format. 
  • Options to configure Map from the admin section.
  • Options to customize the map output on front-end.
  • The following Maps are available supported by the plugin.
    •   World Map
    •   USA
    •   Europe
    •   Germany
    •   Africa
    •   Asia
    •   Australia
    •   Argentina
    •   Algeria
    •   Brazil
    •   Canada
    •   France
    •   Greece
    •   Iran
    •   Iraq
    •   North America
    •   Russia
    •   South America
    •   Tunisia
    •   Turkey
You can download and install this plugin at WordPress plugin repository

URL: https://wordpress.org/plugins/interactive-svg-map/

MS SQL : How to identify fragmentation in your indexes?

Almost all of us know what fragmentation in SQL indexes are and how it can affect the performance. For those who are new Index fragmentation...