5

I am using the 3rd party scripts for point clustering as published by Globoserve, http://globoserve.posterous.com/ . I followed the instructions to the letter - and just replaced the queryTask variable to point to my point features that are projected in the one of the compatible projection systems.

But the point cluster alogrithm will only cluster a section of points rather than all of my points - see image below.

enter image description here

Can anyone explain why this is happening?

I have tried this with a totally different point layer in US - and it shows a 500 point limit - the same as the pic below!

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Nov 23, 2011 at 16:30
4
  • 3
    Is this making a REST query? If so "there is a limit on the number of features included in the feature set response". This would result in your clusterer only getting the first 1000 points. Commented Nov 23, 2011 at 17:09
  • Yes - can you change the limit? Commented Nov 23, 2011 at 17:32
  • Only by changing the config on the server AFIAK. The workaround is to use returnIdsOnly "Clients can exploit this to get all the query conforming object IDs by specifying returnIdsOnly=true and subsequently requesting feature sets for subsets of object IDs". Commented Nov 23, 2011 at 17:45
  • 1
    @KirkKuykendall, can you formulate an answer for this along the lines of changing your config file, MaxRecordCount, for the relevant map service (found in Program Files/ArcGIS/server/user/cfg). Then I can award you the answer/points etc. Cheers Commented Nov 24, 2011 at 9:31

2 Answers 2

2

You must change the config file for the map service by manually editing it. The file is found in:

Program Files/ArcGIS/server/user/cfg

Find the entry called

MaxRecordCount

and change to appropriate value.

answered Apr 2, 2012 at 13:46
0

we did it through the server-side clustering solutions and use Esri js-apis to plot the JSON outputs; pls see the app link:

Google Map

answered Jun 14, 2014 at 18:21

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.