[Google Maps API v3] Re: ArcGIS link dynamic layers misalignment in Firefox

2011-10-14 Thread Brook
Works great! Thanks for updating the library. It's nice to use ArcGIS server 
data from the google maps API!

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/DajKuiSaUWAJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: ArcGIS link dynamic layers misalignment in Firefox

2011-10-08 Thread Brook
Thank you. I will give it a try as soon as I can, probably two days from 
now.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/bB3khIHt2oQJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: ArcGIS link dynamic layers misalignment in Firefox

2011-10-07 Thread Nianwei Liu
It seems since 3.5 the MapPanes.overlayLayer's actual position and the
number used MapCanvasProjection.fromLatLngToDivPixel may out of sync
in some occasions, maybe caused by a timer and something happened in
between. It's really hard to dig deeper and troubleshoot with
obfuscated code.
 I re-write part of the overlay class so it re-create the DOM segment
from scratch instead reuse some value. The issue seems went away. Try
http://google-maps-utility-library-v3.googlecode.com/svn-history/r343/trunk/arcgislink/examples/dynamap.html.

Get the updated version from
http://google-maps-utility-library-v3.googlecode.com/svn-history/r343/trunk/arcgislink



-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: ArcGIS link dynamic layers misalignment in Firefox

2011-09-28 Thread Nianwei Liu
Need more investigation but it seems to be caused by one of the newer
release of maps API.
The lib was tested against v3.3, everything should work well with that
version, but the oldest available is now v3.4. I tried on v3.4 and 3.5
and did not see the problem but I did see it when the latest (3.6) was
loaded. Not every detail change in the API was documented so I need
look more.
For now, try load an older version of the core API with
http://maps.google.com/maps/api/js?sensor=falsev=3.5 (or 3.4) may buy
you some time.

On Sep 27, 6:42 pm, Brook brookdo...@gmail.com wrote:
 I'm using Nianwei Liu's ArcGIS link for Google Maps API v3 and it's working
 really well except that zooming in or out in Firefox causes the the dynamic
 layer to be shifted.

 Examplehttp://internetwebappstest.bellevuewa.gov/surveycontroltest/agsTest.aspx:http://internetwebappstest.bellevuewa.gov/surveycontroltest/agsTest.aspx.

 This shift corrects itself when the user drags the map, but it usually
 appears again on zoom. The best way to see the issue is to zoom in along the
 shoreline closer than zoom level 16.

 I checked the result coming back from the ArcGIS Server and it is correct,
 so I know I'm not asking for mis-aligned data from ArcGIS Server.

 I really like this library but if can't solve this issue I might have to try
 a different technique.

 Any suggestions?

 Thanks,

 Brook

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: ArcGIS link dynamic layers misalignment in Firefox

2011-09-28 Thread Brook
Thank you for the reply! Maps API v. 3.5 has the problem, but 3.4 is working 
fine. I tried using 3.3 but I think it must have defaulted to the most 
current, since 3.3 is no longer available. Something must have changed at 
3.5. Looking through the change 
loghttp://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog,
 
but I'm not sure what it might be.

I've got two versions of the page, the original link is v. 3.4 and the new 
one is 
3.5http://internetwebappstest.bellevuewa.gov/surveycontroltest/agsTest35.aspxfor
 testing. The misalignment is not as frequent in 3.5 as it is in the 
latest version. I have to zoom in and out quickly with the mouse wheel to 
get it.

Thanks for the help! Helpful library, too!

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/LWKUEDpVNF4J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.