Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
update doc links and add RTD badge
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jun 4, 2019
1 parent dbe30ee commit 5683dd2
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Google Earth Overlay Server (GEOS)

![readthedocs](https://readthedocs.org/projects/geos/badge/?version=latest&style=flat)

This is a python-based server for creating Google Earth overlays
of tiled maps. Your can now also display maps in the web browser,
measure distances and print maps as high-quality PDF's.
Expand All @@ -10,15 +12,15 @@ Developers can also use *GEOS* as a library to convert coordinates
or to access the map printing functionality programmatically.

## **NEW**: [geos-web](http://geos.gsturm.eu/)
Use GEOS on the web without installation on [geos.gsturm.eu](http://geos.gsturm.eu/).
Note that for legal reasons, the public version comes with a very limited set of maps.
You still can [install and use](https://grst.github.io/geos) GEOS locally with full flexibility!

## Documentation is available at [https://grst.github.io/geos](https://grst.github.io/geos)
* [Installation](https://grst.github.io/geos/users.html#installation)
* [Usage](https://grst.github.io/geos/users.html#usage)
* [Adding and Creating Maps](https://grst.github.io/geos/users.html#more-maps)
* [Developer's Guide](https://grst.github.io/geos/developers.html)
Use GEOS on the web without installation on [geos.gsturm.eu](http://geos.gsturm.eu/).
Note that for legal reasons, the public version comes with a very limited set of maps.
You still can [install and use](https://geos.readthedocs.io/en/latest/) GEOS locally with full flexibility!

## Documentation is available at [https://geos.readthedocs.io/en/latest/](https://grst.github.io/geos)
* [Installation](https://geos.readthedocs.io/en/latest/users.html#installation)
* [Usage](https://geos.readthedocs.io/en/latest/users.html#usage)
* [Adding and Creating Maps](https://geos.readthedocs.io/en/latest/users.html#more-maps)
* [Developer's Guide](https://geos.readthedocs.io/en/latest/developers.html)

## Aspirations
Can GEOS become a unified interface for converting, displaying and using web maps?
Expand Down

0 comments on commit 5683dd2

Please sign in to comment.