Hi Arnd, you are right, the "extendedData" section isn't parsed by OpenLayers.Format.KML. As a workaround, i wrote a Python script which copies data found in the extendedData section to the format <name>Something</name> read by OL.
The script is here, if someone is interested: http://www.maurob.org/?q=node/36 http://www.maurob.org/?q=node/36 cheers Mauro Arnd Wippermann wrote: > > Hi Mauro, > > <ExtendedData><SchemaData schemaUrl="#CALOPICOS"> > <SimpleData name="COD_PRO">16</SimpleData> > <SimpleData name="NOME">COSTA VOLPINO</SimpleData> > <SimpleData name="NOME_PRO">BERGAMO</SimpleData> > <SimpleData name="SIGLA_PRO">BG</SimpleData> > <SimpleData name="COD_ISTAT">16086</SimpleData> > </SchemaData></ExtendedData> > > if these your attributes, then (my guess) the Format.KML parser will not > found anything. It has to be something like <name>Something</name>. > > Arnd Wippermann > > > -- View this message in context: http://n2.nabble.com/GML-and-KML-styleMap-tp2339910p2347613.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
