adding GoogleView in DataViews

From now we can use the Googlemap API to see where our ancestors and living families members lives.


svn: r9725
This commit is contained in:
Serge Noiraud
2008-01-06 19:23:34 +00:00
parent 248e96dff8
commit 73593ecead
4 changed files with 363 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ from PlaceView import PlaceView
from MediaView import MediaView
from RepositoryView import RepositoryView
from NoteView import NoteView
from GoogleView import GoogleView
try:
import Config
@@ -57,6 +58,7 @@ except:
#MapView,
RepositoryView,
NoteView,
GoogleView,
]
def get_views():