• hi.

    i am not able to load my own compass icon. is there some some standard to follow, that I am missing?

    AND:

    is it possible to rearrange the position og the Compass? or lay it og the ground in the scene ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can try this. The author gave it to me a long time ago… it goes in the Custom CSS box.

    Obviously you will have to change the path to the icon to where yours is kept.

    I made some of my own icons, but it’s not letting me upload a sample.

    My “playground” https://www.kasdorf.name/wordpress/series/ipanorama/

    Hopefully it works for you. . .

    
    div {
    font-size:small; font-family: "Arial", sans-serif;
    }
    .ipnrm .ipnrm-widget .ipnrm-compass:before {
    display:none;
    }
    .ipnrm .ipnrm-widget .ipnrm-compass:after {
    display:none;
    }
    .ipnrm .ipnrm-widget .ipnrm-compass.ipnrm-active {
    width:64px;
    height:64px;
    background-image:url(https://kasdorf.name/SMLC/pics/Compass-North-Red-N2.png);
    background-size:contain;
    position: centered;
    top: 15px;
    left: 50%;
    margin-top: -0px;
    margin-left: -33px;
    }
    
    

    Some of what I’ve done with iPanorama.

    https://smlc.news/a-tour-of-smlc-preserves/

    Thread Starter Michael Møller

    (@unomobil)

    Hi thanks. I Will take a look at it 😃.

    i actually, just been on your site today, se see some of your solutions 😎.

    thanks for the advices

    As a offshoot to your earlier request for a static link icon, something I’ve always wanted is a static “Popup”. Not a link, just to open a Popup in a fixed location that would always be in a corner, or elsewhere. I would add a “Map Legend” for what the various icons mean on the panorama. Or in my case perhaps some information on the item in the panorama that would always be available. i.e. Name of item, location, acreage, date acquired, and so on.

    I have use the “Banner” to add this information but it isn’t really what I want, and always takes up space on the image.

    However, that may be what you would like. Somewhere I have an example adapted from the example on the plugin web page showing information about the property for sale.

    Thread Starter Michael Møller

    (@unomobil)

    I could been an option too.
    What about, taking the pop up from the systemfile, an add this?
    I haven’t been digging in it yet, but I think it would been possible to find an “steal” for use to you suggestion :).

    Again, I haven’t been looking at it… but I think it’s possible.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Compas logo. – Change posision’ is closed to new replies.