Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<href> tag in IconStyle not working with local files #16

Closed
GoogleCodeExporter opened this issue Nov 1, 2015 · 3 comments
Closed

<href> tag in IconStyle not working with local files #16

GoogleCodeExporter opened this issue Nov 1, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Use a KML file with an IconStyle referring to a local file icon like this:

<Style id="AirportStyle">
      <IconStyle>
        <color>FFAACD66</color>
        <colormode>normal</colormode>
        <Icon>
          <href>V:\WORK\AppTest\Config\Symbols\AIRPORT.png</href>
        </Icon>
      </IconStyle>

2. This file works in Google Earth, but not with the plugin, I guess that's
because of the file / url difference 
3. With URLs the icon is found normally

What is the expected output? What do you see instead?
I'd expect to see the icon (taken from the local file). Maybe it's the same
difference as FetchKml and FetchKmlLocal

What version of the product are you using? On what operating system?
Latest source code, win XP pro

Please provide any additional information below.

Original issue reported on code.google.com by zing...@gmail.com on 28 Oct 2009 at 8:33

@GoogleCodeExporter
Copy link
Author

Hi, local icon files are not supported. This is a limitation of the Api and 
JavaScript in general.

Original comment by fraser.c...@gmail.com on 28 Oct 2009 at 6:38

  • Changed state: Invalid
  • Added labels: OpSys-Windows, Priority-Low, Type-Other
  • Removed labels: Priority-Medium, Type-Defect

@GoogleCodeExporter
Copy link
Author

This is likely the cause of my screen overlay problem. Is there a workaround 
for 
this? 

Thanks

Original comment by robert.s...@lacota.com on 5 Nov 2009 at 3:29

@GoogleCodeExporter
Copy link
Author

See http://code.google.com/p/winforms-geplugin-control-library/wiki/Server

Original comment by fraser.c...@gmail.com on 26 Nov 2009 at 4:26

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant