modestmaps-js icon indicating copy to clipboard operation
modestmaps-js copied to clipboard

Modest Maps javascript port

Results 11 modestmaps-js issues
Sort by recently updated
recently updated
newest added

Hi @tmcw , I'm a member of [cdnjs](https://github.com/cdnjs/cdnjs/). We are going to host this library. What the files should need to be added in cdnjs? (I know that `modestmaps.js` and...

I'm using Mapbox v0.6.7 which uses MM under the hoods. I came across a weird situation where a particular zoom handler worked sometimes but not others. There was no output...

Hi Sorry but here is another noob question:| I am using wax and modest maps....ideally what I want is when the user clicks a part of the map it centres...

Hello! Is there a way to rotate the map, like polymaps angle function: http://polymaps.org/ex/tiles.html ?

If I try and run the code: ``` map.setCenter({ lat: 51.55, lon: 0.1 }).setZoom(10); ``` It no longer works in the newest beta. This works: ``` map.setCenterZoom(new MM.Location(51.55, 0.1), 10);...

Try pinching to zoom on iPhone/iPad. It stutters pretty badly and gets stuck a lot, meaning you can't zoom in/out again unless you let go and start pinching again.

Propose that the JS APIs are rated using a scale such as the ones being discussed at https://gist.github.com/1776425 This could be done on the existing API wiki page, or in...

nice-to-have

The `twomaps` example is unstable because it can't lock one map while updating the other now that we're using requestAnimationFrame which fires with a delay. We could implement a simple...

To synchronize UI elements describing layers? (updated title, was: "[layers-merge] do we need a layer-change callback?")

When the overall zoom of the page isn't exactly 1, some white lines appear: ![](http://i.kkaefer.com/Fullscreen-20110819-095833.png)