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

jiuka/memphis

Repository files navigation

Memphis is a map-rendering application and a library for
OpenStreetMap written in C using eXpat, Cairo and GLib. It's licensed
under the terms of the GNU Lesser General Public License.

Web page: http://trac.openstreetmap.ch/trac/memphis/

-----------------
 Dependencies:
-----------------

glib-2.0 >= 2.16
gobject-2.0 >= 2.10
cairo >= 1.4
expat >= 2.0

-----------------
 Buliding:
-----------------

$ ./configure
$ make
$ sudo make install

-----------------
 Memphis Usage:
-----------------

$ cd src
$ ./memphis rule.xml map.osm

--------------------
 Libmemphis Usage:
--------------------

Includes:
#include <memphis/memphis.h>

Compile you application:
$ gcc your-app.c -o your-app `pkg-config --cflags --libs memphis-0.2`

More details: http://trac.openstreetmap.ch/trac/memphis/wiki/LibMemphis

--------------------
 Demos:
--------------------

The tile-renderer demo renders all tiles of a certain zoom level as PNG images.
The output is wiritten into the 'tiles' folder.

$ cd demos
$ ./tile-renderer <zoom level> <map file>

The tile-server demo implements a web server that renders tiles.
Example URL: http://localhost:80/14/8608/5754.png

$ cd demos
$ ./tile-server [-d] [-p <port>] [-m <mapfile>] [-r <rulefile>]


About

Memphis is a map-rendering application and a library for ​OpenStreetMap written in ​C using ​eXpat, ​Cairo and ​GLib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published