Make beautiful maps

来源:互联网 发布:mac解压软件知乎 编辑:程序博客网 时间:2024/06/06 01:10

制作精美地图


GIS数据从操作并不是件容易的事,除了空间查询功能,一张精美的地图也是人类审美的追求。

本文介绍几个制作精美地图的资源:

1. http://maps.cloudmade.com是一个在线编辑地图样式的网站。地图资源为openstreetmap。下图为各种样式的示例:




2. mapbox.com 苹果风格的地图美化工具。其中有一个免费的工具tilemill

TileMill is an application for making beautiful maps. Whether you're a journalist, web designer, researcher, or seasoned cartographer, TileMill is the design studio you need to create compelling, interactive maps.

Tilemill构建在Mapnik, node.js,backbone.js, express and CodeMirror开源工具的基础上。

tilemill使用openstreetmap与shp数据编辑样式:

http://www.kindle-maps.com/blog/using-postgis-openstreetmap-data-with-tilemill.html

http://www.kindle-maps.com/blog/using-tilemill-with-openstreetmap-data.html


3. Mapnik。开源的基于AGG库的地图渲染工具。非常强大。c++开发,有python绑定。提供世界级别的抗锯齿效果。

Example Mapnik Output

Example Mapnik Output

4. kindle上美化地图

http://www.kindle-maps.com/blog/kindle-specific-map-style.html