GeoView : shadow suppression for markers.
svn: r14344
This commit is contained in:
parent
c17fd3c53f
commit
8a29e2323d
@ -1493,7 +1493,7 @@ class GeoView(HtmlView):
|
|||||||
upath = urlparse.urlunsplit(('file', '',
|
upath = urlparse.urlunsplit(('file', '',
|
||||||
URL_SEP.join(ipath.split(os.sep)), '', ''))
|
URL_SEP.join(ipath.split(os.sep)), '', ''))
|
||||||
self.mapview.write("my_marker.setIcon(\"%s\",[22,22],[0,0]);" % upath)
|
self.mapview.write("my_marker.setIcon(\"%s\",[22,22],[0,0]);" % upath)
|
||||||
self.mapview.write("my_marker.setShadowIcon(\"\",0);")
|
self.mapview.write("my_marker.setShadowIcon(\"%s\",[0,0]);" % upath)
|
||||||
|
|
||||||
def _show_title(self, title):
|
def _show_title(self, title):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user