Questions tagged [geotagging]

The process of adding geographical identification metadata to various media.

The process of adding geographical identification metadata to various media such as photographs or videos, websites, SMS messages, QR codes, or RSS feeds. This data usually consists of latitude and longitude coordinates, though they can also include altitude, bearing, distance, accuracy data, and place names.


Useful links


Related tags

120 questions
1
vote
1 answer

iPhone iOS how to add geotagging info to a PNG file?

I'm building a camera effects app and would like to be able to add geo tagging to the screenshots that I capture. I'm grabbing camera images from an AVCaptureSession frame buffer and am displaying them to the user after some processing. The end…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
1 answer

Android ExifInterface TAG_GPS_LATITUDE denom values

I am trying to use geo-tagging with my own camera application. What I am doing is getting my current geo-location as decimal value (Ex. Latitude = 6.8447375) and want to convert it in to DMS format in order to use public static final String…
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
0
votes
2 answers

How to have markers on a map cluster instead of stack

my team is trying to resolve an issue with limited time. We have developed a fairly complex map interface on our site to display content (trips, social content, etc). when a user runs a search for "Kayaking San Francisco" for example, the map…
TJ Sassani
0
votes
0 answers

From lat lon zoom to x y

I'm trying to implement a code in dart(flutter) that transforms the lon lat coordinates into x y coordinates of an image without success. The image is downloaded from openstreetmap and of dimensions: width, height and of which I know the central…
Cata
  • 17
  • 4
0
votes
0 answers

Distributor's areas tagging on maps

So the business problem is like this: We sell our product via the FMCG Producer-Distributor-Retailer model. With our distributors we make a legal agreement that we will not make any other distributor within x kms radius area of your shop. X gets…
0
votes
1 answer

Geotag a jpg image with c#

How can I write the latitude and longitude in the metadata of a jpg file as shown in the following image So far I have the following code but it does not work for me, I am using methods that extend the Bitmap class public static Bitmap…
user19626293
0
votes
1 answer

how to add geo tag location image camera

how to add the location when the photo was taken, for example when the smartphone wants to take a picture and the camera is open then the location is already available in the image picker and when the photo is taken, the location becomes a watermark…
0
votes
1 answer

How to overlay a TIF image in openlayers 6?

I am using openlayers 6 for rendering map. My map has some layers and I want to add a TIF image dynamically to the map as an overlay. I am using mapnik & mappoxy for tile caching. I tried this…
Adithya
  • 1,687
  • 3
  • 19
  • 34
0
votes
2 answers

Geo Tagged Photos

Retrieve GPS location from Geo Tagged Photo in iphone.? Can we know the latitude and longitude ogf geo tagged photos in iPhone
er.mobileapp
  • 1,287
  • 4
  • 15
  • 21
0
votes
1 answer

How to add geolocation to a tweet in Rails?

At the moment my Rails app can tweet via twitter gem, and I would like to add a geotag to my tweets. The geolocation is constant. How can I do this? Twitter::Client.new.update('Hello, there!')
Andrei
  • 10,918
  • 12
  • 76
  • 110
0
votes
1 answer

How to get location information of image from unsplash API?

I am trying to integrate Unsplash API in my android app. Could anyone please let me know if the API supports location where the image has taken (geotagging)? It is available only for a few images as far as I understand. Is it possible to get it for…
0
votes
1 answer

How to rename photo description in sw maps apps

I have a project in SW Maps, then I have take some photos and coordinate for some region. But when I back to my office, I forget to give proper description name of the photo that have been added. How I can rename description of the photo? Because I…
m hanif f
  • 406
  • 1
  • 7
  • 20
0
votes
1 answer

Exiftool geotag on untag pictures

I will use exiftool for geotagging many pictures using a kml file. Is there any option on command line for tagging only pictures without any existing geotag? I do not find any information about it.
Guuk
  • 505
  • 3
  • 17
0
votes
1 answer

How to set a JPEG's lat and lon coords with exiftool?

Using exiftool, if I have a file named foobar.jpeg and the shell variables lat="37.7708" and lon="-122.451". What command do I use to set the EXIF metadata for that jpeg file such that its "geotag" / GPS metadata is set with those coordinates.
Chris W.
  • 37,583
  • 36
  • 99
  • 136
0
votes
0 answers

Geo-tag showing after restart the device

Hi i am trying to add Geo-tag for captured images using below code but Geo-tag is showing when i restart the device i searched lot in google for solution but i did not find solution for this issue can some one help me please my code:- private…
AbhiRam
  • 2,033
  • 7
  • 41
  • 94