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/16x16/Makefile
|
||||||
src/images/22x22/Makefile
|
src/images/22x22/Makefile
|
||||||
src/images/48x48/Makefile
|
src/images/48x48/Makefile
|
||||||
|
src/mapstraction/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
data/man/Makefile
|
data/man/Makefile
|
||||||
data/man/fr/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.
|
Package init for the DataViews package.
|
||||||
"""
|
"""
|
||||||
print 'start'
|
|
||||||
from GrampletView import GrampletView, register, Gramplet
|
from GrampletView import GrampletView, register, Gramplet
|
||||||
from PersonView import PersonView
|
from PersonView import PersonView
|
||||||
from RelationView import RelationshipView
|
from RelationView import RelationshipView
|
||||||
|
@ -4,28 +4,29 @@
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
BasicUtils \
|
BasicUtils \
|
||||||
Config \
|
Config \
|
||||||
DateHandler \
|
data \
|
||||||
DataViews \
|
DataViews \
|
||||||
|
DateHandler \
|
||||||
|
DisplayTabs \
|
||||||
|
DisplayModels \
|
||||||
|
docgen \
|
||||||
Editors \
|
Editors \
|
||||||
Filters \
|
Filters \
|
||||||
FilterEditor \
|
FilterEditor \
|
||||||
gen \
|
gen \
|
||||||
|
glade \
|
||||||
GrampsDbUtils \
|
GrampsDbUtils \
|
||||||
GrampsLocale \
|
GrampsLocale \
|
||||||
Merge \
|
|
||||||
DisplayTabs \
|
|
||||||
DisplayModels \
|
|
||||||
GrampsLogger \
|
GrampsLogger \
|
||||||
|
images \
|
||||||
|
Merge \
|
||||||
|
mapstraction \
|
||||||
Mime \
|
Mime \
|
||||||
|
PluginUtils \
|
||||||
|
plugins \
|
||||||
|
ReportBase \
|
||||||
Selectors \
|
Selectors \
|
||||||
Simple \
|
Simple \
|
||||||
data \
|
|
||||||
PluginUtils \
|
|
||||||
ReportBase \
|
|
||||||
glade \
|
|
||||||
docgen \
|
|
||||||
images \
|
|
||||||
plugins \
|
|
||||||
widgets
|
widgets
|
||||||
|
|
||||||
gdirdir=$(prefix)/share/gramps
|
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