Ticket #3 (closed defect: fixed)
Match preset location dropdown to existing coords
| Reported by: | ringmaster | Owned by: | ringmaster |
|---|---|---|---|
| Priority: | normal | Component: | geo |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The preset location dropdown on the post page needs to have the correct value selected for coordinates when an old post is edited. The values that are entered on the config page can be more precise than MySQL will hold and so they don't match for the selection comparison.
Change History
Note: See
TracTickets for help on using
tickets.

Converted post_lat and post_lon fields in posts table to use postmeta instead. Resolves issue of storing floats as datatype in the database because postmeta data is stored as string type.