Update README.md

This commit is contained in:
Josh Baker 2018-09-17 14:55:11 -07:00 committed by GitHub
parent 7e16ac536b
commit 1f177b7641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -32,7 +32,6 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
- Full [command line interface](#cli). - Full [command line interface](#cli).
- Leader / follower [replication](#replication). - Leader / follower [replication](#replication).
- In-memory database that persists on disk. - In-memory database that persists on disk.
- Uses WGS84 coordinate system
## Components ## Components
- `tile38-server ` - The server - `tile38-server ` - The server
@ -248,11 +247,7 @@ set fleet truck1 hash 9tbnthxzr # this would be equivlent to 'point 33.5123 -112
``` ```
#### GeoJSON #### GeoJSON
[GeoJSON](http://geojson.org/) is an industry standard format for representing a variety of object types including a point, multipoint, linestring, multilinestring, polygon, multipolygon, geometrycollection, feature, and featurecollection. Tile38 supports all of the standards with these exceptions. [GeoJSON](http://geojson.org/) is an industry standard format for representing a variety of object types including a point, multipoint, linestring, multilinestring, polygon, multipolygon, geometrycollection, feature, and featurecollection.
1. The `crs` member is not supported and will be ignored. The CRS84/WGS84 projection is assumed.
2. Any member that is not recognized (including `crs`) will be ignored.
3. All coordinates can be 2 or 3 axes. Less than 2 axes or more than 3 will result in a parsing error.
<i>* All ignored members will not persist.</i> <i>* All ignored members will not persist.</i>