[OSM-dev] [GSoC] Data tile example site

Michael Daines michael at mdaines.com
Fri Aug 17 20:07:18 BST 2012


Hi everyone,

An example data tile server covering the British Isles is now online:

  http://data-tiles.mdaines.com/

The library I have been working on is rendering tiles as a Tirex backend using OpenStreetMap data. The map is drawn using Kothic JS over top of image tiles rendered with Mapnik which show land polygons (basically the contents of the layer-shapefiles.xml.inc file in OSM's Mapnik stylesheet).

Here is an example data tile:

  http://data-tiles.mdaines.com/render/16/32744/21792.js

The data in the tileset is defined by this configuration file which uses a DSL that works sort of like CSS selectors:

  https://github.com/mdaines/cover/blob/master/config/render.rb


-- Michael




More information about the dev mailing list