Tile38 is a real-time geospatial and geofencing server.
Build Instructions | Full Changelog
New feature: The WHERE clause now allows for regex filtering on fields and properties, such as:
INTERSECTS fleet ... WHERE "properties.name =~ 'truck.*'"
Added
- #791: Add regexp to where expressions using '=~' (@TomDeVito)
Fixed
- #793: Avoid NaN points and rects for insertions and searches (@krkeshav)
- #789: Fix LineString feature encoding to use all points (@metaxasa)
- 45496a0: Ensure strict resp clients for pubsub
- f6e6fae: Ignore -o json flag for HELLO command