0

I have a mapbox and it is working but gets an error when multi touch is made on the map

Uncaught TypeError: Cannot read property 'y' of undefined at 
http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js:3

i believe it is a bug of mapbox based on the post https://github.com/mapbox/mapbox.js/issues/122

but haven't seen a solution for it. Is there a way to disable multi touch in phonegap android as a workaround?

4

1 に答える 1

0

これは最新バージョンの mapbox - 1.0.2 で修正されました。

MapBox 1.0+ は破壊的更新です。つまり、古いコードを書き直す必要があるかもしれないということです。

于 2013-05-07T19:52:59.237 に答える