SVG: Difference between revisions
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
(6 intermediate revisions 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 == | |||
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 == | == Links == | ||
[http://www.directionsmag.com/article.php?article_id=198&trv=1 Directions article] | |||
[http://wiki.svg.org/Main_Page SVG Wiki] [http://wiki.svg.org/GIS_in_SVG GIS page] | |||
[http://apps.arcwebservices.com/svgviewer/map.html ArcWeb SVG demo] | |||
[http://kartoweb.itc.nl/atlas/ 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/ | This site looks very interesting: http://www.svgconference.com/ | ||
Line 9: | Line 45: | ||
W3C [http://www.w3.org/TR/SVG/svgdom.html SVG DOM] | W3C [http://www.w3.org/TR/SVG/svgdom.html SVG DOM] | ||
=== XML parser === | |||
xmlproc is a Python tool set that you can grab... | |||
http://www.garshol.priv.no/download/software/xmlproc/ |
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/