From 7a7584e11bea4a4216b0f7eeb7cfd8079a49f687 Mon Sep 17 00:00:00 2001 From: Erik Vullings Date: Sun, 16 Aug 2015 12:52:08 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b15fb1831..76f89f3f1 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,9 @@ # README # -**csWeb**, or the **Common Sense Web application**, is an intuitive open source web-based GIS application, providing casual users as well as business analysists and information manageners with a powerful tool to perform spatial analysis. It has a strong focus on usability and connectivity, be it connecting and sharing information with other users or connecting to services or calculation simulations and models +**csWeb**, or the **Common Sense Web application**, is an intuitive open source web-based GIS application, providing casual users as well as business analysists and information manageners with a powerful tool to perform spatial analysis. It has a strong focus on usability and connectivity, be it connecting and sharing information with other users or connecting to services or calculation simulations and models. [LIVE DEMO](http://tnocs.github.io/csWeb/) -is a userfriendly web application for showing (GIS) data on a map. It allows you to apply multiple filters to filter your data, and to style it, so you can immediately see what's important. In addition, in the most basic form, you don't even need a web server, and a public folder on a website is sufficient to be up and running. - -Features include: +## Features * Basic map interactions (zooming, geo-locating, selecting different base layers) * Displaying geojson files * Specifying how properties must be displayed (formatting, title, tooltips, etc.) @@ -18,11 +16,13 @@ Features include: * Displaying data in a table, and allowing the users to download it * Searching for a feature +## Technical overview + Technically, we use the following frameworks: * Typescript for coding the application * Angularjs as the MVC framework * Bootstrap 3 (and fontawesome) for the CSS design style -* Leaflet for mapping +* Leaflet for the 2D map layer, and Cesium for the 3D maps * d3, dc, crossfilter for filtering and styling ### How do I get set up? ###