mirror of https://github.com/tidwall/tile38.git
Update README.md
This commit is contained in:
parent
1d84b9e6b2
commit
fe663a0b30
|
@ -11,8 +11,7 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
|
|||
## Features
|
||||
|
||||
- Spatial index with [search](#searching) methods such as Nearby, Within, and Intersects.
|
||||
- Realtime [geofencing](#geofencing).
|
||||
- Assign [Webhooks](http://tile38.com/commands/sethook) to Geofences.
|
||||
- Realtime [geofencing](#geofencing) through persistent sockets or [webhooks](http://tile38.com/commands/sethook).
|
||||
- Variety of client protocols, including [http](#http) (curl), [websockets](#websockets), [telnet](#telnet), and a [native interface](#native-interface).
|
||||
- Object types of [lat/lon](#latlon-point), [bbox](#bounding-box), [Geohash](#geohash), [GeoJSON](#geojson), [QuadKey](#quadkey), and [XYZ tile](#xyz-tile).
|
||||
- Server responses are in json.
|
||||
|
|
Loading…
Reference in New Issue