-
Notifications
You must be signed in to change notification settings - Fork 2
Home
BerkeleyMapper 2.0 is a mapping interface for Collections (or other) Databases built on top of Google Maps. Users can configure their mapping interface through a simple XML configuration script, mapping data from tab-delimited text files.
This codebase is in active development, with many new features and interface changes from the prior version. BerkeleyMapper 1.0 calls will be automatically converted to BerkeleyMapper 2.0. If you have any questions or feature requests please email the developer at "jdeck -at- berkeley -dot- edu"
Step by step guide to building a BerkeleyMapper 2.0 configuration using a SampleConfiguration.
Test BerkeleyMapper 2.0
-
http://berkeleymappertest.berkeley.edu/index.html?ViewResults=tab&tabfile=http://berkeleymappertest.berkeley.edu/schemas/pointverify.txt&configfile=http://berkeleymappertest.berkeley.edu/schemas/pointverify.xml Run TEST 1 (Map a set of points)]
- http://berkeleymappertest.berkeley.edu/index.html?tabfile=http://berkeleymappertest.berkeley.edu/schemas/arctos.txt&configfile=http://berkeleymappertest.berkeley.edu/schemas/arctos.xml Run TEST 2 (Point mapping with a range map)]
Testing During the Transition Phase
Change your BerkeleyMapper 1.0 Call to use the BerkeleyMapper 2.0 Test server, for example:
http://berkeleymapper.berkeley.edu/....
becomes ...
http://berkeleymappertest.berkeley.edu/...