0

I'm using ArcGIS Javascript API 3.17 to view my point data from ArcGIS server 10.3. Initially I have published the point data as dynamic map service but it is taking too long time to render the data over web as my feature class has around 80,000 point features. So I've changed dynamic map service to tiled map service and generated the cache. Now it is rendering too fast from cached tiles. Now the issue is that I have to perform Query task on my data.

Is it required to add dynamic map service also under tiled service in the map to perform the query tasks?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 28, 2016 at 12:31
2
  • 1
    As per the Tour please ask only one question per question. Coding questions should always include a code snippet. Commented Aug 28, 2016 at 22:03
  • You've edited it but you still have three question marks indicating three questions. I notice that you have not taken the 2-minute Tour where the need for one question per question is mentioned right upfront to let all users know. Commented Aug 29, 2016 at 5:12

1 Answer 1

0

no. QueryTask has no dynamic map service requirement. you can find a sample with no map whatsoever here:
https://developers.arcgis.com/javascript/3/jssamples/query_nomap.html

answered Aug 29, 2016 at 21:10
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.