SVG: Difference between revisions
Brian Wilson (talk | contribs) m →Links |
Brian Wilson (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== SVG renderers == | |||
Right now there are two significant renderers, the one from Adobe and the one in Firefox. | |||
http://www.croczilla.com/~alex/fosdem2003/ | |||
Mozilla Firefox 1.5 has SVG built in. It can also still use the Adobe plugin. | |||
See | |||
and http://www.croczilla.com/svg/ | |||
== Mapserver and SVG == | == Mapserver and SVG == | ||
Line 5: | Line 15: | ||
for an example on how to do this. | for an example on how to do this. | ||
What does | What does using SVG output buy me? | ||
See my demo at http://mapserver.wildsong.biz/svg/ | |||
It's broken right now because I want it to correctly generate gzip compressed images. Working on it... it appears to be a problem in the 4.6 sources. 05-July-2006 | |||
== Links == | == Links == |
Latest revision as of 05:17, 6 July 2006
SVG renderers
Right now there are two significant renderers, the one from Adobe and the one in Firefox.
http://www.croczilla.com/~alex/fosdem2003/
Mozilla Firefox 1.5 has SVG built in. It can also still use the Adobe plugin. See and http://www.croczilla.com/svg/
Mapserver and SVG
I can change a .map file to generate SVG as output. See http://mapserver.gis.umn.edu/docs/howto/svg-howto/?searchterm=SVG for an example on how to do this.
What does using SVG output buy me?
See my demo at http://mapserver.wildsong.biz/svg/
It's broken right now because I want it to correctly generate gzip compressed images. Working on it... it appears to be a problem in the 4.6 sources. 05-July-2006
Links
Kartoweb NL Flash based atlas
http://chris.narx.net/2005/09/13/svg-gis-usage-to-increase/
http://www.dmsolutions.ca/news/releases/032905.html press release re: GoSVG and cell phones
http://www.svgopen.org/2005/paperAbstracts/TirolAtlasTopo.html
This site looks very interesting: http://www.svgconference.com/ Here is a paper on topo maps. http://www.svgconference.com/SVG_2004/2004/papers/TopographicMapsWithSVG/
Adobe SVG site and viewer plugin
Mozilla SVG site (more links here)
W3C SVG DOM
XML parser
xmlproc is a Python tool set that you can grab... http://www.garshol.priv.no/download/software/xmlproc/