How to add a bing map with pins to a Siena Project

Hi
I just want to add a bing map with the current location and a few nice pins of some nice locations around me. Comming out of a Excel file. Potentially also draw some routing lines into the bing maps.
Any ideas how I can accomplish that goal?
Thank you in advance
wbr.
Joerg 

yes you can (there is actaully one on the map, blue square)
The syntax is listed on
http://msdn.microsoft.com/en-us/library/ff701724.aspx
You will however have to build the correct string to included in the image source (which you can do in the source excel or in runtime in siena)
Concatenate is suitable to do that.
http://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pp=47.638197,-122.131378;;1&ms=350,500&key=KEYHERE
the PP indicates the pin actually and the bing map autocenters on that. You have several options listed on the webpage listed above. It's a question of the one fitting you best.
Please note that your bing key is yours so you need to hide it well enough.
Regards
StonyArc

Similar Messages

  • How do I repopulate my maps with red pins from my bookmarks?

    How can I repopulate my map with red pins from bookmarks? From Bookmarks I can drop one pin at a time which is useless. I need all of my pins back on the map.

    Suggest that you take a look at the excellent resource provided by Time Capule / Time Machine guru Pondini.
    http://web.me.com/pondini/Time_Machine/FAQ.html
    See # 14
    If you are not comfortable with this,I  would also suggest that you consider havng a qualified Apple repair shop perform this for you.

  • How to Add C3PO Toolbar Buttons with GroupWise in C#

    Hello
    i try How to Add C3PO Toolbar Buttons with GroupWise in C#. I do all like
    i read here
    http://support.novell.com/techcenter...a20000906.html
    But i can see any result
    i create file with Wizard(witout project)
    Then i add this file to my EXE project
    and add 2 button "Reg C3PO"(RegC3po();) and "Unreg C3PO"(UnRegC3po();)
    and init
    what i do wrong?
    i try find ansver but find only this
    http://newsportal.novell.com/article...sup.gwc3po#925
    what its mean?
    news:SR%Zg.16416$[email protected]:
    about this question
    http://newsportal.novell.com/article...sup.gwc3po#673
    C3POs still don't work in the address book?
    Kirill

    Kirill wrote:
    > Hello and Merry Chritmas :)
    >
    > regsvr32 onlu for DLL. My project create EXE file :(
    >
    > Kirill
    Ups......
    You'll, according to the readme generated by your C3PO Wizard, have to run
    Regasm.exe <your C3PO server>
    That will create the needed regkeys...
    Also, you might have to add the typelib wrapper and assambly to the GAC, bu typing:
    Gacutil -i <your C3PO server>
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Developer Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • I have a project on Imovie with pinned audio to the project. I want to know how to stretch the audio to a specific point of the song?

    I have a project on Imovie with pinned audio to the project. I want to know how to stretch the audio to a specific point of the song?

    See this Tutorial for how audio works in iMovie. In general, you drag the left or right edge of your audio clip.
    You can also use the Clip Trimmer. Click the Gear icon in the music track and select the Clip Trimmer.
    http://www.apple.com/findouthow/movies/imovie08.html#audioclips

  • Add a Bing Map in O365

    Hello
    I have created a Directions page in my O365 Website but when I click on the Maps command to add a Bing Map, I cannot create the map.  I enter my details and click on Search and nothing happens.  At All.  Can you help?
    Regards
    Doug Fisher
    Doug Fisher

    Can you provide a lot more details? There are a lot of different ways to do what you are doing.
    http://rbrundritt.wordpress.com

  • How to lock a specific map with a password in FINDER?

    I don't use a password on my mac because you have to fill it out the whole time for ridiculous reasons. But I have one map, with all my financial numbers and invoices, that I want to secure with a password.
    How to do that?
    I already tried some things but can't figure it out.
    Thanks in advance!

    not sure what you mean by a map here. if you use a blank admin password (a mistake IMO), pretty much your only option is to create an encrypted disk image using disk utility and put whatever you want protected inside. when the image is unmounted, the only way to mount it is by entering the password you set at the image creation time.

  • [SOLVED] How to add modules to build with the kernel?

    Hello i´m trying to learn how to build my own custom kernel and doing it the arch way https://wiki.archlinux.org/index.php/Ke … raditional. But unfortunately dm-crypt was not included in the kernel so it all failed.
    svart_alg% sudo mkinitcpio -k 3.15.6 -c /etc/mkinitcpio.conf -g /boot/initramfs-test.img
    ==> Starting build: 3.15.6
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [lvm2]
    ==> ERROR: module not found: ‘dm-snapshot’
    -> Running build hook: [encrypt]
    ==> ERROR: module not found: ‘dm-crypt’
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating gzip initcpio image: /boot/initramfs-test.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    I have never don any of this before and have no idea of how to add a missing module to the kernel i´m building. So i search on internet and had a very hard time finding a good guide for this but i fond one possible solution. https://www.kernel.org/doc/Documentatio … odules.txt
    svart_alg% make -C /home/nigro_alko/Kernel/linux-3.15.6 M=/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in
    make: Entering directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    mkdir: cannot create directory ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’: Not a directory
    scripts/Makefile.build:44: /home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile: Not a directory
    make[1]: *** No rule to make target ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile’. Stop.
    Makefile:1310: recipe for target ‘_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’ failed
    make: *** [_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in] Error 2
    make: Leaving directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    So is there any one that have time to help a lost little newbie i would bee very happy  :-)
    Last edited by Moosey_Linux (2014-07-29 15:00:40)

    karol wrote:Why do you want a custom kernel in the first place?
    Moosey_Linux wrote:i´m trying to learn how to build my own custom kernel
    Reason enough IMO. But anyway... you refer to the Traditional build method in the wiki, but is it possible you didn't really read it? Or maybe you only skimmed it? Did you run make menuconfig? Did you try to build everything in instead of using modules? That mkinitcpio output suggests that you did.
    As suggested there for first-timers, it's a good idea to start with a kernel configuration that is known to work - the Arch config is the obvious choice, but there are other sources e.g. http://kernel-seeds.org/ .

  • How to add '%' to a query with bind variables

    Hi,
    I am using oracle jdeveloper 11g.
    I am trying to create a table to display rows using the below query in a jspx page,
    select * from ade_txns where series='WORKPLACE_PT.11.1.1.8.0_GENERIC' and transaction like 'rkumara%'
    I am using a view with query and binding variables as below,
    select * from ade_txns where series= :p_series and transaction like :p_QAEngineer
    I will be passing p_QAEngineer using binding variable using 'ExecuteWithParams' using a dropdown(eg: 'rkumara'). But I need to add a '%' to this value as I am using a 'LIKE' clause in my query.
    I tried using,
    select * from ade_txns where series= :p_series and transaction like :p_QAEngineer+'%'
    But this is not working for me.
    Can someone please tell me how i can solve this.
    Thanks,
    Ranjeet

    does this help also?
    How to add regular expression in viewobject bind variables
    ~Abhijit

  • How to add a new mapping file

    I am using SSIS (SQL Server 2008) to replicate from an ODBC source (using .NET Framework Data Provider for ODBC) to SQL Server.
    I am using the Import/Export Wizard and encountering the problem described in KB 152728:
    SSIS 2008 Import Export Wizard can show numbers instead of data type
    http://support.microsoft.com/kb/2152728
    I am trying to add a new mapping file in C:\Program Files\Microsoft SQL Server\100\DTS\MappingFiles, but it appears that the new mapping file is not being noticed by the wizard - the dialog box of the wizard (COnvert Types without Conversion Checking) still
    displays
    Source Information:
    Cannot locate the mapping file to map the provider types to SSIS types
    I tried creating a new mapping file by copying an existing one (DB2ToMSSql10.XML), renaming it ODBCToMSSql10.XML (as near as I can tell, the filename doesn't matter), and changing the SourceType line:
    SourceType="System.Data.Odbc.OdbcConnection"
    Is there anything else I need to do?  I was expecting I might find a file that SSIS uses to figure out which mapping file to use, but I was unsuccessful, so I think it looks at the SourceType line.
    The following is the full output of the dialog - perhaps I should be modifying DTS\binn\DtwTypeConversion.xml instead?  But that seems messier than creating a new file in DTS\MappingFiles:
    [Source Information]
    Cannot locate the mapping file to map the provider types to SSIS types
    [Destination Information]
    Destination Location : (local)
    Destination Provider : SQLNCLI10
    Mapping file (to SSIS type): c:\Program Files\Microsoft SQL Server\100\DTS\MappingFiles\MSSQLToSSIS10.XML
    [Conversion Table]
    SSIS conversion file: c:\Program Files\Microsoft SQL Server\100\DTS\binn\DtwTypeConversion.xml

    Hi, did you ever get a solution to this issue? I'm having a similar challenge trying to create a new mapping file which is not being detected by the import wizard.
    Please let me know.
    Gregg

  • How to add a link (map) on meeting requests sent outside my organisation - Help!?

    Hello,
    We've got Exchange 2013 servers, I have a need to add a Google map link of our office location into messages (preferably meeting requests) that is sent to outside our organization.  I had been looking around the rules in ECP but can not find anything
    familiar in the "Do the following." section.
    Any help is appreciated.
    Insaf Muhammed

    Hi,
    Try the transport rule like this.
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support
    Thanks a lot to Mr. Albert and Lynn... the feedback is interesting.  Few questions though
    1) We do already have a disclaimer1 tagged to all outside emails (referring to Our company and its policies - the usual one)
    2- If I add a disclaimer2  to add the Googlemaps link like above - what do I have to do to sort the order like i.e  - a message sent to outside should look like a)message body, b)the Sender Signature, c) Disclaimer1 : company rules etc textxxxxxxx,
    d) Our office location (disclaimer2). 
    3- I just realize I can edit existing disclaimer 1 and add the map link at the end, now the dream: is there a way to hyperlink it under a text:
    My company HO location> the link
    Further tips would be awesome
    Insaf Muhammed
    Would this be correct o.O
    "<link href='https://www.google.com/maps/place/3113+Prince+Muhammad+Ibn+Abdulaziz+Rd,+Al+Olaya,+Riyadh+12212%C2%A07852,+Saudi+Arabia/@24.6954066,46.6816562,473m/data=!3m1!1e3!4m7!1m4!3m3!1s0x3e2f033bcbfc88f9:0x75df0c68b2d47a8!2s3113+Prince+Muhammad+Ibn+Abdulaziz+Rd,+Al+Olaya,+Riyadh+12212%C2%A07852,+Saudi+Arabia!3b1!3m1!1s0x3e2f033bcbfc88f9:0x075df0c68b2d47a8?hl=en''><font>My
    Company HO location</font></a>"
    Insaf Muhammed

  • How to add total of actual in My work- Task in project server 2010.

    Hello all, 
    I need to add total of actual in My work->Task in project server 2010.
    How can I achieve it?
    Your help is appreciated. 

    Hi Rohit,
    Unfortunately, there is no configuration which allows having the actual total work in "my tasks" page. Note that you have the total for the period for each assignment in the column next to the "work" column. In case it doesn't suit
    your need, I'd suggest to propose for example a simple report, otherwise a development could be quite complex and time consuming.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How do I get Google maps with Streetview after iPhone update to OS 6.0?

    I just updated my iphone to OS 6.0, and by doing so the Google maps app, which was working quite fine, got replaced with an Apple map app, which is significantly inferior and doesn't feature Streetview. I downloaded Google maps, but it doesn't have Streetview. How do I get the original app back (or something similar)?

    Hi Eric.  I did add Google using CalDAV.  It seemed to work and sync changes instantly.  However, I still needed to keep my "synchronize with google" account on "on my Mac".  This made no sense to me.  Why do I need both of these to make Google contacts sync properly?
    Something I did find out:  My "synchronize with google" account on "on my Mac" did eventually sync with my google account (please ignore the CalDAV comment for this point).  However, it took multiple hours for the syncing to occur.  So, the original way I tried to do it (explained in my original post) did work, but it took multiple hours for the auto syncing to occur.  This is a failure from an autosyncing perspective.
    While I did come up with a work around using a second CalDAV account in additon to my original "synchronize with google" account, I am still confused on the right way to do it.  Any guidance would be appreciated.
    Thanks

  • How to add one column value with grand total

    hi,
    this is my perform.i am just here multipling  menge and gpres value and stores into G_total variable and displing into output.
    this is my output in main window.
    ex:mat. 1           77.00(g_total value)
        mat  2             55.00(g_total value)
    now the requirement is to add the column and display the output as grand total ex: 77.00 +55.00 = 132.00
    how to do the syntax please help me......???
    FORM get_total  TABLES   in_tab STRUCTURE itcsy
                              out_tab STRUCTURE itcsy.
      DATA: lv_menge(20),
            lv_gpreis(20),
            g_total(20),
            g_total1(20).
      DATA:lc1 TYPE string,
           lc2 TYPE string,
          ls_tab      TYPE itcsy,
         l_tabix        TYPE sy-tabix.
      READ TABLE in_tab WITH KEY name = 'RESBD-MENGE'.
      IF sy-subrc EQ 0.
        lv_menge = in_tab-value.
      ENDIF.
      READ TABLE in_tab WITH KEY name = 'RESBD-GPREIS'.
      IF sy-subrc EQ 0.
        lv_gpreis = in_tab-value.
      ENDIF.
      REPLACE  ',' INTO  lv_gpreis WITH ''.
      CONDENSE lv_gpreis NO-GAPS.
      READ TABLE out_tab WITH KEY name = 'G_TOTAL'.
      IF sy-subrc EQ 0.
        g_total = lv_menge * lv_gpreis.
        out_tab-value = g_total.
        CONDENSE g_total.
        lc1 = g_total+0(2).
        lc2 = g_total+2(3).
        CONCATENATE lc1  lc2  INTO g_total SEPARATED BY ','.
        out_tab-value = g_total.
    CLEAR ls_tab.
        LOOP AT out_tab INTO ls_tab.
          l_tabix = sy-tabix.
          CASE ls_tab-name.
            WHEN 'G_TOTAL'.
              ls_tab-value = G_TOTAL.
          MODIFY out_tab FROM ls_tab INDEX l_tabix.
    ENDCASE.
        ENDLOOP.

    >
    asissahu wrote:
    > hi.
    >
    > nobody is replying my question???
    >
    > please help me
    Hi, Asissahu
    Because may be some one have problem to read your code
    Please have a look at the following link and past code this way.
    [How to post code in SCN|How to post code in SCN, and some things NOT to do...;
    @Naga Please you too
    Regards,
    Faisal

  • How to add attribute to Element with SAX

    Hi,
    I'm parsing XML document with SAX using DefaultHandler.
    How can I add attribute to start tag?

    Is this right????????????Yes, it's right. Everything everybody except you has said in this thread has been right.

  • How to add a provisioning profile with iTunes 11?

    Hi, I don't manage to add a provisioning profile and all I have found is that video, that is, after a 10 min try, not applicable with iTunes 11.1, that I use.
    http://www.youtube.com/watch?v=jxBQItCjoro
    Please help me,
    Pierrickos

    OT,  A very helpful answer above.  Thanks.
    I would like to ask you one more question, not related to this thread:
    I have been trying to sign in to my normal Apple ID but have been failing with the following error message:
    We're sorry. Your account could not be created due to system issues.
    Please contact Apple Support Communities with the information below to create your account.
    I called Apple Care and they said that they could not help me.  I asked where I could go.  They said they did not know.  I tried that same Apple Care login ID on iTunes, and the Apple Store without a problem.  I then created a new login ID and have been able to sign in to the Apple Support Communities and hence this thread. I would like to be able to go back to my original account; however, I am being blocked as you can see.
    How can I get help with my issue.
    Thank you for your assisstance.
    Regards,
    Ken

Maybe you are looking for