1

My feature class has around 80,000 point features. So I've used tiled map service and generated the cached tiles for fast rendering on client browser. I'm using ArcGIS Javascript API 3.17. Now I want to add select features option on map. I feel that adding feature layer for selection option alone will slowdown the data rendering on client browser.

How can I implement feature selection in my application?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 29, 2016 at 11:17

1 Answer 1

1

You must combine the Drawing sample and the Query sample.
With the Drawing sample you can draw one geometry on the map (for example a rectangle), and with this geometry execute a query to a mapserver.
After this, you can draw the few geometries retrieved from the query.

answered Aug 29, 2016 at 14:03
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.