=== Plugin Name === Contributors: oyatek Donate link: http://mapsvg.com/ Tags: map, vector, svg, interactive, floorplan Requires at least: 4.0.0 Tested up to: 4.4.2 Stable tag: 2.2.1 Version: 2.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create awesome vector maps in a few clicks with MapSVG Builder. Use built-in maps or draw your own. == Description == See the [demo](http://mapsvg.com/) Read [online documentation](http://mapsvg.com/documentation/) MapSVG Lite is a basic version of popular MapSVG WordPress mapping plugin. MapSVG Lite turns any SVG file into interactive map or floorplan. * Running a map from SVG file means that you have no limitations and you can always edit SVG file in Adobe Illustrator or InkScape. Remove regions or add new, change everything as you need; * MapSVG includes buil-in geo-calibrated maps. Geo-calibrate means that you can add markers with latitude/longitude coordinates or just enter an address and MapSVG will get coordinates for you; * You can use MapSVG to create floor plans; * You can use MapSVG to create any make any vector image interactive; * MapSVG has awesome Map Builder with Live Preview: see instant changes as you type or move the mouse; Please note that Lite version has some limitations: * Only 1 geo-calibrated map (World Map) is included. Full version has >100 geo-calibrated maps. But you can upload your own maps * You can add not more than 5 markers * Setting a custom image for a marker isn't available * No responsiveness * No menu with clickable list of Regions * No [Choropleth maps](https://en.wikipedia.org/wiki/Choropleth_map) * Changing brightness of a Region on hover/select isn't available (you can use only one static color) * No per-region colors (only base color for all regions is available) * No HTML support for tooltips/popovers, just plain text * No custom function for global popovers * No custom function for global tooltips * No event handlers (onClick, mouseOver, mouseOut, beforeLoad, afterLoad) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/mapsvg-lite` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Go to Menu->MapSVG screen to create new map 4. Read online documentation at [mapsvg.com](http://mapsvg.com/documentation/) for more information == Frequently Asked Questions == = My custom SVG file isn't working = Files created in Adobe Illustrator don't have width/height parameters which are required by the plugin. Open your SVG file and add those parameters manually to tag (you can get width/height from viewBox parameter - [0,0,200,300] - 200 is width and 300 is height.