Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Fix an error with the publishFsFromMxd method #130

Closed mgleahy closed 8 years ago

mgleahy commented 8 years ago

If the maxRecordCount parameter is an integer (i.e., the default value), then an error is returned from the line that calls the MXDtoFeatureServiceDef method stating 'cannot serialize 1000 (type int)'