Indicating a coordinate set on a map image?

I need to implement an algorithm (using MDIP API's) that fetches a map image from a remote server and displays it on the screen (No problems here). i then need to indicating the user's current position (according to the current cooridnates) on the map image.Does anybody has an idea how one would implement this? Thanks in advance.
You can also mail the solution/advise to [email protected]

hi there,
i hope u r putting the image on the screen using the canvas class..then it will make things easier.
u should be able to use the fillRect() method to just draw a box to indicate the current position....
by using timer..u should be able to make it blink to make it even more pleasant to look at....
hope this helps...
joseph

Similar Messages

  • How can I delete ONLY the GPS coordinates from my Hi Res images WITHOUT "Save four Web" or Lightroom

    Hello,
    I take hi res pics of rare wildlife and plants with both my Camera's and iPhone's GPS deliberately ENABLED. Use the photos and their GPS coordinates to document and plot my sightings with dates on maps. CANNOT disclose those locations to others. I do want to keep the metadata in my pics to the very end.
    Use Photohop Extended CS 6 MAC. Save files as hi res TIFF or PSD and sometimes e-mail/upload my pics to the web when I'm done.
    I CANNOT use "Save for Web" to delete my metadata — I don't want the jpeg's lossy compression. Need to preserve color profiles.
    Don't have Lightroom.
    How do use Photoshop to remove ONLY the GPS coordinates from my hi res images EXIF data??? Want to keep other EXIF data.
    Surely Adobe can provide this life-saving service?
    Thanks

    Yep, as others mentioned, just use Bridge and delete the entries there.  You can select a whole batch of files and do them all at once.

  • How to get the whole map image after zoom in?

    Hi,
    I use mapviewer API to generate map images and put them in JSP as well as in Java Applet. I called the method getGeneratedImage(). After I using the methods zoomIn() or zoomOut(), I got a new map image. But the size is fixed, so after zoom in I can only see a part of the whole map. I would like to use scrollbar to see other part of the map after zoom in.
    How can I solve this problem? I have the images as predefinied themes saved in database with MBR information.
    Thanks in advance.

    Hi,
    For the map request in MapViewer you may define the data area that you want to display, as well as the device size (width and height). The result is a java Image with width and height sizes. You can draw this image on a canvas with scroll bars, and if the size of the canvas is smaller than the image size, then you should see the scroll bars. But you have to code that. MapViewer will just return an Image with the specified size.
    The zoom in/out options just change the data area, but keeps the device size. Therefore you should use the API methods to set the data area (setBox or setCenterAndSize) and to set the device size (setDeviceSize), in order to control the size of your resulted image, and then draw it on your canvas with scroll bars.
    Regards.

  • X Y Mouse Click Coordinates in the Request Map?

    I have a mapping application that layers several images with a clickable top layer. When I wrap the top image in a command link I don't get the x and y coordinates of the mouse click in the request map. So I've had to use a regular command button with an image property. This works fine but doesn't allow me to use partial page rendering to limit the refresh of particular images in the stack. Can the x,y coordinate of the mouse click be returned with straight ADF?
    (I"ve included the code for retreiving the x and y coordinates under the jspx code)
    <af:panelGroup type="vertical">
    <af:objectImage source="#{backing_collect2.activeSource}"/>
    <af:objectImage source="#{backing_collect2.baseSource}"
    inlineStyle="position:absolute;left:0px;top:0px"
    binding="#{backing_collect2.baseImage}"/>
    <af:objectImage source="#{backing_collect2.allPointSource}"
    inlineStyle="position:absolute;left:0px;top:0px"
    binding="#{backing_collect2.allPointImage}"/>
    <af:objectImage source="#{backing_collect2.userPointSource}"
    inlineStyle="position:absolute;left:0px;top:0px"
    binding="#{backing_collect2.userPointImage}"/>
    <af:objectImage source="#{backing_collect2.activePointSource}"
    inlineStyle="position:absolute;left:0px;top:0px"
    binding="#{backing_collect2.activePointImage}"/>
    This following fails to return x and y in the request Map, imageMapType="server"
    attr on objectImage does not help
    <af:commandLink actionListener="#{backing_collect2.processClick}"
    action="#{backing_collect2.collectAction}"
    inlineStyle="position:absolute;left:0px;top:0px">
    <af:objectImage source="#{backing_collect2.activeSource}"
    inlineStyle="position:absolute;left:0px;top:0px"/>
    </af:commandLink>
    I have to use the following regular command button to get x, y click coordinates in the request map. But using this component makes its impossible to use partial page rendering to limit refreshes of the images above.
    <h:commandButton image="#{backing_collect2.activeSource}"
    binding="#{backing_collect2.activeLayer}"
    actionListener="#{backing_collect2.processClick}"
    action="#{backing_collect2.collectAction}"
    style="position:absolute;left:0px;top:0px"/>
    </af:panelGroup>
    // Code to get x and y from the request map
    visit.setLastClickPoint(visit.getClickPoint());
    FacesContext fc = FacesContext.getCurrentInstance();
    String clientId = actionEvent.getComponent().getClientId(fc);
    java.util.Map requestParams = fc.getExternalContext().getRequestParameterMap();
    String xString =(String) requestParams.get((String)clientId + ".x");
    String yString =(String) requestParams.get((String)clientId + ".y");
    int xMouse = (new Integer(xString)).intValue();
    int yMouse = (new Integer(yString)).intValue();

    Should have added that I'm using EA14

  • Map Image URL showing up ?refresh=3022972........

    Hey guys.
    Am trying to access my jsp files using mapviewer over the internet. i'm using a dial-up modem from tech to provide a public ip. and want to access it at home using a mobile simulator. it gets to the page but it won't display the map because when it calls
    mvclient.getGenerateMapImageURL();
    it returns the location of the image followed by ?refresh=3022972......
    such as http://hostname:portnumberforapplicationserver/mapviewer/images/omsmap10_30.png?refresh=3022972................
    i can access the image by typing the url without the "refresh" part.
    any suggestions as to how i can take it out of the url or why it shows up or what can be done?..
    Thanks in advance,
    Regards,
    Avinash

    actually am sorry it wasn't the refresh part that was creating the problem.
    if i type in the url for the map image in the web browser it works fine, but it i type the url in a mobile simulator such as nokia mobile simulator or even an actual mobile device it does not show up and comes up with an error. why is that? i've enabled images to be shown and set up the proxy and everything properly. the rest of the GUI works fine, just the map image won't show up!! please help...
    Avinash

  • Map image url not being displayed on mobile devices

    Hey guys
    Am having problems displaying the image of the map using mapviewer on a mobile simulator or even a mobile device itself. If i type in the url for the map image in the web browser it works fine, but it i type the url in a mobile simulator such as nokia mobile simulator or even an actual mobile device it does not show up and comes up with an error. why is that? i've enabled images to be shown and set up the proxy and everything properly. the rest of the GUI works fine, just the map image won't show up!! please help...
    Avinash

    Avinash,
    This is really a question for the wireless and voice forum: http://forums.oracle.com/forums/forum.jspa?forumID=49
    -Justin

  • Delivery Completed indicator is automatically set in MB31

    Dear SAP Gurus,
    I have an issue for which I need you help.
    In my scenario, we are manufacturing co-products. The actual produced qty of each of the co-products may vary from the ratio which is specified in the BOM. Hence, I have set the "unlimited overdelivery allowed" indicator in WS view for all my co-products.
    Further, the process order is created for the entire month. Comfirmations are carried out on a day-to-day basis.
    The system works perfectly till around 25th of the month. While doing GR in MB31for 26th of the month, I face a peculiar problem.
    For one of the co-products, the received qty exceeds the order qty. Since "unlimited overdelivery allowed" indicator has been set in the Material Master for this co-product, the system allows me to post the excess GR qty. This is fine. However, it is setting the Delivery Completed Indicator on its own. I then manually remove the indicator and post the GR document. But the system still sets the delivery completed indicator for the co-product item on its own in the Process order.
    Even if I remove the indicator in the Process order, the system doesn't propose the co-product item while doing GR from 27th onwards.
    Please help me in resolving this issue.
    Thanks!
    Nitin

    Hi Hiren
    Thanks for the reply.
    If I make the change as suggested by you, then the GR from Purchase orders would also be affected.
    Is it possible to control the setting of this indicator on a movement type level? If this is so, then I can create a new movt type and use it for production GR .
    Please revert.
    Regards,
    Ntiin

  • Delivery completed" indicator cannot be set for item 00001

    Hi all,
    I have done a inter company stock transfer order , with respect to that Order I made  Outbound delivery and posted GR with respect to outbound delivery. I have done  MIRO for  PO  for all the Item ,
    Now  I  need to  return some  material  to supplying plant for  some reason,  I tried  to  make GR (MIGO)  against the same  outbound delivery with movement type 122. the document is posted  but  when I tried to  make complete  delivery indicator  it does not allow me to do so .
    it says me
    Delivery completed" indicator cannot be set for item 00001
       Message no. 06 848
    Diagnosis
       You have set the "delivery completed" indicator for a stock transfer  item.
    system Response
       You can only set the "delivery completed" indicator in stock transfer  items if
       o   the sum of the goods issue quantities in the supplying plant equal  the sum of the goods receipt    quantities in the receiving plant.
       o   the sum of the delivery note quantities is equal to the sum of the goods receipt quantities.
    Regards,
    Dhilipan.

    I dont think you need to set "delivery completed" indicatory while returning from one plant to another.
    For example : You ordered 100 qty. and you are receving only 80 Qty. and you don't expect any receipts anymore. in this case you want to close the open purchase order with delivery completed indicator.
    But while returning to vendor or to another plant you are not referring the P.O directly and hence you dont need "delivery completed indicator'

  • Hello apple guys, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    hello apple guys, after installing OS X Mavericks, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    So is this the way Apple works now? Not solving customers problems? I'm sure so many users have had this problem. I've had, and I reinstalled Mavericks 3 times. Works fine for some days and then several Apple Apps stop working. Is that a way to force us ti update to Yosemite? (I don't want to) and then pay to update some third party programs (i.e. Pro Tools). Also, there are so many 15" MacBooks Pro with graphic problems and of course the guys at the Apple Service Centers always say: "It's the logic board, you can have it replaced, but it's so expensive I would recommend a new Mac".  I really, really miss Steve Jobs!

  • How do I set the default Hero image in a Muse slideshow widget when using Free Form Thumbnails?

    Hello,
    I am trying to find out how to set the default Hero image when using a Muse slideshow widget and in the Layout section I have the "Free Form Thumbnails"
    box checked.
    In other words, when the page loads I want to define which image displays as the first Hero image.
    If I do not select the "Free Form Thumbnails" option, the top left Thumbnail image always displays first. This is fine.
    But when I select the Free Form Thumbnails" checkbox I don't know how to define which image shows first as the Hero image.
    I have a short video at this link where I illustrate the question:
    http://amson.org/misc/default-hero-image-1.mp4
    I have added a WMV video file at the link below:
    http://amson.org/misc/default-hero-image-1.wmv
    Okay… I think I've worked out how to do it!
    [1] First have the "Free Form Thumbnails" box UNCHECKED.
    [2] Organize the Thumbnails and place the image that you want to be the first Hero image when the page loads in the top left corner of the Thumbnails group.
    [3] When you "Preview Site In Browser" the Thumbnail image in the top left corner will always display as the first Hero image.
    [4] If you want "Free Form Thumbnails" go ahead now and SELECT that checkbox.
    [5] Whichever image was in the top left of the Thumbnail group before you checked "Free Form Thumbnails" will still show up as the first Hero image when the page loads, regardless of where that thumbnail image is located within the Thumbnail images group.
    Thanks very much.
    Chris.

    Hi,
    The sequence of operation you are doing to set the home page for public users is correct. You are getting the login screen as the "custom page group" selected as "home page" has not been granted to public.
    Also, while logging-out, it is normal behaviour to get the screen where it shows the list of partner applications from where user has been logged-out. When you click on "Return" button, you will get to the "home page" set above.
    Hope it clarifies the things.
    Regards,
    Ved

  • How to Set up Print As Image Registry Default.

    This is a response to the archived post at:
    martin hrubes, "How to customize printing by registry - print as image" #, 6 Nov 2007 2:28 am
    I was trying to find out how to set the "Print As Image" advanced setting to be enabled by default. Here is what I discovered through trial and error.
    1. The setting is stored per user and per printer. (i.e. it has to be set for each printer for each user.)
    2. The registry setting is stored in the following key:
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0\General\cPrintAsImage]
    3. In this key, each printer has a separate binary value named s0, s1, s2, etc. The number increments by 1 for each printer added. If you open the value data, you will see it contains the name of the printer encoded in hex. (ex. hex coded for \\Server\Printer1)
    My recomendation is to open a pdf file in reader, go to File -> Print ->Select Desired Printer -> Click "Advanced" Options -> Enable "Print As Image" -> Click OK - Click OK again. Repeat for each printer you want to
    change.
    **NOTE** If you don't click OK both times (i.e. cancel the print dialog), the change will not be saved. You have to actually print something to the printer. If you don't want to print something, make sure the printer is offline or not accessible (unplug the network, usb, parallel, serial cable) first. Once the printer has been changed, it will keep the setting until to you change it.
    After you have set-up all of the desired printers, open RegEdit and navigate to the above key. Right click on it, and export it. Note the file name and location you are saving to. Close RegEdit. "Edit" (Right Click) the file just exported ("Opening" the file will just import it back into the registry.). Once opened, highlight and copy the registry key and all of the registry values. Paste the key and values at the end of the file. In one of the keys change "HKEY_CURRENT_USER\" to "HKEY_USERS\.DEFAULT\". Save and exit the file.
    When imported this file will enable the "Print As Image" setting for the currently logged in user plus add the setting to the default users profile so any new users to the machine will have it enabled by default also. However, it will not add it to any other user profiles that already exist on the computer. To do this, either use a login script for domain computers or add the reg file to the "All Users Startup" folder.
    It would be nice to have a setting in the deployment custimazation wizard to handle this, but for now we're stuck with enabling it the hard way.

    Yes Spyla, please see this link http://www.404techsupport.com/2008/09/09/make-adobe-reader-and-adobe-acrobat-use-print-as- image-setting-by-default-2/comment-page-1/#comment-3112.
    Allan, many thanks for your post, it certainly helped point me in the right direction.  what I found though is that you do not need to tick the print as image box at any point during the setting up of this.  All you need to do is add the registry key for whichever version of Adobe you are using for this to work.  So basically. what you are saying for each instance of Adobe is regardless of whether or not the print as image is selected, the registry key is saying always print as image for the printer as specified by the hex code. I have found that for network printers, you have to include the full path i.e. \\<servername>\<printername> e.g \\testserver\printer1 and convert all of that to hex. With later versions (9 up over), they have allowed for the string name of the printer so that it is just plain text which also makes life easier.
    What I do is apply this registry entry via Group Policy on a per room basis so that we only ever need to add one printer to the list.  you could do this globally by adding all printers sequentially using s0, s1, s2 or t0, t1, t2 etc depending on which version you are using.  The screenshot shows the registry key for 1 printer for Adobe Reader 8.
    The value data is the binary code for the actual full printer name
    This works a treat.
    Hope this helps
    Thanks

  • SRM-MDM-CAT How to map images in Groups

    Dear all,
    can anybody please explain to me how I can map images in groups to articles?
    What I did yet:
    1. Import Images from different suppliers into MDM. Each Supplier has his own image group. Am I right if I think the images in a group are unique? So two or more images can have the same name in different groups and I then have different pictures?
    2. Now I want to map my articles to these pictures with the import manager. I have the fields: supplier (=group), article_numer and image.
        So how can I map the group into import manager? I only see the image field?
    Best regards and thanks for help.
    Roman

    Hi Roman,
    are you uploading the picture files directly into the repository or you only using hyperlinks?
    By hyperlinks you can map this directly in the import manager. The image you have to import.
    If you have all the needed pictures in the rep., then you have to map this in Data Manager.
    There you have to select the items, which should have the same picture and in Image you can select the picture. Don't forget to save the changes!
    I hope this helps.
    Regards,
    Tamá

  • Using map image in address book

    I would like to use a map image of a persons address as their photo in address book. I have done this before but have forgotten how to do it again. I click on a contacts address and it takes me to the pre loaded map app on my ipod touch. I want to save that map image into the photo image for that contact. How is it done???

    Pull up the Maps app and go to their addess
    Take a screen shot and edit as necessary
    In the contacts app tap Add Photo, or tap the existing photo. You can take a photo with the camera or use an existing photo.

  • Best setting for using still images for 16:9 format

    When using still images in FCP, what is the best setting to keep the images from stretching or warping when exported to be shown on a 16:9 format?

    Put them in a 16:9 sequence (is there any other way?) If they are distorted upon import, you can change their distort settings under "Distort" in the Motion tab of the Viewer. 33.33 is a good number to start with.

  • Maverick 10.9 - Maps Application not showing map images

    Just installed Maverick and the Maps application does not show the map images (Standard, Hybrid, or Satellite) - see below.  Otherwise everything seems to be working in the sense if you create a drop pin it will show the address, etc.  Any ideas?

    Ended up doing a clean install of Mavericks for other reasons and the Maps app now working.

Maybe you are looking for

  • HP LaserJet Pro 200 color MFP M276nw software loades up to 65% then stops.

    M276nw software loades up to 65%, then gives an error message with return code 1601. Tried the solution posted for stopping at 80% withour success. Please help!!!

  • Can a method return a class ?

    hi, i have a simple question. can a method return class value ? in the below script i did'nt understand the commented line. package com.google.gwt.sample.stockwatcher.client; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.

  • Disk Images Fail To Mount

    Okay - I've got a handful of Disk Images that I've made of the kids games so they don't have to find the disk, put it in, etc. All has been working fine until the 10.4.9 & .10 updates. Now when they try to play the games, they get a "disk image appea

  • Bex Refresh from VB Auto_open macro

    We are using Release 2004s, SP 12, Patch 1, revision 578.   Here is issue: I understand and I am OK with having all items updated during refresh (versus individual queries in pre NW).   I am using this syntax in the auto_open VB code.     Run "bexana

  • Error when creating breadcrumb for tabular form

    Dear all, I when I tried to create a breadcrumb in tabular form, I got: 1 error has occurred     * This Menu Identification Page already has an associated Menu Option. You must select another page.I found other thread that discussed the same subject