[Chameleon] svg error
Berényi Attila
aberenyi at burken.hu
Tue Aug 26 05:22:12 EDT 2008
Dear All,
I'm trying to change to SVG output format following this tutorial:
http://mapserver.gis.umn.edu/docs/howto/svg-howto
Mapserver generates fine the svg output (a simple picture) with this
sample script,
<?php
dl("php_mapscript.so");
$oMap = ms_newmapObj("my/path/to/my-svg.map");
$img = $oMap->draw();
header("Content-type: image/svg+xml");
$url = $img->saveImage("");
?>
But if I try to open the same map file in chameleon environment it just
doesn't display the map...what could be wrong?
Any help would be very much appreciated!
Thanks,
Attila
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/chameleon/attachments/20080826/ecfb1ffd/attachment.html
More information about the Chameleon
mailing list