Hi all,

I recently developed a SVG digitizing application that allows to fetch spatial data in a PostgreSQL database, edit it and save it back to the database.

It works fine in Batik, but I can't directly send the data back to my server, since postURL() is not supported. All the rest works fine.

You can test the application at http://www.carto.net/papers/svg/digi/stable/index.svgz - it is not yet finished of course and still contains bugs and could be enhanced regarding performance. On initializing it takes a while to parse existing SVG geometry for snap points.

The question is on how I could send the data from the Batik-Squiggle viewer to the database. .getURL(), while supported by Batik, as to my understanding, is limited to sending at most 255 characters? Is that true? If yes, my geometry is usually larger than 255 characters and thus .getURL() not an option for me.

Are you planning to implement postURL() in the near future?

I know, it is also possible to use Java for communication, but my goal would be to do everything in pure Javascript, if possible. Because it should work in other SVG viewers as well. Also my Java knowledge is almost zero. Well maybe it wouldn't be that complicated, if I knew how.

Thanks for any ideas on that,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to