Geography : first try for gobject introspection. partial map, no zoom, no menu, ...

svn: r20280
This commit is contained in:
Serge Noiraud
2012-08-28 20:30:31 +00:00
parent fe38fb66fc
commit 6227383508
12 changed files with 86 additions and 59 deletions

View File

@ -68,11 +68,11 @@ _LOG = logging.getLogger("GeoGraphy.markerlayer")
#-------------------------------------------------------------------------
try:
import osmgpsmap
from gi.repository import OsmGpsMap as osmgpsmap
except:
raise
class MarkerLayer(GObject.GObject, osmgpsmap.GpsMapLayer):
class MarkerLayer(GObject.GObject, osmgpsmap.MapLayer):
"""
This is the layer used to display the markers.
"""