Gavin Rehkemper
Gavin Rehkemper
The maintained code here has been moved to: - https://github.com/terraformer-js/terraformer/blob/master/packages/arcgis/README.md - https://www.npmjs.com/package/@terraformer/arcgis We should notate this in the readme for this repository, do a release to https://www.npmjs.com/package/@esri/arcgis-to-geojson-utils (and https://www.npmjs.com/package/arcgis-to-geojson-utils ?)...
If some rows have missing latitude/longitude, that will create invalid GeoJSON so we cannot include those rows. UI should alert user to which rows were removed from the output GeoJSON...
similar to https://github.com/gavinr/arcgis-json-to-geojson
Multithreaded, worker-enabled, etc http://papaparse.com/
This should also remove the warning that was set up in #9
## Expected Behavior If a user is not sure where in the documentation the headers (h1, h2, h3, etc) are located - they search "H3" (or similar tag), for example,...
We have details on the command options, but many people learn by example and we do not have many good examples. We should add a few of these to the...
If you don't have a valid X or Y in your data (for example, if one of them is empty/blank), you get a weird error, `Uncaught TypeError: Cannot read property...
As of April 2018, there is a new ASK SDK for Node.js ([link](https://developer.amazon.com/blogs/alexa/post/decb3931-2c81-497d-85e4-8fbb5ffb1114/now-available-version-2-of-the-ask-software-development-kit-for-node-js), [link](https://developer.amazon.com/blogs/alexa/post/9ec7c7d2-a937-4676-b936-48dd2abd0f66/what-s-new-with-request-handling-in-the-alexa-skills-kit-sdk-for-node-js)). The format for responding to intent requests is now: ``` return handlerInput.responseBuilder .speak(speechOutput) .withSimpleCard(SKILL_NAME, randomFact) .getResponse();...
- Use latest https://github.com/vuejs/create-vue template - Switch from `node-sass` to `sass` package