=== Super Map Generator ===
Contributors: rodrigoantunes, freemius
Tags: image map, interactive map, hotspot, polygon, block
Requires at least: 6.3
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Build interactive image maps with a visual editor — polygons, rectangles and circles with hover/click interactions, drill-down and a 3D lift effect.

== Description ==

Super Map Generator lets you create interactive image maps directly inside WordPress. Use the full-screen visual editor to draw regions (polygons, rectangles, circles) over any image, then configure hover/click interactions, drill-down navigation between maps, and a smooth 3D lift effect for your regions.

**Key features:**

* Full-screen visual editor built with React and Konva
* Draw polygons, rectangles, and circles over any image
* Hover and click interactions per region
* Drill-down navigation: clicking a region can open a nested map
* 3D lift effect on hover
* Gutenberg block and `[smg_map]` shortcode for easy embedding
* REST API-powered — no page reloads in the editor

== Installation ==

1. Upload the `super-map-generator` folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Go to **Maps** in the admin menu to create your first map.
4. Use the Gutenberg block **Super Map** or the shortcode `[smg_map id="123"]` to embed a map.

== Frequently Asked Questions ==

= What image formats are supported? =

Any image format supported by your WordPress media library (JPEG, PNG, WebP, GIF, SVG).

= Can I nest maps inside maps? =

Yes. Set a region's click action to "Open Map" and select any other map from your library.

= Does it work with the Classic Editor? =

Yes, use the `[smg_map id="YOUR_MAP_ID"]` shortcode.

== Screenshots ==

1. The full-screen visual editor.
2. A published interactive map with the 3D lift effect.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
