Permalink
Browse files

Update README.md

update for formatting; what problem this solves; how it is solved content addition
  • Loading branch information...
1 parent e9f16cf commit c2fc2305d6f7a4d582178f675c2646d9f45a2649 Michael Byrne committed Oct 27, 2012
Showing with 12 additions and 0 deletions.
  1. +12 −0 README.md
View
@@ -3,6 +3,18 @@ SpatialSearch
SpatialSearch is a RESTful API that allows the user to query geographic entities by latitude and longitude, and extract data.
+
+What Problem This Solves
+------------------------
+
+Implementing spatial data analysis and queries can often be combersome and difficult for end users. This provides a simple way to search any spatial data with a latitude / longitude (e.g. GPS point from a smartphone).
+
+
+How This Solves It
+------------------
+With this simple search, any spatial data can return the attributes at any given location. This is a RESTful API with simple approaches for the query and response; there is no complicated middle-ware for this implementation.
+
+
Building
--------

0 comments on commit c2fc230

Please sign in to comment.