Skip to content

Commit

Permalink
Changed descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Oct 22, 2010
1 parent 2999928 commit 47fd473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions batlas/batlas.intersection.xml
Expand Up @@ -2,8 +2,8 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="false">
<meta>
<author>Daniel Pett</author>
<description>Search Pleiades for items within a set distance</description>
<sampleQuery description="Search for nearest places to bounding box">select * from {table} where min_lon = "20" and min_lat = "30" and max_lon = "22" and max_lat = "32" and limit="1"</sampleQuery>
<description>Search Pleiades for items within a set bounding box</description>
<sampleQuery description="Search for places within bounding box">select * from {table} where min_lon = "20" and min_lat = "30" and max_lon = "22" and max_lat = "32" and limit="1"</sampleQuery>
</meta>
<bindings>
<select itemPath="json.items" produces="JSON">
Expand Down
2 changes: 1 addition & 1 deletion batlas/batlas.nearest.xml
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" https="false">
<meta>
<author>Daniel Pett</author>
<description>Search Pleiades for items within a set distance</description>
<description>Search Pleiades for items nearest to a bounding box</description>
<sampleQuery description="Search for nearest places to bounding box">select * from {table} where min_lon = "20" and min_lat = "30" and max_lon = "22" and max_lat = "32" and limit="1"</sampleQuery>
</meta>
<bindings>
Expand Down

0 comments on commit 47fd473

Please sign in to comment.