Skip to content

Place your pics in the world!

Notifications You must be signed in to change notification settings

hrkltz/PicPlacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PicPlacer

PicPlacer

How to use

  1. Build & run the app
  2. select your target location Option 1: Insert an address Option 2: right click into the map view
  3. Drag & Drop a jpg file into the map view
  4. PicPlacer will now write the location into the corresponding EXIF fields.. finish!

How to build

  1. Get all dependencies
# Clone this repository
> git clone https://github.com/HerrHerklotz/PicPlacer
# Go into the repository
> cd PicPlacer

# Install dependencies
PicPlacer> npm install
PicPlacer/src> npm install

# Run the app
PicPlacer> npm run src
# Build the app
PicPlacer> npm run dist
  1. Go to https://msdn.microsoft.com/en-us/library/ff428642.aspx?f=255&MSPPError=-2147217396 and get your private API key
  2. Past your key into PicPlacer/src/key.js