mirror of https://github.com/tidwall/tile38.git
Update README.md
This commit is contained in:
parent
ca7aa914fd
commit
12247cc8d1
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue