Google maps in narrative report

Hi,
I'm trying to plot addresses on a google map in a report. I'm getting the addresses displayed but no map. Can anyone help? I'm not a javascript developer. I'm just trying to put this together from what I found on various websites.
Thanks!
Here's my report narrative:
Prefix
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD-MMVRHotkYZ0R7rDyciHLx9BroGNcitI&sensor=false">
</script>
Narrative
showAddress('@4, @7,@11,'@1');
Postfix
</script>
<script src="http://code.jquery.com/jquery-latest.js"type="text/javascript"></script>
<script type="text/javascript">
}

Hi,
In Oracle CRM On Demand R20, displaying content in an IFRAME has been disabled due to potential security Risks. However you can enable this option on the Company Profile.
Goto Admin --> Company Administration --> Company Profile --> In Security Settings, Check the option where it says "enable IFRAME embedding"
After you enable this option, log out and in again and should be able to view the your CRM content in an IFRAME.
NOTE: Please consider the security risks before you enable this option
Hope this helps,
Royston

Similar Messages

  • Outdated/Inaccurate traffic map reports in iPhone 4S' iOS 5 Google Maps?

    Hello.
    Is iPhone 4S' iOS 5's Google Maps' traffic reports (Los Angeles/L.A. areas) slow/outdated/inaccurate?
    Thank you in advance.

    Google Maps is google's responsibility. Contact them.

  • Is your old iOS 5's Google Maps' traffic reports working?

    Hi!
    For some reason, it is not working today. Google Maps show up, but not its traffic reports for Los Angeles/L.A. There is that spinning loading on the top menu bar that goes forever. I checked my computer's web browser (Mozilla's SeaMonkey v2.12.1) with Google Maps' traffic reports, and had no problems. Is there a problem with iPhone's Google Maps' traffic reports or just me?
    Thank you in advance.

    I can't answer if it is JUST you, but traffic is working normally in NJ on iOS 5.x Google Maps.

  • Over query limit while integrating google maps

    Hi
    I am getting over query limit error when i want to display more than 11 records while integrating google maps in obiee. I can display upto 11 records in the map.If i increase the row limit its throwing the error.
    Error: Geocode was not succesfull for the following reason: Over_query_limit
    How to overcome this error,in order to fetch more than 11 records in the map?
    I have only two columns in the report
    state code || No.Of Customers
    In narrative view i have the following code
    Replace ?!? with <
    Prefix part
    ?!?script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false">
    ?!?/script>
    ?!?script type="text/javascript">
    var geocoder;
    var map;
    function initialize() {
    geocoder = new google.maps.Geocoder();
    var latlng = new google.maps.LatLng(37.4219720, -122.0841430);
    var myOptions = {
    zoom: 8,
    center: latlng,
    mapTypeId: google.maps.MapTypeId.ROADMAP
    map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
    GetMapAdress ();
    function showAddress(address,comment) {
    if (geocoder) {
    geocoder.geocode( { 'address': address}, function(results, status) {
    if (status == google.maps.GeocoderStatus.OK) {
    map.setCenter(results[0].geometry.location);
    var marker = new google.maps.Marker({
    map: map,
    position: results[0].geometry.location
    var infowindow = new google.maps.InfoWindow({
    content:comment
    google.maps.event.addListener(marker, 'click', function() {
    infowindow.open(map,marker);
    } else {
    alert("Geocode was not successful for the following reason: " + status);
    function GetMapAdress (){
    Narrative:
    showAddress('@1', ' No Of customers are @2');
    Postfix part:
    ?!?/script>
    ?!?script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript">?!?/script>
    ?!?script type="text/javascript">
    $(document).ready( function(){initialize();return false;});
    ?!?/script>
    ?!?body onunload="GUnload()">
    ?!?div id="map_canvas" style="width: 800px; height: 700px" > ?!?/div>
    ?!?/body>
    This gives the count as per the state in the google map, if we click a state it will show us the count, but its holding good only for 11 records in the map
    Appreciate your response

    I haven't yet used the tag. It looks quite interesting.
    I had a look at the
    cf_googleMap
    Documentation out of curiosity. Apparently, putting
    <cf_googlemapshow/> at the end, just before the closing body
    tag, solves a number of Javascript issues.

  • Google maps issue in obiee

    Hi
    I am trying to integrate google maps in obiee. I have generated API key using my local url(http://owner-pc:9704/) from code.google.com and using it.
    My issue is when i generate a report in the narrative section, its only displaying a blank image saying
    " retriving results..please wait" ....................but doesnt display anything
    I am following the same example provided in this article
    http://www.artofbi.com/index.php/2009/07/obiee-and-google-maps-integration/
    Appreciate your response
    Thanks

    I think there are some bugs in the Google recent updates. I am on GB on Xperia ray and yet i have Play store always running (sneakily) in the background (takes up7-9MB ram) and usually there is one Google map running (i dont know why, i hate that) and i have seen up to 3 maps running sometimes consuming 15-20MB ram!
    I think the bottomline for all companies (Sony,google) is to test out the software thoroughly and not be hasty in just sending updates (which are pointless). In this aspect i have alot of respect for Apple.

  • Google Map Issue in OBIEE - Subject area not getting associated

    Hi Gurus,
    We are trying to integrate Google map and OBIEE via mapviewer. We have done the following already - 
    1. Loaded World Sample data from Navteq.
    2. Configured mapviewer source and added Google map as a tile layer with the API KEY.
    3. Imported one layer (e.g. M_STATES_ABRV) in OBIEE and linked it with BI subject area (tried this step with importing other layers as well)
    4. Added background map.
    Now , in this step when we add the layer in the map, we select M_STATES_ABRV and change zoom levels. But Once we come back to main screen after Clicking OK, we see the background map is not associated with the subject area. Hence any map view report creation with this subject area fails.
    We have the tried the same theme with Oracle Maps (internal type like WORLD  MAP or DEMO MAP), it works fine. only Google Map gives this issue.
    This was not expected. Please suggest what we missed. We tried with cache clear, tile delete and recreation, service restart almost everything .
    We looked into other threads in this community, different oracle support documents - Doc ID 1485088.1,Doc ID 1346805.1 etc  and in different internet blogs -  where it's easy as child's play, but we are still out of luck.
    OBIEE version - 11.1.1.7.140527
    Environment- windows server 2008 R2
    Please suggest.
    Regards,
    Krish

    I have found the solution: You need to *select* zoom levels for the BI Layer.  When a BI Layer is added to a background map, by default no zoom layers are selected.  Once a zoom level is selected, the BI Layer will save.

  • Safari crashes 'unexpectedly' on google maps

    Help!
    Safari crashes eveytime I click google map page on my iBook (still running Panther well). I did repair permission and updated software, just quicktime, still no joy!!
    I was wondering, anyone has any bright ideas.
    cheers!!
    Just to add the error report
    Date/Time: 2008-02-28 16:48:22 +0000
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: Safari
    Version: 1.3.2 (312.6)
    PID: 371
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000

    Thanks for reply Hawaiian
    Its a bit long report
    Date/Time: 2008-02-28 18:28:02 +0000
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: Safari
    Version: 1.3.2 (312.6)
    PID: 482
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x961d1bf8 compile_regex + 0x1ec
    1 com.apple.JavaScriptCore 0x961d189c kjspcrecompile + 0x8c8
    2 com.apple.JavaScriptCore 0x961e7fa4 ZN3KJS6RegExpC4ERKNS7UStringEi + 0xa4
    3 com.apple.JavaScriptCore 0x961e7e24 ZN3KJS15RegExpObjectImp9constructEPNS_9ExecStateERKNS4ListE + 0x4c8
    4 com.apple.JavaScriptCore 0x961c3270 ZN3KJS11NewExprNode8evaluateEPNS9ExecStateE + 0x2cc
    5 com.apple.JavaScriptCore 0x961c9804 ZN3KJS14AssignExprNode8evaluateEPNS9ExecStateE + 0x28
    6 com.apple.JavaScriptCore 0x961c00d4 ZN3KJS11VarDeclNode8evaluateEPNS9ExecStateE + 0x7c
    7 com.apple.JavaScriptCore 0x961c4f28 ZN3KJS15VarDeclListNode8evaluateEPNS9ExecStateE + 0x44
    8 com.apple.JavaScriptCore 0x961c2ec0 ZN3KJS16VarStatementNode7executeEPNS9ExecStateE + 0x80
    9 com.apple.JavaScriptCore 0x961b9890 ZN3KJS18SourceElementsNode7executeEPNS9ExecStateE + 0x1f4
    10 com.apple.JavaScriptCore 0x961c44d0 ZN3KJS9BlockNode7executeEPNS9ExecStateE + 0x88
    11 com.apple.JavaScriptCore 0x961c08dc ZN3KJS19DeclaredFunctionImp7executeEPNS9ExecStateE + 0x2c
    12 com.apple.JavaScriptCore 0x961bc620 ZN3KJS11FunctionImp4callEPNS_9ExecStateERNS_6ObjectERKNS4ListE + 0x1ac
    13 com.apple.JavaScriptCore 0x961e5bd8 ZN3KJS6Object4callEPNS_9ExecStateERS0_RKNS4ListE + 0xac
    14 com.apple.JavaScriptCore 0x961b7564 ZN3KJS16FunctionCallNode8evaluateEPNS9ExecStateE + 0x3a4
    15 com.apple.JavaScriptCore 0x961ba840 ZN3KJS17ExprStatementNode7executeEPNS9ExecStateE + 0x80
    16 com.apple.JavaScriptCore 0x961b9774 ZN3KJS18SourceElementsNode7executeEPNS9ExecStateE + 0xd8
    17 com.apple.JavaScriptCore 0x961c44d0 ZN3KJS9BlockNode7executeEPNS9ExecStateE + 0x88
    18 com.apple.JavaScriptCore 0x961dd228 ZN3KJS14InterpreterImp8evaluateERKNS_7UStringERKNS_5ValueES3i + 0x4e8
    19 com.apple.JavaScriptCore 0x961ddc50 ZN3KJS11Interpreter8evaluateERKNS_7UStringEiS3_RKNS5ValueE + 0x40
    20 com.apple.WebCore 0x945c0298 ZN12KJSProxyImpl8evaluateE7QStringiRKS0RKN3DOM4NodeE + 0xb8
    21 com.apple.WebCore 0x945d26ec ZN9KHTMLPart13executeScriptE7QStringiRKN3DOM4NodeERKS0 + 0x90
    22 com.apple.WebCore 0x946f5134 ZN5khtml13HTMLTokenizer15scriptExecutionERK7QStringS1i + 0x1c0
    23 com.apple.WebCore 0x946f9898 ZN5khtml13HTMLTokenizer14notifyFinishedEPNS12CachedObjectE + 0x138
    24 com.apple.WebCore 0x946106a4 _ZN5khtml12CachedScript11checkNotifyEv + 0x5c
    25 com.apple.WebCore 0x94610614 _ZN5khtml12CachedScript4dataER7QBufferb + 0x154
    26 com.apple.WebCore 0x946fb3cc _ZN5khtml6Loader12slotFinishedEPN3KIO3JobEP6NSData + 0x1ac
    27 com.apple.WebCore 0x94737948 _ZNK9KWQSignal4callEPN3KIO3JobEP6NSData + 0x90
    28 com.apple.WebCore 0x9473d584 -[KWQResourceLoader finishJobAndHandle:] + 0x3c
    29 com.apple.WebKit 0x93cd8a00 -[WebSubresourceClient didFinishLoading] + 0x48
    30 com.apple.WebKit 0x93cab324 -[WebBaseResourceHandleDelegate connectionDidFinishLoading:] + 0x34
    31 com.apple.Foundation 0x90a6dd2c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 0x4c
    32 com.apple.Foundation 0x90a3d1dc -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 0x1f8
    33 com.apple.Foundation 0x90a27864 -[NSArray makeObjectsPerformSelector:withObject:] + 0x108
    34 com.apple.Foundation 0x90a51a04 _sendCallbacks + 0xd4
    35 com.apple.CoreFoundation 0x901c4800 __CFRunLoopDoSources0 + 0x1fc
    36 com.apple.CoreFoundation 0x901c20b8 __CFRunLoopRun + 0x1b0
    37 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    38 com.apple.HIToolbox 0x92886e10 RunCurrentEventLoopInMode + 0xac
    39 com.apple.HIToolbox 0x9288d4b4 ReceiveNextEventCommon + 0xf4
    40 com.apple.HIToolbox 0x928af638 BlockUntilNextEventMatchingListInMode + 0x60
    41 com.apple.AppKit 0x92e62248 _DPSNextEvent + 0x180
    42 com.apple.AppKit 0x92e78cc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    43 com.apple.Safari 0x0000bda0 0x1000 + 0xada0
    44 com.apple.AppKit 0x92e8d048 -[NSApplication run] + 0x21c
    45 com.apple.AppKit 0x92f49764 NSApplicationMain + 0x1d0
    46 com.apple.Safari 0x00007fc4 0x1000 + 0x6fc4
    47 com.apple.Safari 0x00054944 0x1000 + 0x53944
    Thread 1:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x93cb5e6c +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97f0c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 com.apple.Foundation 0x90a22844 _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9844c +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x961d1bf8 srr1: 0x0200f030 vrsave: 0x00000000
    cr: 0x24222248 xer: 0x20000000 lr: 0x961d1b14 ctr: 0x961d1f5c
    r0: 0xfff9a110 r1: 0xbfffd250 r2: 0x00000000 r3: 0xf9a11097
    r4: 0x00000020 r5: 0x00000000 r6: 0x00000000 r7: 0x00000000
    r8: 0x00000000 r9: 0xffffffff r10: 0x00000000 r11: 0x00000001
    r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000000 r17: 0xbffff5f0 r18: 0xbfffd340 r19: 0xbfffd75c
    r20: 0x00000000 r21: 0xbfffd760 r22: 0xbfffd800 r23: 0x00000000
    r24: 0x065eef68 r25: 0xbfffd740 r26: 0xbfffd758 r27: 0xbfffd754
    r28: 0x00000000 r29: 0x00000800 r30: 0x065eef68 r31: 0x961d1a2c
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.6) /Applications/Safari.app/Contents/MacOS/Safari
    0x4fb3000 - 0x4fb5fff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x57be000 - 0x57c0fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x806c0000 - 0x806e9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x81eb0000 - 0x81eb3fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x87e00000 - 0x87f36fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88be0000 - 0x88becfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8bde2000 - 0x8bdf2fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8c70b000 - 0x8c7abfff com.apple.QuickTimeImporters.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.10 (299.39) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.9 (558) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90584000 - 0x905d4fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x907b0000 - 0x907b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x907c7000 - 0x907d2fff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90830000 - 0x9089ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908c5000 - 0x908d5fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9090f000 - 0x90923fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.11 (500.65) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90d70000 - 0x90d80fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90d8c000 - 0x90d9ffff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90dad000 - 0x90dc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e77000 - 0x90e8ffff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90ec2000 - 0x90fa9fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91093000 - 0x910cbfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x910e0000 - 0x91134fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91140000 - 0x911a9fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9155d000 - 0x915abfff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x915e0000 - 0x91699fff com.apple.QD 3.4.74 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917b6000 - 0x917f2fff com.apple.LDAPFramework 1.3.3 (37.3.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9180b000 - 0x9181bfff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91b10000 - 0x91b2afff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x91b50000 - 0x91b5ffff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x91b80000 - 0x91b93fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92056000 - 0x92063fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92170000 - 0x92358fff com.apple.security 2.5 (29780) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9247c000 - 0x924ebfff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9273f000 - 0x92759fff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9278f000 - 0x927b5fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x927d3000 - 0x927dbfff libbsm.dylib /usr/lib/libbsm.dylib
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.6 (71.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92859fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92e06000 - 0x92e37fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92e50000 - 0x9334ffff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x939d9000 - 0x93a11fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93b2d000 - 0x93b44fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93b50000 - 0x93baffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93ca3000 - 0x93d3bfff com.apple.WebKit 312.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94580000 - 0x94872fff com.apple.WebCore 315.15 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x949f3000 - 0x94d1dfff com.apple.QuickTime 7.4.1 (14) /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95a08000 - 0x95a94fff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x95dd4000 - 0x95de8fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x95e40000 - 0x95eadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95ec2000 - 0x95ecdfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95ed3000 - 0x95ee3fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96074000 - 0x960e7fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96191000 - 0x96191fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96195000 - 0x96196fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 312.3.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x96980000 - 0x96a47fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96ae0000 - 0x96aecfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96af6000 - 0x96b05fff com.apple.DSObjCWrappers.Framework 1.0.1 (1.0) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x99000000 - 0x990b8fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99106000 - 0x99106fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99108000 - 0x9916ffff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x991af000 - 0x991ccfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x991de000 - 0x991f4fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99201000 - 0x99f01fff com.apple.QuickTimeComponents.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents

  • Issue in OBIEE 11G Google Maps

    Hi All,
    Am able to use the Google maps in OBIEE 11G and built the Barchart that should show X-Axis : Cities , Y-Axis : Measure for each State . But the problem is when i click on one state , it is showing all the cities and metric in the map instead of showing only corresponding cities of particular state.
    Please clik on https://docs.google.com/open?id=0B3A03HtPEX65YjExZDNlMDEtOTc3NC00ZGE0LThhMmMtMTRmZmRlNjAxZDU3 for image .
    Thanks in Advance .
    Edited by: Hercules on Nov 11, 2011 9:04 AM

    On the left hand corner you will see list of views in the report, on a basic analysis you will see title and table view. Select the table view and click on edit ( pencil symbol ). A new page opens up, scroll down a little and you will see the columns included and columns excluded sections. Make sure the column that you are trying to add to the report is not present in the excluded list. If it is, drag and drop it above.
    Answer points if question is answered.
    Thanks,
    -Amith.

  • Google maps turn by turn directions no longer interrupts iTunes music player in iOS7

    I often use Google Maps app when I travel while simultaneously listening to music. I have my iPhone connected to my car stereo via the Lightning port. In iOS6, when Google would give turn by turn directions the music volume would duck and the voice guided navigation would play through the car stereo. After updating to iOS7, this feature no longer works. With both iTunes and Google Maps open, the music volume is always dimmed and voice guided navigation is always off.
    I do not notice this issue with Apple's Maps app. So far it appears to work properly and I am using this as a work around. However there are several reasons I favor Google Maps as a superior solution for the moment. For example, if I ask for directions to a specific location such as a local business Google is able to provide this information 90% of the time. By comparison, the same query with Siri usually results in having to search the web for an address first and then having to go back and ask for directions to that specific street address. It is a minor inconvenience, but it is enough of a hassle that I tend to stick with the better content of Google Maps for now.
    Perhaps this bug is iOS7 related or perhaps the issue is with the Google Maps app. Either way, I am reporting because I'd love to see it fixed. I have noticed several bugs (this being one of many that I am reporting) since upgrading to iOS7 which has been very disappointing. I am a huge Apple advocate and this has not been the experience of "It just works" that I have come to expect from my Apple products. It is because I care so much about the Apple ecosystem that has made my work and play so much more enjoyable that I will take the time to report these in hopes that Apple will take notice and that subsequent updates will address these issues. 

    I never did. Partly I believe it's the interaction with my car's bluetooth connection and instructions it sends the phone when they connect. It seems like if I actively QUIT all applications that could play audio (SiriusXM, Podcasts, Music), then I can get the directions without any music. (That said, the SiriusXM app doesn't always play nice. If any of these are open, not even playing, then they start up when I select bluetooth audio on my car stereo. But I still can't tell the audio to stop without it muting either Google Maps or Apple's Maps. They both behave the same way.

  • Google Maps Widget doesn't work after upgrade to Safari 4.0

    After a lengthy bit of trouble shooting with an iWeb specialist yesterday, we reached a conclusion that somehow installing the release version of Safari 4.0 (released Monday, 6/8) causes the GoogleMaps widget to not function or display properly. Using backup harddrives of recent systems, the widget worked properly in OS X 10.5.7 running iWeb 3.0.1 with both Safari 3.2 and the BETA VERSION of Safari 4. On that same system, once I download and installed the release of Safari 4., the maps widget would not work or display properly.
    To describe what doesn't work: None of the options (search field, address bubble, or zoom controls) appear regardless of what the user selects in the HUD when creating or editing the content. I am unable to pan and/or scroll around the map within its bounding box at all. The only thing I am able to do is edit the address field in the HUD and end up with a map with that location centered in the window.
    The AppleCare specialist didn't have much response in that I think this is a brand new and VERY obscure bug.
    I am curious to know if anyone else has exprienced this condition.

    It may be obscure in iWeb but the Safari 4 update has messed up the Google maps in iPhoto big time. Be sure to report it as they are all related to the Safari 4 upgrade and probably only be solved by a Safari fix.
    http://www.apple.com/feedback/iweb.html
    OT

  • How do I delete the old Google Maps applicaiton

    I think I have a problem that many wish they had prior to google releasing an updated Maps application.  I updated to iOS6 and got the new Apple Maps app, but still retained the Google Maps app as well.  This is one of the kind of apps that can't be deleted, like SMS, Phone, etc.
    I can move it around, and generally used to just stuff it away on the last page, but now I want to make an effort to remove it.
    Looking at the file system, at the .ipa files, the built in .ipa's are not included.  Anyone know where those are stored, so perhaps I could remove that, to see if it would remove it from my phone on next sync?
    I did a backup and restore the other day, still no change.  I did a backup, completely erased my phone to factory, then did a restore, which also didn't work.  And finally, though I really didn't want to, I went ahead and erased my phone with the intention of rebuilding it from scratch, though the darn Maps app was still there, so  just backed up a step and did a restore to my last backup point to save the hassle of setting up my phone from ground zero.
    I have added two screen shots, one wiht my mouse selecting a normal app so you can see I get the "X" to delete icon on the app, and the other with the maps application selected so that you can see I DO NOT get the "X".
    I filtered the left list to just the google ones, but have tried various other combinations such as "maps" to locate it, it is not in the list, just as "phone", "sms", and "mail" are not in the list.
    Any help would be appreciated
    Message was edited by: this-is-my-alias because I forgot to add the image attachments.

    Older versions of the SMS app I don't even believe we're called "SMS" but "Messages" though I could be wrong on that. There were differences in the SMS app regarding FaceTime. The current app has a button at the top that allows you to jump that conversation into FacrTime. Older versions didn't have that button as FaceTime was not released yet.
    Yes, I can delete the new Google Maps App, it is an app I downloaded from the App Store. What I can't delete is the icon labeled Maps, which is also a google app, not a bookmark.
    For the large majority of users of iPhones of compatable hardware, when they upgraded to iOS6 the Google maps application that was part of a default iPhone installation was deleted. In it's place was installed Apples debatably botched Maps application.
    In my case, that didn't happen. I was left with both applications still intact. At first I didn't even understand why everyone was so upset with Apples Maps implementation. From my perspective, if they didn't like it they could simply use the Google Maps application they had been using all along. Then I started to see people asking where they could download the old Google Maps App and it started to make sense. Their system no longer had the app. They only had one choice, Apple 's Mapping app, while I still maintained both choices.
    I'm looking for others who have experienced this and solved it. I've seen similar cases where different apps hang around longer than they should, but never found a solution. I assume over time enough users will report this to Apple and a software update will correct it. I however, would like to correct it now.

  • How does one get the Satellite to work in Google Maps ?

    How does one get the Satellite to work in google maps ?

    I am experiencing exactly the same issue - iMac, 10.6.8.  Thanks for reporting it - I thought I was going nuts.  What happens from here?  Does Apple watch these postings?  Do we just hope that they find the bug themselves?  Is there a vehicle for reporting bugs directly to Apple?
    Thanks in advance.

  • How to use Google Maps in Business Objects Dashboard Designer 4.0

    Hi All,
    I got one requirement, in that I need to disply country wise information.
    For this I am planning to use google MAPS. Could you please help on this issue
    Thanks in Advance

    Hi Vidya,
    You could go through the following links:
    BO Reporting (Client &Mobile) and GEO Maps
    Google Maps in SAP BO Dashboards
    Google Maps Geo Analytics in SAP Mobile Dashboards
    Let me know if this helps.
    Regards,
    Noopur

  • Google Map is showing another company along with ours

    My goggle maps file seems fine until you zoom in. There is another company named Advanced Agricultural "pinned" in our spot. The company is no longer here. How do I get this corrected?

    Hi Kelly,
    It looks like you need to submit a correction to Google to get this changed. Please check this Google article that talks about how this can be done - Report a problem or fix the map - Google Maps Help
    - Abhishek Maurya

  • Google Maps on Iphone Question

    Hey everyone, got a question here. I heard that Google Maps can send traffic reports, as in when I start a route it could tell me which roads are jammed and offer alternative routes. Is this true? If so how do I do it and is it available to do on a UK Iphone?

    chazdaspaz,
    If it is always grey, then the area you are looking at doesn't have traffic data available from Google Maps.
    For example of how it looks, try searching for San Francisco, CA, and turning it on.
    Even for areas that have traffic data available it will be primarily for the major thoroughfares.
    Hope this helps,
    Nathan C.

Maybe you are looking for