Maps - how to drop multiple pins/have multiple pins show?

For some reason, I am having a huge amount of difficulty with this. Even when it seems I "save" them as a bookmark, they disappear when I go to put the next address in. What we're trying to use this for is garage sale-ing, i.e. entering the address ahead of time and then going from there. We actually found an app specifically for this, and when you pull it up it does show multiple (red) pins on the map. Problem is, they're incorrect, thus the searching continues. Any ideas? Thanks so much!

This is beyond anything I have ever tried. But I think I know what you have in mind, and you should be able to do it using JavaScript. I did it with still images on this page:
http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2005/ohfair2.html
You would need to give the movie container a name so that you can access it from JavaScript, and you have the added problem of needing to control the QuickTime object from JavaScript. Have a look at the QuickTime JavaScript API; it might be helpful:
http://developer.apple.com/documentation/quicktime/Conceptual/QTScripting_JavaSc ript/index.html
In spite of the code on that gallery page I linked above, I really don't speak JavaScript, and I barely understand how my own code works. But I think JavaScript will allow you to do what you want to do, and you can probably even write a custom controller for the movie right into your web page.
--Dave Althoff, Jr.

Similar Messages

  • How to drop multiple tables in SQL Workshop

    Hi,
    I'd like to drop multiple tables in one time but
    SQL command processor returnes error message: ORA-00933.
    Could you please tell me how to drop multiple tables in
    one time?
    My trial was follows
    Drop table "table1", "table2"
    Result
    ORA-00933: SQL command not properly ended
    Regards,
    Hideki Sakamoto

    Hideki,
    SQL syntax permits you to specify only one table in a DROP TABLE command.
    The SQL Command Processor permits you to run one statement or PL/SQL block per submission.
    So there are at least two ways you can do this. You could either upload or create a SQL script in SQL Workshop which contains your multiple statements:
    drop table "table1"
    drop table "table2"
    or you could execute a single anonymous PL/SQL block in the SQL Command Processor, as in:
    begin
    execute immediate 'drop table "table1"';
    execute immediate 'drop table "table2"';
    end;
    Joel

  • How to drop multiple tables in one statement

    I could used to run the below syntax to drop multiple tables in MS SQL, but it doesn't work in Oracle seems like, I am using free Oracle SQL Developer. Not a big deal but wanna know if this can be done. Thanks,
    DROP TABLE A, B, C, D, F

    I'm not so sure in 1 select statement is it possible or not but you can try to use in this manner to see what happens ->
    drop table &tab;
    Enter value for tab: A
    Table A Successfully dropped.
    Enter value for tab: B
    Table B Successfully dropped.Regards.
    Satyaki De.

  • MAP - how do I save pins?

    I'd like to lay out a day's work, with locations all over the place, and place pins in the map, and have them stay there as long as I need them. But the red pins get wiped too easily. Do the purple drop pins stay on the map until I hit clear?
    I am still hardcopying mapquest maps and creating a binder - because I don't yet trust that the materials will 'stay' on my map for two days.
    Do you have any advice for best practices to layout and keep a couple days worth of info (phone, locations, routes) for deliveries and errands on the map app for Iphone 3G?
    Thanks
    John Cole

    You can bookmark locations that you want to find again later.
    To bookmark a location: Find a location, tap the pin that points to it, tap the blue arrow symbol at the right next to the name or description, then tap “Add to Bookmarks” at the bottom of the Info screen.
    To see a bookmarked location or recently viewed location: Tap the bookmark symbol in the search field, then tap Bookmarks or Recents. Both bookmarks and recents remain until you clear them. Routes are also listed in your recents list.

  • Dropping multiple tables

    how to drop multiple table starting with the word say:FLOW?

    Hi ,
    What about inserting drop table commands in a single file and execute it using SQL*PLUS...?????
    Alternatively , you can see this one....
    Re: drop a list of tables
    Regards,
    Simon

  • How to code in the URL to have a default show up in the search section.

    Hi All,
    I have a query in CRM-PCUI. Do anyone know how to code in the URL to have a default show up in the search section.  I do not want to set it in the settings since it needs to be changed for each search criteria each time.  Or if this can be defaulted using a view how would that be done?
    Thanking you in advance.
    Thanks and Regards,
    Chirag Mehta.

    Hi Karthik,
    Thanks for Replying.
    No that is unfortunately not what i want but to pass with the URL any parameter so that i can get the Show drop down to have a default show up in the search section.
    Thanks and Regards,
    Chirag Mehta.

  • Dropping Multiple Pins In Maps On OS X Mavericks

    Hi.
    On Apple maps app in Mavericks I can drop a total of one pin on the currently open map.  There seems to be no way to add more than one pin.
    Is there a way to drop multiple pins and connect them on Apple Maps?  I want to mark a trail.

    You can Bookmark each waypoint and the bookmark pins will persist but there is no way to draw a line between them.

  • Maps: How to generate a single node from multiple nodes

    Hi,
    I have a problem while mapping. I have a large complex input schema through which I generate a flat file output. I have used map for creating the output. Below is the
    output and expected output.
    Output:
    E,651,120,3999,2013-12-01,2013-12-25,25,556,0.00,0
    E,652,120,3901,2013-12-01,2013-12-27,27,6176.25,0.00,0
    SR,17,120,2013-12-25,2022,122013,2,6732.25,1,01389399501
    SR,17,120,2013-12-27,2022,122013,2,6732.25,1,01389399501
    Expected Output:
    E,651,120,3999,2013-12-01,2013-12-25,25,556,0.00,0
    E,652,120,3901,2013-12-01,2013-12-27,27,6176.25,0.00,0
    SR,17,120,2013-12-27,2022,122013,2,6732.25,1,01389399501
    There should always be one SR node. The node which should be present should be the one which has maximum DATE. While mapping how can I check before hand that there will be more DATE values coming and then map only latest. It’s a complex mapping so I’m looking
    for a simple solution.
    I want some conditions like while generating output SR Node, if there will be various SCR nodes in output then select the node with maximum date value in insert that in output.
    Thanks.

    Thanks for the detailed response Aswin. It's very helpful. Please help in one more condition, sometimes there could be multiple SR with same Date. In that case SR is still repeating as all are equal so above maximun logic is creating n nodes. Eg:
    Output:
    E,651,120,3999,2013-12-01,2013-12-25,25,556,0.00,0
    E,652,120,3901,2013-12-01,2013-12-27,27,6176.25,0.00,0
    SR,218,504420120,2013-10-04,0451,102013,1,393.85,AD,501
    SR,218,504420120,2013-10-04,0451,102013,1,393.85,AD,501
    Expected Op:
    E,651,120,3999,2013-12-01,2013-12-25,25,556,0.00,0
    E,652,120,3901,2013-12-01,2013-12-27,27,6176.25,0.00,0
    SR,218,504420120,2013-10-04,0451,102013,1,393.85,AD,501
    So, if there are maximum in that cas select max, which is working now and if they are same then any one of those.

  • How do I drop multiple img as links into illustrator CS5 without embedding?

    hi,
    how do I drop multiple img's as links into illustrator CS5 without embedding?
    lister

    Like Monika says, but be careful not to have Caps or Caps Lock held down.
    If you do, the images will embed.

  • Maps: how to turn a dropped pin into a favorite

    For iPhone iOS 8: The User Guide doesn't tell how to do this. Have dropped a pin at the current location but can't figure out how to turn it into a favorite. And then once you have a list of favorites, how do you access them?

    Yes I had the same problem on the iPad with the new Apple Maps.
    I have found that pins dropped by holding your finger on the map can be removed by the method described by the previous answer (from the Inofo panel) but pins that have been dropped by searches cannot be removed this way. To remove these pins clck on the search field and then in the top left corner of the 'Recents' list you will see 'Clear'. When you click on this you can clear all recent searches and all the drop pins associated with these searches should be cleard too. Trouble is it only 'clears all' you cannot 'swipe' to delete one at a time or 'Edit' the list.
    Hope this helps.

  • How to map idoc segments to multiple output structures

    Dear experts,
    On Pi I need to map segments from an Idoc to 2 different outputstructures. My scenario is as follows:
    incoming Idoc on PI -> if segment eq 'X' then map to outputstructure '1'; if segment eq 'Y' then map to outputstructure '2'
    Idoc structure is as follows:
    - 1 header segment
    - 1..n detail segments (which I need to map to outputstructure 1)
    - 1 summarisation segment (which I need to map to outputstructure 2)
    Output needs to be a .txt file.
    I would like to use the graphical message mapping on PI, how can I map the Idoc to multiple output structures?
    Thanks in advance,
    William

    Hi
    You can do 1:n multimapping
    in message mapping in messages tab ..add both the structures in target tab and do the mapping
    and in operation mapping add both the message interface on the target side
    PLease go through this blog
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

  • How to create multiple extract from one map

    Hello ,
    I have a map which extract data from source and create a output text file. Now, I need to create 10 different files from the same mapping with same format but different name. So I want to generate file1.txt, file2.txt, file3.txt etc . My map currently has one target file , i donot want to create 10 target files operator in the map itself, is there a way to achive this functionality ie I want to call the same map 10 times. Do I have to do it from outside.
    Thank you.
    Suhail

    Hi Suhail
    Why not create 10 maps? These don't take up much space, only a few Kb, and you would be able to generate a unique file per map, which would be the correct approach.
    If you don't want to have duplicate maps, would the data in the output files be the same or would it need to change based on some condition?
    If the data is the same you can do this externally by just making x copies of the original file.
    If the data needs to change you either need to have multiple maps, as mentioned at the beginning, or you would somehow need to change the source data. You cannot change the name of a mapped output file, this is because OWB maps use a hard-coded file name making it impossible to change the name of the file dynamically.
    However, let's say you are able to change the source data, perhaps using a view. If you had x copies of the view script you could generate it x times, calling the map x times. Each time you would run the map it would generate file1.txt, and you would need to rename it to file2.txt before recompiling the view and rerunning the map to get another file1.txt. This would be renamed file3.txt and you could then repeat the process as many times as you like.
    Does this help?
    Regards
    Michael

  • HT1926 I get a message stating MSVCR80.dll is missing. How to fix? I have removed and re-installed multiple times.

    I get a message stating MSVCR80.dll is missing. How to fix? I have removed and re-installed multiple times.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I have an I phone 4. When I bought it the google maps app came pre installed. I am in the process of adding thousands of customers into my stock contacts app. Sometimes I want to drop a pin in an exact location on the property. I drop it, assign it to the

    I have an I phone 4. When I bought it the google maps app came pre installed. I am in the process of adding thousands of customers into my stock contacts app. Sometimes I want to drop a pin in an exact location on the property. I drop it, assign it to the contact, leave the app, and then come back into the contacts app and click on the address. It then takes me into google maps where I constantly discover that the pin has moved. It often moves off the property of the addresss or building I dropped a pin on. I am trying to solve this. I want that pin to stay in the exact location that I dropped it. Can somebody please help?

    Sorry. There's nothing anyone can do. The current version of the facebook app will not run on 4.2.1. The iPhone 3G won't run anything higher than 4.2.1. You're stuck.
    Maybe it's time to buy yourself a new iPod Touch.

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

Maybe you are looking for

  • Unable to generate form 16:

    We are using transaction pc00_m40_f16 to generate form16. Payroll area =67 Comapny Code =1000 This displays a list of employee's records.. After I select one of them, and use output device of type (PDF1).. (output immediately). However, this does not

  • FM to call RFC dynamically

    Experts, I have a set of RFC's which has to be called dynamically. All RFCs have different set of input parameters. Is there any standard FM with which i can call RFCs with variant? similar to what we do for report using submit <progname> with select

  • Extension Manager - Can't update menus

    I am getting an error message from Extension Manager when trying to enable already installed extensions, many... Using DW8 - Ext Mgr 1.7 Message, "Can't update menus - extension will not be installed." Any ideas? I have uninstalled and then reinstall

  • Won't let me buy an album from itunes, keeps timing out.

    Keeps giving me "Could not purchase "Album". The network connection was lost There was an error in the iTunes store. Please try again later. " I've been trying for the last 4 days, how much later am I supposed to leave it?

  • Windows XP SP3 disk on Mac ox leopard

    Hello, I have recently aquired a new windows xp sp3 disk to install via bootcamp on my white macbook. However, I have noticed people are having problems installing sp3 from sp2. Does the same apply, if I have a brand new sp3 disk and install it on bo