0

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".

Pallavi
  • 9
  • 3

1 Answers1

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 ?

Community
  • 1
  • 1
LMokrane
  • 826
  • 6
  • 15
  • 1
    I 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