[Chameleon] svg error
bartvde at osgis.nl
bartvde at osgis.nl
Tue Aug 26 05:26:43 EDT 2008
Chameleon's MAP widget does not support SVG.
Best regards,
Bart
> 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
> _______________________________________________
> Chameleon mailing list
> Chameleon at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/chameleon
>
More information about the Chameleon
mailing list