https://github.com/ezmap/ezmap-craft-plugin
Craft CMS plugin to integrate with ezmap.co
https://github.com/ezmap/ezmap-craft-plugin
craft craft-cms-plugin ezmap google-maps gui maps
Last synced: 16 days ago
JSON representation
Craft CMS plugin to integrate with ezmap.co
- Host: GitHub
- URL: https://github.com/ezmap/ezmap-craft-plugin
- Owner: ezmap
- License: mit
- Created: 2018-08-18T23:05:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T12:20:46.000Z (over 5 years ago)
- Last Synced: 2025-12-15T00:23:40.304Z (6 months ago)
- Topics: craft, craft-cms-plugin, ezmap, google-maps, gui, maps
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EZMap plugin for Craft CMS 3.x
[EZ Map](https://ezmap.co) integration for Craft CMS
## Requirements
This plugin requires Craft CMS 3.0.20 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require billythekid/ezmap
3. 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) }}`