Esri / offline-editor-js

ArcGIS JavaScript library for handling offline editing and tiling.
http://esri.github.io/offline-editor-js/demo/
Apache License 2.0
159 stars 142 forks source link

TypeError: this._editStore.getNextLowestTempId is not a function #462

Closed andygup closed 8 years ago

andygup commented 8 years ago

When initializing OfflineEditBasic getNextLowestTempId does not exist in editStorePOLS.js. This will fail silently in the samples.


TypeError: this._editStore.getNextLowestTempId is not a function
    at extend (http://web.local/offline-editor-js-3/dist/offline-edit-basic-src.js:508:37)
    at http://web.local/offline-editor-js-3/test/SpecRunner.offlineEditBasic.html:101:47
    at Array.forEach (native)
    at test (http://web.local/offline-editor-js-3/test/SpecRunner.offlineEditBasic.html:99:45)
    at .<anonymous> (http://js.arcgis.com/3.14/init.js:1192:365)
    at h [as onLayersAddResult] (http://js.arcgis.com/3.14/init.js:234:117)
    at .<anonymous> (http://js.arcgis.com/3.14/init.js:381:445)
    at h [as onLayerAddResult] (http://js.arcgis.com/3.14/init.js:234:117)
    at _addLayerHandler (http://js.arcgis.com/3.14/init.js:354:142)
    at .<anonymous> (http://js.arcgis.com/3.14/init.js:167:241)