arcgis - ArchGIS Javascript Application , the TemplatePicker shows text "No information available" when I zoom in. -


the template picker editing looks when zoom levels minimum (expanded or zoomed out)zoomed out editing mode

but when zoom in , start editing, template picker not work expected.enter image description here

the reason why may occurring because have defined feature layer, @ zoom level template not function expected, follows,

featurelayer = new featurelayer(featurelayerurls[2],         {             mode: featurelayer.mode_ondemand,             infotemplate: infotemplate,             outfields: ["*"]         }); 

this may conflicting template picker.

is there work around problem?

solutions tried:

  1. disabled info window @ zoomed in level template picker info window functions. did not work. clearly.

idea:

i planning disable zoom extent if nothing works out. cannot find function esri.map enables me fix max zoom level outside constructor. let me know if can thing of way?

the link application is: http://carto.gis.gatech.edu/gttree-viewer

how reproduce issue:

  1. select "edit" , click on existing shape on map. editing template shows given in image1.
  2. click stop editing
  3. zoom in last level on shape , select "edit" , click on shape. template shows "no information available".

any feedback appreciated!!!! :)


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -