Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.33 KB

README.textile

File metadata and controls

33 lines (22 loc) · 1.33 KB

WhooTS : Rack, Ruby + mini WMSTMS Proxy

Whoots is the tiny public wms to tms proxy

Its a simple WMS to Google/OSM Scheme TMS proxy. You can use WMS servers in applications which only use those pesky “Slippy Tiles”

Installation

You need :

  • Ruby!
  • Rack (gem install rack)

Usage

  • Gives OSM/Google Tiles, not true TMS (maybe later)

http://example.com/tms/z/x/y/{layer}/http://path.to.wms.server

Examples

Notes

  • Gives OSM/Google Tiles only, so make sure the WMS server support EPSG:3857
  • Doesn’t do any caching.
  • See public/index.html for more examples and help!