https://bugzilla.wikimedia.org/show_bug.cgi?id=32653
--- Comment #1 from Jeroen De Dauw <[email protected]> 2011-11-26 15:27:19 UTC --- Sure, feel free to modify this (as long as it does not break Maps/SM functionality). I'd actually like to make more extensive modifications to the coordinate/location handling, since right now it's a bit of a mess. The MapsCoordinateParser class does both formatting and parsing, and the MapsLocation class contains both the coordinates and a bunch of meta-data. It'd be better to have some MapsCoordinates class with parsing and formatting methods (possibly making use of separate parsing and formatting classes), and then a MapsLocation class which contains a MapsCoordinates one and holds the meta data. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
