Grjalalifar / gmaps-utility-gis

Automatically exported from code.google.com/p/gmaps-utility-gis
0 stars 0 forks source link

Use TOC.js with ESRI custom build #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using TOC dijit with custom ESRI web optimized build

What is the expected output? What do you see instead?
TOC legend does not work

What version of the product are you using? On what operating system?
TOC 2.10, ESRI JS 3.13 / probably previous versions as well.  All browsers.

Please provide any additional information below.
Calls to global references do not work with custom builds.  Add "esri/request" 
to define statement and add esriRequest as function variable.  Replace var 
handle = esri.request with var handle = esriRequest roughly line 629 
(_getLegendInfo:function()).

Original issue reported on code.google.com by jeffhane...@gmail.com on 27 May 2015 at 5:54