Skip to content

Commit

Permalink
add @terraformer/wkt module (#17)
Browse files Browse the repository at this point in the history
add @terraformer/wkt module
  • Loading branch information
john gravois authored Apr 24, 2019
2 parents ebdf50e + 9df6d42 commit d491ffb
Show file tree
Hide file tree
Showing 14 changed files with 2,025 additions and 427 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ demos/test/*
packages/**/.source.**.html

# jsdoc
out/*
out/*

# created by jison
packages/wkt/index.js
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ node_js:
- 'node'
- 'lts/*'
sudo: false
cache:
directories:
- node_modules
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
cache: npm
before_script:
- npm install tape-run
- npm run bootstrap
- npm install tape-run
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- npm run test:ci
- npm run test:ci
before_deploy:
- npm run jsdoc
deploy:
Expand All @@ -31,8 +28,8 @@ branches:
only:
- master
addons:
chrome: stable
firefox: latest
apt:
packages:
- xvfb
chrome: stable
firefox: latest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [@terraformer](https://terraformer-js.github.io/terraformer/module-@terr

* **[`@terraformer/spatial`](./packages/spatial/)** - Spatial predicates for [GeoJSON](https://tools.ietf.org/html/rfc7946).
* **[`@terraformer/arcgis`](./packages/arcgis/)** - Convert ArcGIS JSON geometries to GeoJSON geometries and vice versa.
* **`@terraformer/wkt`** - coming soon
* **[`@terraformer/wkt`](./packages/wkt/)** - Convert WKT geometries to GeoJSON geometries and vice versa.

## Contributing

Expand Down
Loading

0 comments on commit d491ffb

Please sign in to comment.