Monday 20 August 2012

Kartograph

Kartograph : jQuery Interactive map applications without Google Maps

Kartograph : jQuery Interactive map applications without Google Maps


Kartograph is a new framework for building interactive map applications without Google Maps or any other mapping service. It was created with the needs of designers and data journalists in mind.
The core concept of Kartograph is to separate the mapping process in the map generation and map rendering part. The client-side library kartograph.js renders pre-generated maps stored in SVG files. You can chose among hundreds of ready-to-use maps or simply generate your own using kartograph.py, the open source Python SVG map generator.

The magic behind Kartograph

The core concept of Kartograph is to separate the mapping process in the map generation and map rendering part. The client-side library kartograph.js renders pre-generated maps stored in SVG files. You can chose among hundreds of ready-to-use maps or simply generate your own using kartograph.py, the open source Python SVG map generator.

From ideas to maps

Choose which map you want to display and which projectionshould be used. Currently you can create maps from ESRI shapefiles only, but more formats will be supported in the future. To help you a bit, there now is a visual editor that gives you a JSON configuration for your map.
Generate the map SVG using kartograph.py. Customize the map, filter or join features, add a graticule.
Load the generated SVG into your website using kartograph.js. Specify which layers to add and add some decent styling to them using CSS. You can even add more advanced styling using SVG filters.
Visualize your data using map symbols, choropleth maps or dot grids.


-- Jidheesh Rajan --

No comments:

Post a Comment