billythekid / ezmap
EZMap integration for Craft CMS
Installs: 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2024-12-29 05:21:58 UTC
README
EZ Map integration for Craft CMS
Requirements
This plugin requires Craft CMS 3.0.20 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require billythekid/ezmap
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for EZMap.
EZMap Overview
This plugin adds an EZ Map field for you to automatically position your EZ Map created maps on your site.
Configuring EZMap
Add your EZ Map email address and API Key to the plugin's settings to connect your account.
Using EZMap
Choose the EZ Map field type in your fieldlayout. You'll then be able to choose any of your saved maps from a dropdown.
To output a map in a twig template use {{ craft.eZMap.map(yourFieldNameHere) }}
.
For example if you added a field with the handle ezMap to an entry: {{ craft.eZMap.map(entry.ezMap) }}