Guide to Linking
Connecting your application to BerkeleyMapper

Some Examples: If you want, you can begin by copying some examples

Step #1: Linking to BerkeleyMapper involves constructing a URL from your web application that calls BerkeleyMapper with appropriate parameters. To get started, first read the instructions on how to build a URL that points to BerkeleyMapper

Step #2: you will need to point to an XML configuration file (that you store on your own server) that tells BerkeleyMapper how to behave. This file is referenced by the URL that you build in step #1, above. Read the XML configuration parameters helpfile for a complete list of options.

Home