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

2012-10-06 Thread Graham Jones
Hi Michael, I am just having a go at getting your Tile Data Server working (I think it is 'cover' from https://github.com/mdaines/cover? - your GSoC wiki page does not link to the repository though!). Unfortunately, I do not speak Ruby, so am struggling a bit... First script/render complained

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

2012-08-22 Thread Michael Daines
Ander, You'll have to store the coordinates yourself. Because you needed the coordinates to request the tile in the first place, you already have them -- you just need some way of associating the coordinates with the tile. When caching I don't think you need to store the coordinates explicitly

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

2012-08-20 Thread Ander Pijoan
Hi! I have a big question: Imagine I download one of the tiles and keep it in my hard drive or in a cache or send it to a client to open it in a program. The tiles bounding box or X,Y,Zoom values are not in it so it won't be able to know where to place that tile. I know that when asking for the

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

2012-08-17 Thread Michael Daines
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