inegivar wrote: > - does anybody has experience with wfs+xslt->svg and would help me > out? Yes, and i wouldn't recommend it for larger datasets. You would end up sticking too much logic in xslt, which is a nightmare to maintain IMO.
> - is there a way to serve chunks of an svg file WITHOUT using a wfs?, > (That would be great, solving many problems. Something like: > Javascript sends coordinates to php script which cuts a rectangle out > of the whole svg file, is it possible?) Have a look at PostGIS, it has the asSVG() function which basically returns geo coordinates ready for insertion into an SVG document. HTH Jorg ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

