On May 4, 5:09 pm, Arash <[email protected]> wrote:
> Hey Larry
>
> I'm almost there with this project. I am only having two problems here
> is the link
>
> http://99listings.com/May_09/text_earase/index.html

I get a javascript error in IE6:
Line: 1072
Char: 6
Error: 'lat' is null or not an object

The API in IE doesn't like it when you have a comma after the last
element of an array, it inserts a null element, which causes problems
processing the array.

>
> 1. i need to take out >>bounds = new GLatLngBounds();<< so that I can
> only zoom on a portion of the map. you can see that i have tried in
> the code but i cant figure it out.

comment out this line:
map.setCenter(bounds.getCenter(),map.getBoundsZoomLevel(bounds));

to remove the automatic center and zoom to bounds

>
> 2 I need to ad a marker that would change with each 
> property.http://99listings.com/May_09/text_earase/markers.png
> I tried to add it my self to another backup file but I screwed the
> whole map to a point that it didnt work anymore.

If you would like advice, post a link to the map that doesn't work...

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to