Closed (fixed)
Project:
Location Feeds
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2010 at 03:31 UTC
Updated:
27 May 2011 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
pdrake commentedSorry, old (broken) code above. That should have been:
Comment #2
elliotttf commentedI wonder if it would make more sense to just add an additional target for DMS values rather than trying to figure out if a value is DMS or not. What do you think?
Comment #3
pdrake commentedThat definitely makes sense from a technical user's perspective. However, there may be non-technical users who do not know whether they should be importing using Lat/Lon Dec or Lat/Lon DMS without further explanation. If we could somehow include an example of the format in the mapper selection (eg. Lat/Lon ##.##### or Lat/Lon ## ## ##), that might work. Ideally, DMS should support the use of letters (eg. N and W) as well as negative numbers.
Comment #4
elliotttf commentedCommitted your patch for numeric dms values. Feel free to write a patch for the letters and assuming it works I'll drop it in. Thanks!
Comment #6
bregtemundo commentedI was using this module to import an xml with locations.
The lat/long contained decimal numbers like:
50° 48' 26.8236" N
5° 25' 51.5028" E
The dot was filtered out though , so i created a patch for it