From 1b9ee3988aa33b30889a000b7d632eeaf745fba9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Nov 2016 17:03:39 +0100 Subject: README converted to markdown syntax --- README.md | 35 +++++++++++++++++++++++++++++++++++ README.txt | 43 ------------------------------------------- 2 files changed, 35 insertions(+), 43 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..951a43e --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +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/). diff --git a/README.txt b/README.txt deleted file mode 100644 index 3cbfe1e..0000000 --- a/README.txt +++ /dev/null @@ -1,43 +0,0 @@ -======= -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 `_. - -External libs -============= - -To be fully functional, this package is provided with external libs: - - `OpenLayers `_ - 2006-2012 OpenLayers Contributors - 2-clause BSD - - `OsmApi `_ - 2009-2010 Étienne Chové - GPL v3. - - `prettyPhoto `_ - 2012 Stephane Caron - GPL v2. - - `jMediaelement `_ - 2010 Alexander Farkas - GPL v2 and MIT. - - `bsmSelect `_ - 2010 Victor Berchet - GPL v2 and MIT. -- cgit v1.2.3