Map Panel

I really like the map panel
there should be way to place photo
onto google map online
see othere people could
look at there photos

Hi Gary,
That would be more a Google thing than a Lightroom thing. We're not privy to the terms of how maps are licensed, but I'm sure they're doing all they can with it.
Sean.

Similar Messages

  • Interface shows only Sources Panel.  How to show the Target & Map Panels

    Someone must have hit some keys to hide the Target and Map panels in the Interface so that when I create a new interface, all I see in the Diagram tab is the Sources Panel. Does any one know how I can restore the other two panels?
    Thanks.

    Any suggestions ???

  • Dynamic Tempo Mapping In Audition CC

    Hello Adobe,
    I've seen various forum postings about this in the past, but nothing very recently.  I just downloaded the latest version of Audition CC.  It looks great, a lot of cool new features, but I wanted to reiterate on past postings that dynamic tempo mapping functionality would be extremely useful.  It doesn't need to be anything too fancy.  Just need to be able to tell Audition that after 30 bars of 4/4 at 120 bpm, I'd like the metronome and bars/beats display to change to 3/4 at 130 bpm etc.
    Just want to bump this back onto your radar.  Thanks.
    -Brendan

    I've used the Ozone with Audition in the past (we're talking about the keyboard/audio combo device, right?) and it's been fine.  If you're seeing the playhead move and the level meters update when attempting to play through it, that means the communication should be there.
    Any chance you can show us screenshots of the "Audio Hardware" and "Audio Channel Mapping" panels in the preferences dialog?  That might help get started.

  • Map mouse coordinate​s to XY graph coordinate​s (SI units on Graph)

    Hi Folks:
    I have used this invoke node method for quite awhile.  Now trying to use it on XY graph where SI units are used on X-axis.  Now I always get 0 for the X graph coordinate. Run the attached and you will see this. Anyway I can get this to work properly as I need to have the SI units.
    Thanks,
    Don
    Attachments:
    test - map panel coordinates (SI units).vi ‏30 KB

    See the coercion dots? Your xy cluster indicator is in the wrong representation (both values are I32, suitable for pixel coordinates, but inadequate for your scales).
    Delete the xy indicator and right-click on the property node xy output and select "create indicator". Now all's well.
    (Or you could just change both indicators inside the cluster to DBL representation)
    Message Edited by altenbach on 08-02-2007 09:05 AM
    LabVIEW Champion . Do more with less code and in less time .

  • How can I create a single background image for a BorderLayout?

    I can create a background with an image file for the individual panel (North, West, Center, East and South) in a BorderLayout, but I've been spinning my wheel for a long while now trying to figure out how to create just one background with a single image file for all of these panels?
    In my application, a panel may contain various buttons, a listbox, a group of checkboxes, a combo box, or a canvas. Even if I used the same image file, when the panels are finally put together, one can clearly see that the end product is the result of a lot of patch works.
    Hope someone has an answer for this. BTW, I'm using AWT because it works with existing browsers without the need for a separate Java plug-in.
    Regards,
    V.V.

    Look at this :
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.awt.image.BufferedImage;
    public class PanI extends Frame
         Image map;
         Panel pan;
         myPan p8,p4,p6,p2,p5;
         BufferedImage I;
    public PanI() 
         addWindowListener(new WindowAdapter()
        {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);}});
         map = getToolkit().getImage("map2.gif");
         MediaTracker tracker = new MediaTracker(this);
         tracker.addImage(map,0);
         try   {tracker.waitForID(0);}
         catch (InterruptedException e){}
         I = new BufferedImage(1,1,BufferedImage.TYPE_INT_ARGB);
         setBounds(10,10,map.getWidth(null)+8,map.getHeight(null)+27);
         setLayout(new BorderLayout());
         pan = new Panel();
         add(pan,BorderLayout.CENTER);
         pan.setLayout(new BorderLayout());
         pan.setSize(map.getWidth(null),map.getHeight(null));
         p5 = new myPan(5);
         p5.setBackground(Color.red);
         pan.add(p5,BorderLayout.CENTER);
         p8 = new myPan(8);
         p8.setBackground(Color.orange);
         pan.add(p8,BorderLayout.NORTH);
         p4 = new myPan(4);
         p4.setBackground(Color.blue);
         pan.add(p4,BorderLayout.WEST);
         p6 = new myPan(6);
         p6.setBackground(Color.green);
         pan.add(p6,BorderLayout.EAST);
         p2 = new myPan(2);
         p2.setBackground(Color.pink);
         pan.add(p2,BorderLayout.SOUTH);
         setVisible(true);
    public class myPan extends Panel
         int where;
    public myPan(int i)
         super();
         where = i;
    public void paint(Graphics g)
         if (I.getWidth(null) != pan.getWidth() || I.getHeight(null) != pan.getHeight())
              I = new BufferedImage(pan.getWidth(),pan.getHeight(),BufferedImage.TYPE_INT_ARGB);
              Graphics      G = I.getGraphics();
              G.drawImage(map,0,0,pan.getWidth(),pan.getHeight(),null);     
              G.dispose();
         int x1=0;
         int x2=getWidth();
         int y1=0;
         int y2=getHeight();
         if (where == 8)
         if (where == 2)
              y1 =  p8.getHeight()+p5.getHeight();
              y2 =  getHeight()+y1;
         if (where == 4)
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 5)
              x1 =  p4.getWidth();
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 6)
              x1 =  p4.getWidth()+p5.getWidth();;
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         g.drawImage(I,0,0,getWidth(),getHeight(),x1,y1,x2,y2,null);
    public void update(Graphics g)
         paint(g);
    public static void main (String[] args) 
         new PanI();
    Noah

  • Problem about execute import button

    This is mdm 5.5 sp4.
    First, i did field mapping and value mapping in mdm import manager. Then i clicked 'execute import' button. The importing was successful.
    After that, I added new fields in ‘destination fields’ of ‘field mapping’ panel via ‘add’ button, and finished new filed mapping and value mapping. Then I activated the ‘import status’ tab, but found the ‘execute import’ was gray. I couldn’t click the button to import new fields and values. What’s wrong? What should I do?
    Thank u in advance.

    hi,
    if the execute import  was gray:
    these may be the causes.
    1. check the field mapping, and value mapping
    2. Redo the Record mathcing step.
    3. when you click on the import status tab, if execure import icon is grey, in import status, you will find the remarks( like, partcicualr field is not mapped -- etc.)
    do the process again, you can able to see execute import icon.
    hope this may help you,
    Regards,
    Srinivas

  • Playback not working in Audition CC

    I have creative cloud and am trying to use audition after being a ProTools user for a long time.
    I am running it on a Mac OS 10.9.5.
    When I press play the playhead does not move and no audio can be heard but the play button lights up green. This is in both the multitrack and waveform views.
    I tried using my M Audio Ozone sound card and thought maybe it was not compatible so removed it and tried to switch back to the core built in audio that I had working before (although not ideal for my set up).
    In the audio hardware settings I have selected core audio and built in Output but in the audio channel mapping section it still seems to think the default output device is the m-audio driver and says "Unknown - device query failed" It also says the input device is built-in microphone but again  has a device query failed message.
    I have tried restarting the machine a couple of times and get a message to say the audio hardware settings have changed but can not get the built in device back in the audio channel mapping section.
    How can I get audition to playback at all in any way please?
    Thanks,

    I've used the Ozone with Audition in the past (we're talking about the keyboard/audio combo device, right?) and it's been fine.  If you're seeing the playhead move and the level meters update when attempting to play through it, that means the communication should be there.
    Any chance you can show us screenshots of the "Audio Hardware" and "Audio Channel Mapping" panels in the preferences dialog?  That might help get started.

  • Cannot rendering an image in a jspx page correctly in runtime

    I work in jdev 11.1.2.3.0.
    I create a jspx page like this:
    -af:panelStrtchLayout
    --f:facet - center
    ----af:panelTabbed
    ------af:showDetailItem - Router Map
    --------af:panelGroupLayout - scroll
    -----------af:image -#{resource['images:home.jpg']}
    I can see the home.jpg fill the Router Map panel (af:showDetailItem) fully in designer view, but when i run this jspx page, only a small icon is rendering in the Router Map tabpanel. and I tried set different value for such as, af:panelGroupLayout - horizental, but it doesnot work.
    What's the matter?
    Thanks.

    where is the image located?
    I select the image file when drop a image component from the project working directory, as:
    D:\JDeveloper\mywork\layoutapp\Project1\src\META-INF\resources\images
    and there are sub folders as:
    D:\JDeveloper\mywork\layoutapp\.data
    D:\JDeveloper\mywork\layoutapp\Project1
    D:\JDeveloper\mywork\layoutapp\src

  • Some problems with ESB

    Hi all. I have three issues here
    I have an ESB project that includes the following items:
    a) A routing service based on a WSDL that I created manually. First I created the WSDL with four operations (getSiadInfo, getSiafiInfo, getSisapInfo, getRaioXInfo) and then I created the RS based on this WSDL.
    b)Four SOAP services (SiadESB, SiafiESB, SisapESB and RaioXBPEL). RaioXBPEL is a SOAP service pointing to a BPEL process, and the others are database adapters.
    Each operation in the RS is mapped to a SOAP Service
    1 - Now I want to add another operation to the WSDL, and have this new operation in the Routing Service. How do I synchronize the Routing Service with its WSDL?
    2 - The first time a deployed this ESB project, everthing went OK, but now, when I try to re-deploy it (without any modification), an error message appears, telling me that I have to undeploy the RaioXBPEL SOAP service first. Now I'm asking myself why is this necessary if I'm doing a "re-deploy" operation, or if this is a bug or something.
    This is the message:
    Entity Deployment Failed
    error code: 1072 : 5
    summary: A Service or ServiceGroup of name "RaioXBPEL" already exists under parent "RaioX".
    Fix: Retry after providing different name or choosing another parent. If error is not fixable, contact Oracle Support.
    3 - After the message above appeared to me, now the ESB Control does not show the services anymore. It was very well after the first deployment, but now I can't see anything from the services panel. Just for a test, I created a domain value map and this one I can see well from the domain value maps panel. I even can create a new service from the console, but nothing is showed after that in the services panel.
    I have already checked ESB_PARAMETER table in the repository, and both DT_OC4J_HOST and DT_OC4J_HTTP_PORT are correct.
    Any one can help me with these issues?
    thanks
    Denis

    It is a known limitation that you cannot edit a SOAP or Routing service so you will have to re create it from your changed wsdl file. While it is technically feasible to edit the RS esbsvc file, we do not recommend it.
    Usually, the JDev registration problem can be handled by first deleting the service or System in the ESB Control. A restart of the server may possibly get you out of the issue you now face and as a last resort, you can reset the metedata by running the script in <HOME>\integration\esb\bin\reset.bat. Note: if you are not using Olite, you must override default values for DB_URL, DB_USER and DB_PASSWORD in build.xml to run the reset script.

  • Airport Extreme & Remote Access for database application

    Hi There,
    I have spent an entire week of my time between apple, apple consultants and networking experts trying to get a access remotely to a simple database program inside an wireless network. I have read the discussions on remote access thru the AEBS and port mapping.
    I'm hoping an user here can help me with a foolproof solution that the 'apple experts' can seem to design?
    All that is required to get this program up and running remotely is the ip address of my computer inside my wireless network. I have set that this computer to a static address but since my dsl provider uses dynamic IP's this doesn't seem to work (or it does for about 12 hours until the IP address of my AEBS is changed). Will port mapping work for me or is my only solution an up-charged static IP?
    Thanks in advance for any suggestions......the thought of spending another week on this is frightening!

    If your ISP is refreshing the dynamic host configuration of the public ip address assigned to the ISP provided router you will need to request a static ip address from your service provider.
    The addresses that are used "inside of your network" are private ip addresses. If you are using the (1) public address for your router (APE)(Apple airport extreme) from the ISP what you are trying to do will not work very well since your router (APE) will use the Public IP address to provide access to the public internet for your private network using the private ip addresses you have used to create your subnet and told your router (APE) about. Three private IP address schemes can be used for a private internet. One for each class. Class A 10.x.x.x/8, Class B 172.16.0.0/12 and Class C 192.168.0.0/24. Translated using dynamic NAT (network address translation with overload) making your LAN hosts using private IP addresses to seem as if they are using a public ip address allowing access to the public internet where only public ip addresses can be used.
    PAT (port address translation) is what you are trying to accomplish. For PAT you must have a valid public ip address from your ISP and a private address from your network assigned to interesting host. Use the private ip assigned to the interesting host in the port mapping panel of airport admin that you wish to allow access to via the global internet as well as the tcp or udp port number for the traffic to be directed. For example port 5003 for FileMakerPro or port 20 and 21 for ftp. You should also implement security policies to protect your network and hosts.
    Since you said that it works for 12 hours you must have the basics set up correctly. All you need now is to get a static ip address assigned to you from your ISP or use a service such as http://www.dyndns.com/
    Hope I didn't ramble on too much

  • Status Bar using JFrame

    Hi All,
    I have a window which displays a map. This is done using JFrame. Now, I need to display the status bar at the bottom of the window using JFrame. How do i do it?
    Please let me know asap.
    Regards
    Abhi

    Read the Swing tutorial on "Using Layout Managers".
    http://java.sun.com/docs/books/tutorial/uiswing/TOC.html
    You add your "map" panel to the center and your "status" panel to the south.
    In the future, Swing related questions should be posted in the Swing forum.

  • Can't load large tracklogs

    I'm running up against a limit on the size of the tracklog that can be loaded in the Map panel. I tried loading an approximately 12MB .gpx tracklog which represents about 12 hours of coordinates taken every 1 second and got an error message saying that the track was too large. This is not an unusually long/large log. Hope larger track logs can be loaded in the final version of LR4.

    I assign GPS coordinates to photos based on tracklogs quite a lot, currently with Jeffrey's Geoencoding Plug-In. Reason: Sometimes I need/want to find out where a certain photo has been taken.
    But the photo tagging is not the only reason to record a tracklog, so time granularity requirements might be different for other purposes.
    I agree that a one-second interval in a tracklog is very low, but hey, with GPSs having 8GB microSD cards, who cares. And better too granular than too coarse. I generally use 10 second intervals, which gave me a 13MB gpx file on my last 24-day trip in Africa.
    Also, as long as there is no setting for "fuzzyness" applied to time stamps when tagging photos based on a tracklog (which Jeffrey's plug-in provides), you actually don't know how coarse the tracklog can be to achieve good results.
    Just as a sidenote not belonging to this thread: Another feature that's missing in the tracklog feature is to set the timezone at which the tracklog should be analyzed before matching the image timestamps, and a finer offset specification between tracklog and image time stamps.
    Beat
    Message was edited by: b_gossweiler

  • Cant rename a place I've got.

    Still learning iPhoto 11. I've manually tagged some photos for my home address, but they've been named a different name to what I want.
    How do I change it? I've tried highlighting photos, open info bar, click on the name of the photos on the little map, it allows me to overtype it, but when I press return it reverts to original name.
    Also can you rename it to what you want? eg instead of a road name/place, can you call it something like "home" or "your local park" etc?
    cheers

    I've had the same problem and it drives me crazy.  Worse is that sometimes I can rename a place (which then adds it to "My Places") and sometimes it keeps on reverting back to the name chosen by iPhoto (and then it still doesn't exist in "My Places").  Fortunately, I have found a way to circumvent the problem even though it is tedious.  Here are my steps...
    1) Select the picture you want to change (yellow border showing) with the Info panel visible
    2) Go to the iPhoto->Preferences...->Advanced menu panel
    3) Change Look up Places: from "Automatically" to "Never"
    4) The map in the Info panel will now still show the location, but the name will be (Places lookup disabled)
    5) Click on the red pin and a new dialog box with the automatic name will pop up
    6) Type in the new name you desire for the location and click the check mark
    7) Go back to the iPhoto->Preferences...->Advanced menu panel
    8) Change Look up Places: back from "Never" to "Automatically"
    9) The map panel should now show the new name and the location will show up in your "My Places"
    I hope this helps.

  • Using JLabel[] to create an array of image labels

    Hello, I am quite new to Java so I am not sure if the following is even the best way to do what i am trying to do ... but please advise:
    I am making a JLayeredPane mapArea with grid lines where the user will be able to change the scale of the map and the grid lines can move along. The way I approached it is to create JLabel arrays that contains every single gird line i am going to use, add them to the map panel at the bottom-most layer and position them according to the scale. Below is the code that I wrote:
    int i = 0;     //local index variable for the for loops below
    JLabel[] vlineArray = new JLabel[50];
    JLabel[] hlineArray = new JLabel[50];
    ImageIcon[] vlineImageArray = new ImageIcon[50];
    ImageIcon[] hlineImageArray = new ImageIcon[50];
    for( i=0; i<50; i++ ){
         vlineImageArray[ i ] = new ImageIcon(GUI.class.getResource("vline.gif")); 
         hlineImageArray[ i ] = new ImageIcon(GUI.class.getResource("hline.gif")); 
    // vertical line array
         for( i=0; i<50; i++){
         vlineArray [ i ] = new JLabel(vlineImageArray[ i ]);
    mapArea.add(vlineArray[ i ],1);
    // horizontal line array
    for( i=0; i<50; i++){
         hlineArray [ i ]= new JLabel(hlineImageArray[ i ]);
         mapArea.add(hlineArray [ i ],1);
    }}I tried to position these Jlabels in the array using setBounds:
    i.e. vlineArray.setBounds(......)
    But nothing showed... But if I simple create a vline by itself and add it to the map pane and setBounds. The vline shows up fine:
    // this works
    JLabel vlineImage = new JLabel(vline);
    mapArea.add(vlineImage);
    vlineImage.setBounds(.....);I also tried to post at the java programming forum
    http://forum.java.sun.com/thread.jspa?threadID=646495&tstart=15
    But nothing worked.
    Please help! Thanks a bunch!

    if I were going to draw grid lines over a map area, I would put a component the size of the layered pane in the layered pane which is transparent and can be given a scale and can override the paint method to paint the lines directly instead of trying to handle lots of labels like you're doing.

  • Probleme d'affichage table de dimension

    j'ai un sujet de BI  entrain de le faire en utilisant l'outil oracle AWM( analytic workspace manager awm121010B_Standalone)
    j'ai créé les dimensions et lorsqque j'ai fait les mapping pour celles-ci les tables de dimensions n'affichent pas !! comment je peux faire s'il y a t-il une solution  pour ce probléme?

    By set dimensions, do you mean that you mapped the dimensions to the source tables and maintained each dimension?
    If so,
    1) Check the dimension mapping panel for each dimension to make sure that mappings are mapped to the correct source tables.  On the mapping panel, select the Show SQL button to display the queries that will be run to retrieve the data.
    2) When maintaining the dimensions, check the Maintenance dialog to see if any errors are displayed.  You can also query the cube_build_log directly to see if there were any errors during maintenance.
    3) Open the view folder under each dimension on the AWM navigator tree to see what dimension views were generated and then click on the Data tab to view any data that was loaded into the dimension.
    --ken

Maybe you are looking for

  • Can i not agree to delete an appt in ical in a shared calendar?

    I share a calendar with my family. By mistake someone has deleted two appointments and I get a notification asking me to ok it. Can I not ok it? How do I find the time/day of the appts? The first notification shows time/day - but the second doesn't?

  • Problem using jstl and displaytags

    Hi all, I am using display tags taglib for generation of table. One of the columns has to be shown with the hyperlink attached to it. In order to acheive this i am using jstl taglib together with displaytags <display:table name="reportList" id="row"

  • Can't download Adobe Fash Player

    I seem to have lost the Adobe Flash Player that was in my computer.  I am now having difficulty trying to redownload it.  What am I doing wrong? I need help

  • Calling 8i functions

    I noticed that there were two commands 'Connect by' and 'Start with' that one can use functions. These were listed along with SELECT, WHERE, HAVING clauses, etc. Can any one offer a few short lines what these two commands are/how they are used? Are t

  • HttpSession question....

    Hi all, How can I get the current HttpSession and pass it as a parameter to a method, from within a jsp? Something like : Class.method(HttpSession);same about HttpServletRequest? Can someone point me to a tutorial or something? many thanks in advance