nlybe/photosmap

Map of photos uploaded with Tidypics plugin

2.3.1 2018-12-16 23:07 UTC

This package is auto-updated.

Last update: 2024-03-17 11:42:50 UTC


README

Elgg 2.3

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:

  1. A Google API key for google maps usage
  2. A second Google API key which should have access restrictions based on IP address (required for reverse geolocation)