views:

1935

answers:

3

I want to convince some clients to use MapServer and OpenLayers. Please can anyone suggest attractive websites to show off the possiblities!

The clients will be impressed by:

  • A density map (otherwise known as a heat map, colour-shaded grid coverage, contour plot...).
  • The ability for the user to download the underlying data for the density map, restricted to the area being viewed, in some format such as netCDF.
  • Standard OpenLayers stuff. Zooming, panning, scale bar, overview map...
  • Different base layers. Could be WMS, Google, Bing...
  • Searching for a placename, map is panned to display the place.
  • Exposing the heatmap data for other people to use in mashups as WMS or WCS

MapServer.org is back up but demo.mapserver.org seems to be down right now :( But from memory their examples didn't have the "wow" factor. The OpenLayers examples demonstrate only one or two features per example - I want something to wow the clients by showing all the capabilities in one example.

PS If you have good examples that use some other open source tools, post them by all means. But just JavaScript please: customer says no rich client.

EDIT Come on StackOverflow, someone must have an example that uses a density map?? I'm even offering a bounty now...

+1  A: 

http://haiticrisismap.org/ openlayes + geoxt

would it be possible to create a template map for the client with a bunch of data on it, census, socio, create some simple fake buffers.

dassouki
+1 Demonstrates some nice things, no density map though. I wish we could mock something up but we're just not going to have time before the client meeting next week...
MarkJ
+1  A: 

Maybe have a look at the HeatMapAPI for Google Maps (not sure you'll wow the client with that though).

Another density map: http://maps.glassfish.org/server/ (showing the use of GlassFish around the world).

Pascal Thivent
+1 Thanks for those. We need to calculate our own density maps offline (with some care about interpolation algorithms - kriging/IDW/etc) so I don't think the heatmap API will do it. And the GlassFish one only works because it's zero (transparent) in unpopulated areas, and ours have values everywhere. Hmmm, actually I need to think that through some more...
MarkJ
+4  A: 

http://maps.seai.ie/wind/ - mapping onshore and offshore wind speeds and farms in Ireland

http://maps.seai.ie/geothermal/ - mapping geothermal temperatures in Ireland, and borehole data

  • uses WMS services (and TileCache) for all the layers, so can be accessed by other client GIS's (well once I've set up metadata etc..)
  • has a variety of different base maps to choose from
  • built using MapFish / ExtJS
  • has drop down gazetteers for County and Townland (an Irish administrative unit)
  • all the basic map navigation tools and a simple info tool
  • right click on a layer to set transparency
  • uses MapServer opensource back-end, plus SQL Server 2008

The systems (and a third more complex Bioenergy Intranet system) got a mention here: http://www.geoconnexion.com/uploads/renewableenergy_intv9i4.pdf

geographika
+1 Beautiful presentation of density maps, professional pages, government client... Fantastic. Unless someone provides a truly amazing answer in the next couple of days, this is going to be the accepted answer
MarkJ

related questions