Re: [OpenLayers-Users] KML and area colorization

2010-02-12 Thread Vadim B.
may also be realted to http://trac.openlayers.org/ticket/2485 this post . User is experiencing same problem but with multigeometry. Upon inspecting of the KML that I was pulling in, it has multigeometries as well! And they are nested. ...data... ...data... ... If I mo

Re: [OpenLayers-Users] KML and area colorization

2010-02-12 Thread Frederic Junod
maybe related to http://trac.openlayers.org/ticket/2485 On Fri, Feb 12, 2010 at 8:51 AM, Frederic Junod wrote: > Hello, > > Seems to be an issue with VML and the kml IconStyle property: >  * edit [1] and remove the IconStyle element (in Style id 'default_normal') >  * load this kml in http://www.

Re: [OpenLayers-Users] KML and area colorization

2010-02-11 Thread Frederic Junod
Hello, Seems to be an issue with VML and the kml IconStyle property: * edit [1] and remove the IconStyle element (in Style id 'default_normal') * load this kml in http://www.openlayers.org/dev/examples/vector-formats.html The fill color and opacity is correct. maybe: http://trac.openlayers.

Re: [OpenLayers-Users] KML and area colorization

2010-02-11 Thread Vadim B.
Wow, thanks for the quick response and code change. I rolled the latest VML.js into my codebase (OL 2.8) and rebuilt OpenLayers.js, but I'm still seeing the same behavior in IE. Do I need to get other files besides VML.js to see the change? Thanks, -Vadim -- View this message in context: htt

Re: [OpenLayers-Users] KML and area colorization

2010-02-11 Thread Andreas Hocevar
See http://trac.openlayers.org/ticket/2465#comment:10 Regards, Andreas. Vadim B. wrote: > Hi, I'm experiencing the same problem in IE7/8 as well - KML layer with a > shaded polygon has NO shading in Internet explorer but looks fine in > Firefox. > > This can be replicated without my app code usi

Re: [OpenLayers-Users] KML and area colorization

2010-02-10 Thread Vadim B.
Hi, I'm experiencing the same problem in IE7/8 as well - KML layer with a shaded polygon has NO shading in Internet explorer but looks fine in Firefox. This can be replicated without my app code using the online samples 1) Browser to http://www.openlayers.org/dev/examples/vector-formats.html h

Re: [OpenLayers-Users] KML and area colorization

2009-06-18 Thread Andreas Hocevar
n download any release candidate and release from http://openlayers.org/download/ Regards, Andreas. > > > -Message d'origine- > De : andreas.hoce...@gmail.com [mailto:andreas.hoce...@gmail.com] De la part > de Andreas Hocevar > Envoyé : mercredi 17 juin 2009 18:12 > À : VIDAUD R

Re: [OpenLayers-Users] KML and area colorization

2009-06-17 Thread Andreas Hocevar
09 16:32 > À : VIDAUD Romain > Cc : users@openlayers.org > Objet : Re: [OpenLayers-Users] KML and area colorization > > Hi, > > On Wed, Jun 17, 2009 at 3:36 PM, VIDAUD > Romain wrote: >> When I make the sample page you gave deserialize my kml (copy paste content >>

Re: [OpenLayers-Users] KML and area colorization

2009-06-17 Thread VIDAUD Romain
De la part de Andreas Hocevar Envoyé : mercredi 17 juin 2009 16:32 À : VIDAUD Romain Cc : users@openlayers.org Objet : Re: [OpenLayers-Users] KML and area colorization Hi, On Wed, Jun 17, 2009 at 3:36 PM, VIDAUD Romain wrote: > When I make the sample page you gave deserialize my kml (copy paste

Re: [OpenLayers-Users] KML and area colorization

2009-06-17 Thread Andreas Hocevar
use it's on developpement server for now) > > Thanks, > > Romain > > > > -Message d'origine- > De : andreas.hoce...@gmail.com [mailto:andreas.hoce...@gmail.com] De la part > de Andreas Hocevar Envoyé : mardi 16 juin 2009 16:23 À : VIDAUD Romain Cc : >

Re: [OpenLayers-Users] KML and area colorization

2009-06-17 Thread VIDAUD Romain
 : users@openlayers.org Objet : Re: [OpenLayers-Users] KML and area colorization Hi, this issue is fixed in OpenLayers 2.8 (currently available as 2.8-rc6 under http://www.openlayers.org/api/2.8-rc6/OpenLayers.js). To verify, go to http://www.openlayers.org/dev/examples/vector-formats.html,

Re: [OpenLayers-Users] KML and area colorization

2009-06-16 Thread VIDAUD Romain
Working fine under IE ! Thanks ! -Message d'origine- De : andreas.hoce...@gmail.com [mailto:andreas.hoce...@gmail.com] De la part de Andreas Hocevar Envoyé : mardi 16 juin 2009 16:23 À : VIDAUD Romain Cc : users@openlayers.org Objet : Re: [OpenLayers-Users] KML and area colorizatio

Re: [OpenLayers-Users] KML and area colorization

2009-06-16 Thread Andreas Hocevar
Hi, this issue is fixed in OpenLayers 2.8 (currently available as 2.8-rc6 under http://www.openlayers.org/api/2.8-rc6/OpenLayers.js). To verify, go to http://www.openlayers.org/dev/examples/vector-formats.html, select "KML" as format, paste the contents of your kml there, and hit "add feature".

[OpenLayers-Users] KML and area colorization

2009-06-15 Thread VIDAUD Romain
Hello, I have a KML problem under IE7. I am drawing areas providing OL a KML file generated by my webserver. Under Chrome and FF (and google earth when I download it) all is correctly drawn and colorized, but with IE7, areas doesn't always have their correct color (left white instead). Is there