maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] Comment about patch 6b61f42c23a636dfab1d61d313b609f6006


From: David MENTRE
Subject: [Maposmatic-dev] Comment about patch 6b61f42c23a636dfab1d61d313b609f6006e4697
Date: Fri, 14 Dec 2012 08:41:50 +0100

Hello Maxime,

Regarding your patch
http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/commit/?id=6b61f42c23a636dfab1d61d313b609f6006e4697


+ def as_json_bounds(self):
+ """Returns this bounding box as an array of arrays that can be
+ serialized as JSON."""
+ return [[self._lat1, self._long1],
+ [self._lat2, self._long2]]

I would have sent something like a record with named fields, it would
have been clearer and avoid programming errors.

Something like: [{"lat":_lat1, "long":_long1}, {"lat":_lat2, "long":_long2}].

Best regards,
david



reply via email to

[Prev in Thread] Current Thread [Next in Thread]