I'm using the Google Maps Layer for ArcGIS JavaScript API-<script type="text/javascript" src="http://gmaps-utility-gis.googlecode.com/svn/tags/gmapslayer/1.0/src/gmapslayer_compiled.js" ></script>var gMapLayer = new gmaps.GoogleMapsLayer({visible:false, id:'googlemaps'});map.addLayer(gMapLayer);I'm also using a feature layer which seems to work but when panning around the map my featurelayer pans farther then the google maps layer. Is there something I can change to correct this? Here's a sample of what is happening-just pan around and notice the feature points don't move with the google map:http://gis.manchesterct.gov/JavaScriptAPI/Google.html
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.