nlybe / photosmap
Map of photos uploaded with Tidypics plugin
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- composer/installers: >=1.0.8
- iionly/tidypics: 2.3.x
- nlybe/amap_maps_api: 2.9.x
This package is auto-updated.
Last update: 2024-10-17 12:57:33 UTC
README
This plugin adds location functionality for photos uploaded with Tidypics plugin.
If photos contain Latitude & Longitude data on exif information, the location of the photo is auto-detected and is saved automatically.
Alternatively the user can set the photo location when editing the images.
On plugin settings, the administrator can run a batch script for existing photos geolocation.
Installation
Use composer to install this plugin. On site root folder, run the command:
composer require nlybe/photosmap
Requirements
The amap_maps_api and tidypics plugins are required to be installed.
The following keys should be submitted on amap_maps_api settings:
- A Google API key for google maps usage
- A second Google API key which should have access restrictions based on IP address (required for reverse geolocation)