[OSM-dev] New map renderer now working in OSM environment

Immanuel Scholz immanuel.scholz at gmx.de
Mon May 1 00:48:45 BST 2006


Hi,


> Have now integrated the new map renderer into the OSM environment, at 
> http://nick.dev.openstreetmap.org. I think it's more or less ready to go live 
> now.

Wow, that looks awesome! :-)

But wait! The landsat icon is the british island! London here, IoW
there, Manchester over there... We could get the impression you guys
planning to take over the world! :-D


> It appears to work on Firefox, Konqueror (3.3.2), Opera (8.54) and (gasp!) 
> Internet Explorer. 

Working fine for Firefox and Epiphany here too.


> I've added the HTML form for the latest version of the search, however it 
> doesn't appear to work (I get a 404 not found) which must be some sort of 
> configuration issue.

You either have to move the search to the toplevel dir or add an rewrite
rule to your apache (for some reason, Steve put one in for every rhtml
in eruby/). In case of the former solution, put a .rhtml file handler to
your apache config too, as example something like:

<FilesMatch ".rhtml">
  SetHandler ruby-object
  RubyHandler Apache::ERubyRun.instance
</FilesMatch>


Ciao, Imi.




More information about the dev mailing list