GeoView part II: the module itself.

GeoView.py is written by Serge, mapstraction.js is BSD licenced lib


svn: r11446
This commit is contained in:
Benny Malengier 2008-12-08 11:04:54 +00:00
parent 0d084cc677
commit e92f92b62a
6 changed files with 5884 additions and 12 deletions

View File

@ -161,6 +161,7 @@ src/images/scalable/Makefile
src/images/16x16/Makefile
src/images/22x22/Makefile
src/images/48x48/Makefile
src/mapstraction/Makefile
data/Makefile
data/man/Makefile
data/man/fr/Makefile

1175
src/DataViews/GeoView.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"""
Package init for the DataViews package.
"""
print 'start'
from GrampletView import GrampletView, register, Gramplet
from PersonView import PersonView
from RelationView import RelationshipView

View File

@ -4,28 +4,29 @@
SUBDIRS = \
BasicUtils \
Config \
DateHandler \
data \
DataViews \
DateHandler \
DisplayTabs \
DisplayModels \
docgen \
Editors \
Filters \
FilterEditor \
gen \
glade \
GrampsDbUtils \
GrampsLocale \
Merge \
DisplayTabs \
DisplayModels \
GrampsLogger \
images \
Merge \
mapstraction \
Mime \
PluginUtils \
plugins \
ReportBase \
Selectors \
Simple \
data \
PluginUtils \
ReportBase \
glade \
docgen \
images \
plugins \
widgets
gdirdir=$(prefix)/share/gramps

View File

@ -0,0 +1,12 @@
# This is the src/mapstraction level Makefile for Gramps
# $Id$
#
pkgdatadir = $(datadir)/@PACKAGE@/mapstraction
dist_pkgdata_DATA = \
mapstraction.js

File diff suppressed because it is too large Load Diff