]> git.openstreetmap.org Git - rails.git/commit
Avoid a JS error on (e.g.) ?way=nnnnn
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 2 Oct 2012 02:21:37 +0000 (19:21 -0700)
committerTom Hughes <tom@compton.nu>
Tue, 2 Oct 2012 17:22:17 +0000 (18:22 +0100)
commitf3afd4307685b49f7644d074ee27f88b086734f1
tree344d95c66b69ac8805da8d6f91594b0e8821af10
parentc6e267f2bd33a1cbf795093c98ff17dd384ec462
Avoid a JS error on (e.g.) ?way=nnnnn

When showing an object, the map location is not set
until the vector layer has finished loading. Thus
map.getCenter() returns null.

Registering the events earlier avoids the need to call
updateLocation manually at all.
app/assets/javascripts/index.js