Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Aug 16, 2018
1 parent 303a0eb commit 07be59e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
- Full [command line interface](#cli).
- Leader / follower [replication](#replication).
- In-memory database that persists on disk.
- All coordinates are in [WGS 84 Web Mercator / EPSG:3857](#coordinate-system)
- Uses WGS84 coordinate system

## Components
- `tile38-server ` - The server
Expand Down Expand Up @@ -95,12 +95,6 @@ $ ./tile38-cli
> help
```

## Coordinate System
It's important to note that the coordinate system Tile38 uses is
[WGS 84 Web Mercator](https://en.wikipedia.org/wiki/Web_Mercator), also known
as EPSG:3857. All distance are in meters and all calculations are done on a spherical surface,
not a plane.

## <a name="cli"></a>Playing with Tile38

Basic operations:
Expand Down

0 comments on commit 07be59e

Please sign in to comment.