Skip to content

Commit

Permalink
Added travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Jul 3, 2012
1 parent 3e215fa commit 7e449b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 0.6
- 0.8

notifications:
email:
- travis@sidelab.com
irc: "irc.freenode.org#sidelab"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Geofilter is a simple geospatial filter language that is designed to work well with web applications. It's primary purpose is to help with creating readable, cacheable urls for geospatial searches but also uses an [internal JSON representation](/DamonOehlman/geofilter/wiki/Internal-Representation) that can be easily translated to other spatial filter types (e.g. [OGC Filter Format](http://www.opengeospatial.org/standards/filter)).

<a href="http://travis-ci.org/#!/DamonOehlman/geofilter"><img src="https://secure.travis-ci.org/DamonOehlman/geofilter.png" alt="Build Status"></a>

## General Syntax

The general syntax of a geofilter is a forward-slash (`/`) delimited filter string. The use of the forward slash means that you get readable urls for free.
Expand Down

0 comments on commit 7e449b2

Please sign in to comment.