Details
-
New Feature
-
Resolution: Fixed
-
Major
-
2.0.0-alpha.1
-
None
Description
Many pictures are georeferenced and contain latitude/longitude information.
This information can be used for reverse-geocoding services like the OSM based http://wiki.openstreetmap.org/wiki/Nominatim
The ImageAspect should be extended for lat, lon, city, state and country.
h4. Additional Information
Example:
http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.5487429714954&lon=-1.81602098644987&zoom=10&accept-language=en
Returns
<addressparts>
<city>Birmingham</city>
<county>West Midlands</county>
<state_district>West Midlands</state_district>
<state>England</state>
<country>United Kingdom</country><country_code>gb</country_code>
</addressparts>
This information can be used for reverse-geocoding services like the OSM based http://wiki.openstreetmap.org/wiki/Nominatim
The ImageAspect should be extended for lat, lon, city, state and country.
h4. Additional Information
Example:
http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.5487429714954&lon=-1.81602098644987&zoom=10&accept-language=en
Returns
<addressparts>
<city>Birmingham</city>
<county>West Midlands</county>
<state_district>West Midlands</state_district>
<state>England</state>
<country>United Kingdom</country><country_code>gb</country_code>
</addressparts>