geotagged images onto map? #5075
-
I am wondering about doing something like https://communityhealthmaps.nlm.nih.gov/tag/raster-image-marker/ in Terria I am a bit surprised I haven't found anything like a geotagged photo wms maker anywhere. The idea gets a mention in here https://www.isprs.org/proceedings/2011/gi4dm/pdf/OP24.pdf but this was a while ago. It looks like https://www.digikam.org/ has some smarts. Maybe the move is to have end users drop their photos in a folder and I poll it to maintain the vector layer and the symbology (here photos) in GeoServer? Or I could cook up something like the ABC photo stories layer. Drag & drop to the map would be special but probably outside my grasp. Any advice is welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
That sounds like a cool feature. Geotag information is stored in EXIF metadata so some playing with maybe https://www.npmjs.com/package/exif-parser might give you some results. I think drag & drop a geotagged photo to show a point and have the photo in feature info should be fairly easy to implement. Let me know if you'd like some pointers. |
Beta Was this translation helpful? Give feedback.
-
Thanks.
Fun fact: the Outlook phone app will strip all your exif tags when you email your photos!
|
Beta Was this translation helpful? Give feedback.
-
Hi Russell and Steve |
Beta Was this translation helpful? Give feedback.
That sounds like a cool feature. Geotag information is stored in EXIF metadata so some playing with maybe https://www.npmjs.com/package/exif-parser might give you some results. I think drag & drop a geotagged photo to show a point and have the photo in feature info should be fairly easy to implement. Let me know if you'd like some pointers.