Skip to content

netcharm/PhotoGeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoGeoTag

Add Exif Geo Tag to photos

Requirements

Common

  1. GMap.Net ( or download via NuGet) for web map display
  2. ypmap (can not download source code direct, maybe export it to github then download it), Get AMap/SoSo map provider code
  3. Microsoft .net framework >= v4.0

PhotoGeoTag

Classic Windows UI (before Windows 7)

  1. ExplorerTree for display filesystem treeview
  2. ImageListView for display images thumbnail list

PhotoGeoTagShell

Modern Windows UI (after Windows 7)

  1. Windows-API-Code-Pack-1.1, not recommanded download from NuGet, it can not add ExplorerBrowser WinForm control to toolbox for now version 1.1.2. When you clone source and recompiling it, everything is good.
  2. https://www.nuget.org/packages/WindowsAPICodePack-Core/
  3. https://www.nuget.org/packages/WindowsAPICodePack-Shell/
  4. https://www.nuget.org/packages/WindowsAPICodePack-ShellExtensions/
  5. https://www.nuget.org/packages/WindowsAPICodePack-DirectX/ (maybe not used)
  6. https://www.nuget.org/packages/WindowsAPICodePack-ExtendedLinguisticServices/ (maybe not used)
  7. https://www.nuget.org/packages/WindowsAPICodePack-Sensors/ (maybe not used)

Usage

  1. Open application
  2. Navigating to you photo folder
  3. Select photo(s) and click View Map button to open MapViewer window
  4. Default map provider is google china, you can change it, and auto saved this setting
  5. If selected photo(s) has EXIF GEO Tag, it will auto adding marker(s) to map, these markers may changing via mouse drag
  6. If photo no GEO Tag, you can click blue marker button, pin photo to map, drap marker to change position, after release mouse left button, it will prompt you "Yes/No",
  7. if selectd "Yes", will auto set GEO Tag to photo(s) and try touch the photo datetime with photo's EXIF DateTaken Tag
  8. it selected "No", you can continued drag marker to changing position

Download

Binary

  1. bitbucket.org

Source

  1. bitbucket.org
  2. github.com

To-Do

Load GPX/KML file and display on map as reference of photo(s) geo location

About

Add Exif Geo Tag to photos via map view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages