- Adds named layers: a third parameter to MM.Layer and MM.TemplatedLayer
that sets the `.name` property of a layer. The layer name can be used
with the new `map.getLayer()` method, which returns the first layer
matching that name, and `map.removeLayer()`, which now accepts either the
literal layer object or the layer name as its one argument.
- Tests have moved from `/test/browser` to just `/test`