[Openstreetmap] Re: [Openstreetmap-dev] CSV transport encoding scheme

SteveC steve at asklater.com
Fri Jan 27 20:49:53 GMT 2006


* @ 27/01/06 08:44:24 PM Nick.Whitelegg at solent.ac.uk wrote:
> 
> 
> 
> 
> >Can you try again? I've checked the debian packages are installed and
> >restarted apache... it really should just work, damnit.
> 
> Still won't work... (tried
> http://nick.dev.openstreetmap.org/freemap/drawmapll.php which takes a bbox,
> a width and a height)
> 
> >Fatal error: Call to undefined function: curl_init() in
> /var/www/nick/freemap/osm.php on line 14
> 
> So it's obviously not finding the curl module.

Nope... 

        $ch=curl_init ($url);

should be

        $ch=curl_init($url);

in osm.php

:-)

have fun,

SteveC steve at asklater.com http://www.asklater.com/steve/




More information about the talk mailing list