Re: Convert Shape Files to GeoRSS
"Kralidis,Tom [Burlington]" <[email protected]>
| Newsgroups | gmane.comp.gis.freegis |
|---|---|
| Message-ID | <2576812186CDD411BF1500508B6DCE950F00956F@ecnwri1.ontario.int.ec.gc.ca> |
I'm not aware of any such tool. Additionally, I think something like this would require some intelligence on how a shapefile's (dbf) attributes would map to GeoRSS' native RSS model. Your best bet might be to use ogr2ogr () to convert a shapefile to GML, then write something custom to translate the GML to GeoRSS. ..Tom -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of essam salah Sent: Saturday, July 15, 2006 1:36 PM To: [email protected] Subject: [Freegis-list] Convert Shape Files to GeoRSS Hi All I wonder if there is a free tool to convert from shape files to GeoRSS, I need to use some shape files as layers for MS-Virtual Earth control. Any advice