Update README.md

This commit is contained in:
Josh Baker 2016-07-12 13:34:52 -06:00 committed by GitHub
parent ca7aa914fd
commit 12247cc8d1
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@
Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.
*This README is quick start document. You can find detailed documentation at [http://tile38.com](http://tile38.com).*
<p align="center"> <p align="center">
<i>This README is quick start document. You can find detailed documentation at <a href="http://tile38.com">http://tile38.com</a>.</i><br><br>
<a href="http://tile38.com/commands/nearby"><img src="/doc/search-nearby.png" alt="Nearby" border="0" width="120" height="120"></a> <a href="http://tile38.com/commands/nearby"><img src="/doc/search-nearby.png" alt="Nearby" border="0" width="120" height="120"></a>
<a href="http://tile38.com/commands/within"><img src="/doc/search-within.png" alt="Within" border="0" width="120" height="120"></a> <a href="http://tile38.com/commands/within"><img src="/doc/search-within.png" alt="Within" border="0" width="120" height="120"></a>
<a href="http://tile38.com/commands/intersects"><img src="/doc/search-intersects.png" alt="Intersects" border="0" width="120" height="120"></a> <a href="http://tile38.com/commands/intersects"><img src="/doc/search-intersects.png" alt="Intersects" border="0" width="120" height="120"></a>