From 2af2775e835fe0b890ddafca6ecc4464f5b21e53 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 17 Oct 2014 17:32:44 -0700 Subject: [PATCH] simplify readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec2945db1..dcb049e6f 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,11 @@ _/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/ [![Build Status](https://secure.travis-ci.org/mapnik/mapnik.png)](http://travis-ci.org/mapnik/mapnik) -# What is Mapnik? - -Mapnik is an open source toolkit for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization. High-level bindings for JavaScript, Python, and Ruby facilitate rapid application development in a variety of environments. - -# Overview +Mapnik is an open source toolkit for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization. Mapnik is basically a collection of geographic objects like maps, layers, datasources, features, and geometries. The library doesn't rely on any OS specific "windowing systems" and it can be deployed to any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development. -For further information see [http://mapnik.org](http://mapnik.org) and also our [wiki documentation](https://github.com/mapnik/mapnik/wiki) here on GitHub. +For further information see [http://mapnik.org](http://mapnik.org) and also our [wiki documentation](https://github.com/mapnik/mapnik/wiki). # Installation