Creating SVG map from geometry stored in MySQL
Posted
by Barnabe
on Stack Overflow
See other posts from Stack Overflow
or by Barnabe
Published on 2010-04-15T03:02:47Z
Indexed on
2010/04/15
5:03 UTC
Read the original article
Hit count: 261
I have a group of geometries stored in MySQl (as polygon and as well-known text) representing counties.
I can build a table of geometries and color codes after querying some county data (say GDP per capita).
What is the best way to export this as an SVG map?
I cannot find any reference to SVG conversion in the MySQL documentation.
© Stack Overflow or respective owner