Skip to content

Kraftwerk-Design/entry-gps-coordinates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entry GPS Coordinates plugin for Craft CMS 3.x

Pick a GPS location for an entry

PluginImpression

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project and tell composer to install the plugin composer require nthmedia/entry-gps-coordinates

  2. Activate the plugin in Craft through the command line or through the Control Panel under Settings → Plugins ./craft install/plugin entry-gps-coordinates

  3. Add a Coordinates field under Settings → Fields and add this field to a Section under Settings → Sections

Usage in Twig

{{ entry.fieldName | searchQuery }} => Van Gogh Museum
{{ entry.fieldName | coordinates }} => 52.3584159,4.8810756
{{ entry.fieldName | latitude }} => 52.3584159
{{ entry.fieldName | longitude }} => 4.8810756
{{ entry.fieldName | zoomLevel }} => 13
{{ entry.fieldName | address }} => Paulus Potterstraat 7, 1071 CX Amsterdam, Netherlands

About

Entry GPS Coordinates plugin for Craft CMS 3 & 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.8%
  • Twig 11.2%