Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewahoo/acf-gme
Advanced Custom Fields: Google Map Extended
https://github.com/codewahoo/acf-gme
Last synced: 27 days ago
JSON representation
Advanced Custom Fields: Google Map Extended
- Host: GitHub
- URL: https://github.com/codewahoo/acf-gme
- Owner: codewahoo
- Created: 2015-11-12T19:13:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T17:34:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T17:10:35.243Z (4 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Google Map Extended - extending the functionality of the built-in Google Map field with several handy features. (Third-Party Add-Ons)
README
# Advanced Custom Fields: Google Map Extended
This plugin creates a new field for [Advanced Custom Fields (ACF)](http://www.advancedcustomfields.com/ "Advanced Custom Fields")
extending the functionality of the built-in Google Map field with several handy features:
* Saves map center. You can center your maps wherever you want and indicate that you want to save that place as map center. This can be handy, if you want your front-end map to show some specific place in the center of the map (not necessary the location marker).
* Saves zoom level.
* Disables (optionally) map zooming with a scrollwheel. Sometimes you can get annoyed with your maps starting to zoom, when you scroll the post in the admin area. This feature comes handy here.
* Shows location coordinates. It is easy to get any place's location coordinates (latitude and longitude) with this plugin by setting a marker to the place you need using user friendly map interface.
* Compatible with the ACF built-in Google Map field.
* Saves all maps shown at a page in the global array. This is a bonus for programmers.The plugin makes use of the Google Maps API version 3.
The plugin doesn't use an API key and is therefore operating under the [restrictions of the free Google Maps API](https://developers.google.com/maps/faq#usage_pricing),
which should be more than enough for most websites.## Usage
Please see the [F.A.Q.](https://wordpress.org/plugins/advanced-custom-fields-google-map-extended/faq/) at WordPress.org