On Feb 14, 2:07 pm, MapsRus <[email protected]> wrote: > I have reworked the code and now get this error message again! > > "this._tileRange has no properties"
That error is coming from http://serverapi.arcgisonline.com/jsapi/gmaps Because deep inside that code, this._tileRange doesn't exist. Seems like a problem with the arcgisonline api (or with your code that uses it). This statement inside AddTiledMap: gmap.setCenter(new GLatLng(34.055824, -117.19305), 17); seems to be causing the code to run that generates the error. Which looks perfectly fine to me. I would guess that the arcgis tile layer object is not set up correctly. -- Larry > > I have adjusted the map resolutions as per the tiled layer resolution, > but still get the error message. Anyone seen this before? > > Here is the latest code: > > http://laudontech.com/tools/Edit5.HTML > > Thanks! > > On Feb 12, 9:30 am, Andrew Leach <[email protected]> > wrote: > > > On Feb 12, 5:09 pm, MapsRus <[email protected]> wrote: > > > > Have edited my code slightly to allow for some code in a call back > > > function. I now get the standard "Error: '__e_' is null or not an > > > object" error. > > > >http://laudontech.com/tools/Edit2.HTML > > > That *still* has the wrong key in it. However, I get a map, which > > means something else is going on as well. > > > Firebug indicates that the issue is with specifying the copyright > > data. I can't see any reference to GCopyright or GCopyrightCollection > > in your code. Seehttp://econym.org.uk/gmap/custommap.htm -- 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.
