diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-12-25 23:58:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-12-25 23:58:46 +0100 |
commit | b0595c791d17d1c7aa3140d9b8a11f064e13ad27 (patch) | |
tree | 822b60847356dd3d83c0f5a486a381c269f52943 /README.txt | |
parent | 3aaae876d73a9c16d2961bea9ae2012ae0bc5b0e (diff) | |
download | Chimère-b0595c791d17d1c7aa3140d9b8a11f064e13ad27.tar.bz2 Chimère-b0595c791d17d1c7aa3140d9b8a11f064e13ad27.zip |
Work on PyPI packaging
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a989d5f --- /dev/null +++ b/README.txt @@ -0,0 +1,33 @@ +======= +Chimère +======= + +Chimère is a cartographic mashup using OpenStreetMap as a default map layer. +This software aims to create online collaborative and thematic maps. Content +(multimedia, text) are associated to basic geographics items (Point Of Interest, +routes). Add on the map are open to everybody with no authentification but are +moderated by a team in charge of the map. + +Features: + - Display (by default) of the mapnik OpenStreetMap layer. + - Display on the map of POIs (with markers) and routes (with colored + polylines). + - Thematic choices of items to display (POIs and routes). + - Filter themes in regard to currently available items. + - Display of the detail of a POI (name, description, pictures, multimedia + files). + - Add of a cartographic item (POI, route) on the map by an user without + authentication (the item is only available after moderation). + - Admin interface for moderation and configuration. + - Cut a Chimère by "areas". Each "area" can have specific themes, a new default + center, welcome message, bounding box, allow of restriction to a bounding + box, activation of dynamic themes, available themes, themes checked by + default. + - Import and export of data. Available formats are: ShapeFile, KML, GeoRSS + (import only), CSV and OSM. + - Configuration of map layers in administration interface. By default these + cartographic items are available: OSM Mapnik, MapQuest, OSM Transport, + Cyclemap. + + +Full documentation is available on `Read the docs <http://chimere.readthedocs.org/en/latest/>`_. |