Select to view content in your preferred language

making bounday on the web

627
2
02-16-2012 12:03 PM
abukhan
Occasional Contributor
Hi:

We have Tract polygons that we need to make boundary line...

For example, we have 3000 Tract polygons that we show on the web (arcgis flex api)...Now user wants to make a boundary so that it shows a line only with the outer boundaries ..
we created a geoprocessing service ( dissolves these polygons into one) ,, it works fine if number of polygons within around 1000... and does not work for higher numbers like 3000 polygons..

Is there any way make this possible on the web?


Thanks

Abu
Tags (2)
0 Kudos
2 Replies
RobertMyers
Deactivated User
It may be the limit in the web service Parameters "Maximum Number of Records Returned by Server:". The default is 1000.
0 Kudos
abukhan
Occasional Contributor
It may be the limit in the web service Parameters "Maximum Number of Records Returned by Server:". The default is 1000.



No the geoprocessor service has the input parameter which takes the 3000 features  and return one feature (with boundary---dissolved all polygons and return the outer boundary)..The input is fed from the flex program...

Thanks


Abu Khan
0 Kudos