public
Description: a simple and small WMS server, using sinatra and ruby mapscript, for people to upload their own geotiffs to use in mapping applications.
Homepage: http://thinkwhere.wordpress.com
Clone URL: git://github.com/timwaters/whooms.git
whooms /
name age message
file README.textile Sat Feb 28 17:49:02 -0800 2009 add sinatra big up [timwaters]
directory maps/ Sat Feb 28 17:44:24 -0800 2009 first commit [timwaters]
directory sinatra/ Sat Feb 28 17:44:24 -0800 2009 first commit [timwaters]
file whooms.rb Sat Feb 28 17:47:27 -0800 2009 add link to github [timwaters]
README.textile

WhooMS : Sinatra, Ruby, Mapserver mini WMS server

Installation

You need :

  • Sinatra >= 0.9.1 for use of send_data method
  • Ruby Mapscript

Any configurations you can change in whooms.rb

Usage

  • For people who want to serve just the one image and don’t want to go through the palaver of setting up their own mapserver.
  • Find a geotiff (ideally in epsg:4326 projection), upload it, and you will get a WMS link, and a permalink to that page.
  • Use the WMS link in your favourite WMS viewer / openlayers / JOSM / GoogleEarth e.t.c.

Examples