jeffmaher / reclaimphilly-web

A web application for cataloging vacant property in Philadelphia
Other
4 stars 2 forks source link

Map does not zoom correctly in IE9 and below #10

Closed jeffmaher closed 11 years ago

jeffmaher commented 11 years ago

Steps to recreate

  1. Go to Map page
  2. Search for a property by address

    Expected

Map zooms to address

Actual

Map zooms to seemingly random location

(Note: This works fine in IE10)

jeffmaher commented 11 years ago

Issue was that latitude, longitude, and zoom weren't being casted to numbers automatically in IE. Other browsers must do automatic type conversion from strings when needed.