Pushpins not showing in preview and hence not showing on embedded map

have imported KLM file OK after finding import only works in internet explorer but when i click share and look at preview the pushpins aren't  showing and the same when i embed into website just the base map .
Have i missed a process ?

Have you specified a custom icon in the KML styles? If so, is it a full URL path of a relative path. If it is a relative path then it will be looking on the Bing servers for the image where it won't be and thus will not render.
Also, collections cannot be used outside of the Bing Maps consumer site in embedded maps.
http://rbrundritt.wordpress.com

Similar Messages

  • LR 4 - image does not appear in Preview and will not print`

    The selected image appears on the main/center panel but not in the preview screen.  Printing results in a white sheet of paper with no image at all.  The image has been updated to LR 4 - but made no difference.  I've served help and the forums (where i saw mention of similar problems, but no comments or guidance on the problem).  What am I doing wrong?

    The problem began with the installation of LR4. I print directly from LR4 to my HPZ3100. I routinely select "print preview" in the print dialogue box. Now the first print I see the preview and then it prints. If I select a second print job and use the "print preview" the print preview screen comes up blank and never loads. If I try to delete the print job, it just never responds (resolves) so I have to turn off the computer and the printer and restart to clear the print job. if I don't use the print preview, it prints just fine (except that I'm not able to check what's about to be printed). Thanks for any thoughts you have on this.
    Date: Tue, 10 Jul 2012 16:01:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: LR 4 - image does not appear in Preview and will not print`
        Re: LR 4 - image does not appear in Preview and will not print`
        created by Brett N in Photoshop Lightroom - View the full discussion
    Bill, if this is only happening some of the time, then we are probably looking at a resource issue. Any pattern in when things won't print? e.g. Certain file type won't but others will? Or is it more of a timing/order thing? e.g. First file prints fine, second does not? VStromee, do no files print for you? Or is it like Bill and sometimes the print and other times they do not? Did you install any new software recently or have any updates to the OS or any application that has printing capabilities?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4549692#4549692
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4549692#4549692. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Lightroom by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Preview and Print not seen in Actions Tab

    Hi,
    I could not see the preview and print option in the actions tab of the sales order, from where is it originated???
    What should i do to see this.
    Regards,
    prasad

    Guys,
    My XML Publisher was not installed, Thats why this problem.
    Enabled this, Issue is solved now.
    Prasad

  • App show as installed and are not

    I had to uninstall CC and the APPs ... after installing it again some of them are showing as intalled and are not.

    Hi Jrsilvestre,
    Please follow the thread: My cc apps won't install on my mac? where this issue is already discussed and stands resolved.
    Please let us know there if it works or not.
    Thanks,
    Ratandeep Arora

  • My ipod will not charge or turn on or show any sign and its not jailbroken and i tried holding the home and power button and all that stuff but nothing works please helppppppp

    my ipod will not charge or turn on or show any sign and its not jailbroken and i tried holding the home and power button and all that stuff but nothing works please helppppppp

    Go through the steps here and see if anything works for you.
    iOS: Not responding or does not turn on - Apple Support
    You might have to bite the bullet and restore the device if nothing else works. If that doesn't bring it back to life, make an appointment at an Apple Store and let take a look at it.

  • Spy menu only showing some items and properties not available

    I am having some issues with the spy menu. In order to try and fix my issues I built the menu from scratch again on one of my pages. Everything works now on that page and when I upload it to the server, it is all there.
    However, when I then copy and paste the menu to all the other pages and upload the the server, the submenu doen't show anymore. When I go and troubleshoot it and highlight the menu in its entirety and click properties, no properties will show. On the working page, this ation delievers me a properties bar where I can + or - menu items. Why is this? As this must be why the submenu is not showing either?
    The page where everything works is this (See sub menu under coaching clinics) http://www.golifecoaching.com.au/go-beyond-registration-test but on every other page on this website, this submenu disappears.
    Can anyone help? I am tearing my hair out and don't fancy having to build the menu from scratch for every page. There has to be a better way.
    I use CS4 and this is my menu;
       <div id="navigation">
        <!--MENU-->
        <ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>        </li>
          <li><a href="what-is-coaching.html">What is Coaching</a></li>
          <li><a href="coaching-benefits.html">Coaching Benefits</a>        </li>
          <li><a href="do-you-need-a-life-coach.html">Do You Need a Life Coach</a></li>
          <li><a href="about-go-life-coaching.html">About Go Life Coaching</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Coaching Clinics</a>
            <ul>
              <li><a href="holdsworth.html">Coaching for Carers</a></li>
              <li><a href="coachingclinic.html">The Coaching Clinic</a></li>
            </ul>
          </li>
          <li><a href="contact-us.html">Contact Us</a></li>
          <li><a href="http://www.golifecoaching.com.au/blog">Blog</a></li>
        </ul>
            <!--END MENU-->
    Jen

    That is brilliant, that is exactly it! Thank you sooooo much for your suggestion. I am so relieved.
    Yes a template would be best, but I am not sure how to do that, so I am left with doubling my work evertime I make a change on this site.
    Thanks Jen
    Date: Sat, 13 Aug 2011 16:43:59 -0600
    From: [email protected]
    To: [email protected]
    Subject: Spy menu only showing some items and properties not available
    Disclaimer: I am new to coding in general and this is my first attempt to help someone.
    I think the properties bar with the + - has to do with the javascript coding that is generated when you create a new tag, and it is located near the bottom of the page just before the closing body tag. 
    looks something like this:
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );
    </script>
    so dont forget to copy that over too.  Also, check the CSS that is associated within each page and make sure they are all in the same style.
    P.S. Have you considered using a template for the menu bar so you dont have to copy it over each time?
    >

  • Hello, Thought I had just downloaded Mountain Lion but no evidence that it was installed. It is not showing as an icon anywhere and is not listed in downloads and is not listed purchased apps. Have I just sat here for two hours watching a download that di

    Hello, Thought I had just downloaded Mountain Lion butcannot find any evidence that it was installed. It is not showing as an icon anywhere and is not listed in downloads and is not listed under purchased apps. Have I just sat here for two hours watching a download that didn't happen? I do have a folder of incompatible software that's all.
    How do I know it has been installed?

    Hello and thanks. I downloaded the upgrade again after your reply to be sure and I believe all is operating smoothly now. Your reply gave me some confidence. I suspect I should not have clicked on a 'x' symbol soon after the download which may have accidentally deleted something before the download/installation process had been completed. Oops probably all my fault.  Birdie39

  • My iPad is frozen with the message not enough storage.  Options are close and settings but it will not respond to buttons and will not allow me to turn it completely off.  How do I get past that message?

    My iPad is frozen with the message not enough storage.  Options are close and settings but it will not respond to buttons and will not allow me to turn it completely off.  How do I get past that message?

    Delete some apps, files, photos, videos, movies, etc to free up some space.
    How much space is your Other using? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
     Cheers, Tom

  • HT4993 I updated to ios 7, put in a password but now it does not recognize the password and will not let me get into my phone.  what do i do?

    Yesterday I decided to finally update my iphone 4S to the latest operating system 7.  It asked me for a password when upgrading but now does not recognize the password and will not let me in.  FRUSTRATED.  What do i do????

    Hi Rachel,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Cheers,
    - Judy

  • How I can delete my account from Itunes Store? [I am not using it anymore and will not]]

    How I can delete my account from Itunes Store? [I am not using it anymore and will not]

    Just stop using it and remove your payment info.
    There is no need to do more.

  • My ipod touch is not recognized on itunes and will not turn on or give me the battery sign. I have tried toubleshooting it by holding down the home button and the sleep/wake button, but it doesn't work. What do I do to fix it?

    My ipod touch is not recognized on itunes and will not turn on or even give me the battery sign that it is dead. I turned it off and it won't turn back on now. The screen is completely black and won't do anything. I have tried charging it over night and nothing happened. It was never near water. I have tried troubleshooting it by holding down the home button and the sleep/wake button, but nothing happened and it didn't work. What can I do to fix it?

    Device Not Recognised
    For PC
    http://support.apple.com/kb/TS1538
    For Mac
    http://support.apple.com/kb/ts1591

  • IPAD Mini Locked after iOS upgrade, tried reset on iPAD did not work, plugged in and device not appearing in iTUNEs for reset/restore

    PAD Mini Locked after iOS upgrade, tried reset on iPAD did not work, plugged in and device not appearing in iTUNEs for reset/restore.  Just get an Apple Logo then a flashing blue screen as if it is caught booting up.   This has happened twice before and iTunes restore fixed it.  But this time device not appearing in iTunes.
    Running iTunes for PC.  But as stated restore has worked before!  Any help greatly appreciated!!

    Place the device in DFU mode and let iTunes restore the device to factory condition.

  • Ipod nano not recognized by pc and will not turn on

    ipod nano not recognized by pc and will not turn on

    iPod not recognized in 'My Computer' and in iTunes for Windows 

  • Can not open JPEG files and can not create JPEG files from other software

    Can not open JPEG files and can not create JPEG files from other software (For example from Solidworks).
    When I try to right click on a JPEG, a notice window appears written: "Windows Explorer has stopped working - Windows is
    checking for a solution to the problem" and then the notice box disapears, the desktop appears and I can continue working.
    From the other side - If I try to save as JPEG a screen of Solidworks (like a view of a part) the Solidworks falls but the JPEG
    is created (I can see its name in the directory I created it).
    I can open the JPEGS with the Paint software if I want but not with the Windows Photo Viewer.
    I have the feeling that the Windows Photo Viewer disapeared from my computer - just a feeling.
    I will appreciate your assistance.
    Avi T. 2014

    Hi,
    Did Windows Photo Viewer option appear when you right click the JPEG file and select open with?
    I would like suggest you use Clean Boot to troubleshoot if there is third-party software conflict:
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135
    Karen Hu
    TechNet Community Support

  • My numbers application will not continue an update and will not open due to said incomplete update

    My numbers application will not continue an update and will not open due to said incomplete update

    open the application "LaunchPad" then locate Numbers.  Click and hold on Numbers until is starts to shake.  click the "X" in the top left corner.  click on the desktop to exit this mode.  Now open the App store and install again.

Maybe you are looking for

  • Radeon 6850 poor image quality via hdmi

    Hi have a  connected via HDMI cable to a Sony Bravia 32in 100hz LCD TV and the image quality is poor Windows appears really pixalated, have used this TV with on board graphics and image quality is great any ideas?

  • VPRS price needs to be same in invoice

    Hi Folks, I had created sales order on 25.01.2011 and created invoice on today...the cost price for material X on 25.01.2011 is RS 10  but today CP is RS 15 as default system pick the current price as CP but my requirement is should pick the CP rs 10

  • The field name is not known error

    Hi, I have a report that is pointing to database(db1). Can i change the database name to database(db2) in my c# application?when i am changing to new database name in my application i am getting error as "field name is not known". Please give some su

  • XI Administration in RWB

    Hi Everyone, What does Adapter Engine, Business Process Engine, Integration engine does exactly in Integration Server and as from the basis/administration part what sholud be monitored. What will be the process it follows(IE, BPE,Adapter engine) when

  • Upgrading from CS6 to CC causes the extention .prproj to become corrupted.

    After upgrading from CS6 to CC, by installing CC then uninstalling  CS6:  In Windows 7 "prproj" became associated (i.e., "open with") with  Acrobat (?) and will not re-associate with Premiere CC.  Using the windows  procedure to change the "OPEN WITH