BrianBunker / cmv-widgets

Widgets based on the Esri jsapi, configured for the Configurable Map Viewer. Widgets include Drag and Drop, Goto, Map Navigation Hash, and Nearby.
https://brianbunker.github.com/cmv-widgets
MIT License
18 stars 24 forks source link

Geo-tagged Image #8

Open faridcher opened 9 years ago

faridcher commented 9 years ago

When draging and droping a geo-tagged image, it doesn't get placed on its proper location. it seems, the widget doesn't take the position of the image into account.

BrianBunker commented 9 years ago

The image drag and drop functionality doesn't look for geo-tagging. The image is placed at the location of the cursor at the time of the drop.

faridcher commented 9 years ago

Brian,

Don’t you think it would be nicer to look for the geo-tag info and take it into account if there are any geo-tagging in the image.

Thanks

From: Brian Bunker [mailto:notifications@github.com] Sent: Monday, January 05, 2015 7:20 PM To: BrianBunker/cmv-widgets Cc: Farid Subject: Re: [cmv-widgets] Geo-tagged Image (#8)

The image drag and drop functionality doesn't look for geo-tagging. The image is placed at the location of the cursor at the time of the drop.

— Reply to this email directly or view https://github.com/BrianBunker/cmv-widgets/issues/8#issuecomment-68726660 it on GitHub.Image removed by sender.

BrianBunker commented 9 years ago

Sure, that would be interesting to pursue, but it was not the original functionality of the widget. I'm open to PRs for added functionality.

Samaalir commented 7 years ago

I am working on it, thank you for your time