Subversion Access

If you're not familiar with Subversion, there's a download of Modest Maps 1.0 available at http://modestmaps.com/ModestMaps-1.0.tar.gz

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

Recommended: Latest Stable Release

To get the latest stable release, 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

If You Run Into Bugs/Problems

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

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.