Geography : #05742 note 27613 : cairo arguments differ from gtk2 draw arc.
svn: r21535
This commit is contained in:
parent
7aa1c2bbde
commit
fae194d1a0
@ -218,7 +218,7 @@ class PlaceSelection(ManagedWindow, OsmGps):
|
|||||||
# circle (rds)
|
# circle (rds)
|
||||||
self.hide_the_region()
|
self.hide_the_region()
|
||||||
self.selection_layer = self.add_selection_layer()
|
self.selection_layer = self.add_selection_layer()
|
||||||
self.selection_layer.add_circle(rds, self.lat, self.lon)
|
self.selection_layer.add_circle(rds/2.0, self.lat, self.lon)
|
||||||
|
|
||||||
def get_location(self, place):
|
def get_location(self, place):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user