I am new to arcgis.I am referring documentation of arcgis javascript 3.19 API.I have taken example from that documentation for adding shape file but when I added zip file which contains .shx,.mdf etc file it gives me error like "The maximum number of records allowed (1000) has been exceeded".
Asked
Active
Viewed 286 times
1 Answers
4
Limitations
- Files containing more than 1,000 features cannot be added to a map
it's a limitation according to the documentation shapefiles
Link found on the sample app Add Shapefile
How about spliting your file to <1000 shapes ?
-
1I read that document but I want to know is it possible to add shape file which has greater than 1000 shapes? – Pallavi Feb 25 '17 at 12:12