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:
parent
0d084cc677
commit
e92f92b62a
@ -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
1175
src/DataViews/GeoView.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
12
src/mapstraction/Makefile.am
Normal file
12
src/mapstraction/Makefile.am
Normal file
@ -0,0 +1,12 @@
|
||||
# This is the src/mapstraction level Makefile for Gramps
|
||||
# $Id$
|
||||
#
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/mapstraction
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
mapstraction.js
|
||||
|
||||
|
||||
|
||||
|
4683
src/mapstraction/mapstraction.js
Normal file
4683
src/mapstraction/mapstraction.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user