code:code, tid:tid, xslt:'json.xsl' }; */ return $http.get('/plugins/custom/esri/esri/language_ep_rest_connector?mode=trContent&code='+code+'&tid='+tid+'&xslt=json.xsl').then(function(result){ var apiResponse = result.data; return apiResponse.result; },function(response) { return...
Step 3: Convert vector features to JSON Now that we have a specified dataset (shapefile) containing a set of vector features, we can convert it to other file formats. We’ll first convert them to JSON (short for JavaScript Object Notation), a file format where all features are stored as ...