Skip to content

Commit

Permalink
Fix npm install for ArcGIS Terraformer README. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
emafazillah authored Jul 28, 2023
1 parent 64d220c commit ad23b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

You'll do this:
```
npm install @terraformer/wkt
npm install @terraformer/arcgis
```
```js
const { arcgisToGeoJSON, geojsonToArcGIS } from '@terraformer/arcgis'
Expand All @@ -129,7 +129,7 @@
<summary>What about <code>terraformer-geostore</code>?</summary>

This repo does **not** include a port of https://github.com/Esri/terraformer-geostore and there is no plan to tackle it in the future.

Since <code>terraformer-geostore</code> ingests plain ol' [GeoJSON](https://tools.ietf.org/html/rfc7946), you're welcome to keep on using the original code.
</details>

Expand Down

0 comments on commit ad23b60

Please sign in to comment.