Subversion Access

If you're not familiar with Subversion, numbered releases of Modest Maps are available at http://modestmaps.com/download/

The subversion repository is at http://modestmaps.mapstraction.com/svn/.

Recommended: Modest Maps Trunk

To keep up to date with bug fixes and occasional new features, check out the subversion trunk:

  # Checkout the code to a folder 'modestmaps':
  svn checkout http://modestmaps.mapstraction.com/svn/trunk modestmaps

We endeavor to keep the same API for the core classes in trunk, and if major changes are coming we'll make lots of noise on http://getsatisfaction.com/modestmaps and post to a subversion branch for testing first. We'll also preserve old versions as tags, see below for how to access those.

Retrieving Old Releases

To get an old release, take a look at the tags folder. For example, to check out the 1.0 tag:

  # Checkout the code to a folder 'modestmaps-1.0':
  svn checkout http://modestmaps.mapstraction.com/svn/tags/1.0 modestmaps-1.0

For Developers And Contributors

If you're interested in what we're working on next, take a look in the branches folder:

  # Checkout the code to a folder 'modestmaps-dev':
  svn checkout http://modestmaps.mapstraction.com/svn/branches modestmaps-dev

It's probably a good idea to subscribe to the time-line if you're using a branch, and if you're adventurous enough to use a branch in your project then let us know so we can let you know our plans and help if something breaks.