In Google Maps, when you're at a particular zoom, you can move left or right with either the directional keypad or by moving the mouse. Can this be done with JSOM?<br><br>Also, would it be possible to view data with JSOM in the same manner that <a href="http://openstreetmap.org">openstreetmap.org</a> does?<br>
<br>My goal is to be able to put this information onto a GPS enabled PDA.  I could download all the data for a particular US state onto my PDA, but (1) I don't have enough memory for this and (2) I'm only interested in one city, anyway.  As such, I'm trying to use JSOM to grab the specific parts I'm interested in, but I'd like to be able to preview what I have before putting it onto my PDA.  Right now, it doesn't even seem to show roadnames, and even if it did, it'd be of limited usefulness given that I can't move around at a particular zoom.<br>