Google Maps ( 3785 ) projection wrong after move to 11gR2 - help diagnose

Hi,
Recently we moved to 11gR2 and noticed that our 3785 projection no longer matches up with Google Maps.
I know 11gR2 now has built in support for Google projection, but don't know if this is causing the problem.
I got the 3785 spec from here http://oraclemaps.blogspot.com/2009/03/displaying-mapviewer-tile-layers-over.html
Any tests I can run to figure out what went wrong ?

Did you create all the required rules in the 11gR2 database ?
Basically, you need to all the steps you were doing before prior to 11gR2 database.
Or you can use the new signature for CS_TRANSFORM as in this example:
SELECT
SDO_CS.TRANSFORM(
sdo_geometry(
2001,
4326,
sdo_point_type(1, 1, null),
null,
null),
'USE_SPHERICAL',
3785)
FROM DUAL;
This will do what you need without defining any rules.
siva

Similar Messages

  • TS1424 apple store,just wanted to check on how to change my area settings in itunes from United States to United Arab Emirates(that's where i stay).it got changed when i tried to download google maps from the US store in itunes.please help me out here.Tha

    Apple store,just wanted to check on how to change my area settings in itunes from United States to United Arab Emirates(that's where i stay).it got changed when i tried to download google maps from the US store in itunes.please help me out here.Thanks

    Please please help me, if you know how.

  • Copy & Paste into Google Maps no longer works after 4.2 update

    Anyone else seem to be getting this problem? Copy and paste into Google maps was extremely useful. Now this doesn't seem to work for me after updating to 4.2.

    1. Copy something into the clipboard (doesn't matter what it is)
    2. Open Google maps
    3. Try to paste into the search bar. You don't get the paste option.
    4. Try to type something into the search bar then attempt to copy what you just typed. No options appear to copy what was just typed in.
    This used to work prior to the 4.2 update. Very useful when receiving incomplete addresses via text message or from a web page.

  • Google Maps Reloading Images even after completed

    Hi, my Maps on iPad 64GB #G + Wifi is acting strange. It keeps reloading images from maps even after it has been loaded infinitely.
    I've made a video of what's happening.
    www.youtube.com/watch?v=TLLfUZKNTi8
    anyone knows what's causing this?

    Having the EXACT SAME PROBLEM here. Appears this is a widespread problem but difficult to find any information on. Seems this may have to do with Google's latest api implementation relaease and a conflict with Safari.
    Another issue that I have had and looking through Google and Apple forums seems to be other are having this also is, in ability to zoom in or out after a map does maage to load. First the flicker problem now seems to be EVERY TIME i go into maps. It was or seemed to be an intermittent problem but no longer. When I was able to load a page I often could not ZOOM IN or OUT. I thought this had to do with my connection but have read other have the same issue and it was when connected to a perfect 3G or WiFi signal.
    My info is as such;
    1. Ipad 64gb w/3G
    2. This Ipad is not Jailbroken
    3. Running 4.2.1
    4. Problem occurs when connected via WiFi and 3G
    5. No other apps running in background (or at least not initiated by me. I have not tried turning off push notifications).
    Here are some links I have found related to what seems to be this issue.
    https://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/b61c3 036e50e61dd/2ae820adcd2cc9ea?lnk=gst&q=googlemaps+ipadapi#2ae820adcd2cc9ea
    https://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ddf9c 314bfdadafe/a386f55d6e9ac474?lnk=gst&q=googlemaps+ipadapi#a386f55d6e9ac474
    4.

  • How to get regular google maps back on iPhone after ios6 "up(down)grade"

    Hoping someone from Apple will contact me about this.
    I recently downloaded the ios 6 (I hesitate to call it an upgrade at this point) and now my maps look like absolute garbage.
    I would like Google Maps back, properly (not the web app). I've read about downgrading to ios5.1.1 on other forums, but apple does not support it, and I'm afraid of bricking my iphone, or loosing my data and settings that I've spent many months refining.
    So, I'm asking you, Apple, to please figure something out for those of us who would like to go back in time and have the original phone we purchased. The maps app is absolutely useless to me at this point. If a solution is not given in a timely manner, I promise that my next phone and my next tablet will be an android (planning on upgrading both in about 1 year when my phone contract is up). I'm sure many others are also thinking the same thing.
    I think it's absolutely insane that you would break people's devices and not offer to revert back to 10 minutes ago before we started the download. This kind of planned obsolesence will only create irritated customers who will switch to a platform that doesn't tie your hands up and take away features on a whim.
    The only way to salvage your reputation from this flub is to fix it. NOW!

    ekimztom wrote:
    Hoping someone from Apple will contact me about this.
    These are user to user forums.  You are not addressing Apple by posting here, and nobody from Apple will contat you.
    If anyting , your post will be deleted as ranting and complaining are a violation of the terms of use you agreed to when signing up to use the forums.

  • InfoWindowOptions question for Google maps mobile project

    I am trying to create mobile project to display database driven locations on map.
    I am getting data through remote call to ColdFusion, perfectly displaying markers on my map. Now, i want to be able to click on Marker and display custom info in InfoWindowOptions from my DB, for example image which has been connected to that location.
    This is the function which loop through ArrayCollection create markers and sets an event listener for them:
    for (var i:int=0; i<locationsCollection.length; i++)
                           var m:Marker = new Marker(new LatLng(locationsCollection[i].latitude, locationsCollection[i].longitude),
                              new MarkerOptions({tooltip:'test',hasShadow:true}));
                           m.addEventListener(MapMouseEvent.CLICK, function(e:Event):void {
                               var request:URLRequest = new URLRequest("http://www.imchi.info/testimages/"+locationsCollection[i].picture);
                               var imageLoader:Loader = new Loader();
                               imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, function(event:Event):void {
                                   var width:Number = 200;
                                   var height:Number = 200;
                                   var options2:InfoWindowOptions = new InfoWindowOptions({
                                       customContent: imageLoader});
                                   m.openInfoWindow(options2);    
                               imageLoader.load(request);
                          map.addOverlay(m);
    The problem is that when it comes to locationsCollection[i].picture it fails, and only if i set instead of it name of file for example:
    var request:URLRequest = new URLRequest("http://www.imchi.info/testimages/test.jpg"); it is working.
    What i am doing wrong?

    I'm not entirely sure if there is a default time frame that should be built into the application, but it does seem like a bug to me.
    Palm has logged this in its software issue tracking system. We endeavor to continuously improve our software quality and thank you for bringing this to our attention. We are grateful to the community and will evaluate options based on customer feedback and software best practices.

  • After Upgrade to IOS 6.1, find my iPhone's map cannot see the street or city, especially in China, can we change back to google map in this app?

    After Upgrade to IOS 6.1 also with "find my iPhone" app, the map when locate my iphone cannot see the street or city, especially in China, can we change back to google map in this app?
    If the map cannot show details, how can we find my iphone? And it seem Apple just have an good idea for customer only but it is not function, why need to use Apple map in "Find my Iphone" if we all know it is not a good map!
    So stupid Apple!!!!!

    https://itunes.apple.com/us/app/google-maps/id585027354?mt=8
    It won't help find your iPhone, however.

  • Google Maps in Flash

    Hi, I've been researching embedding google maps in Flash and have followed the Google Maps API developers guide (after downlaoding and installing the SDK and generating a key).  I'm currently using the foloowing code,m but it doesnt seem to work I'm not even seeing the map, and Im getting errors relating to the controls elements I've added.  Can anyone help?
    import com.google.maps.LatLng;
    import com.google.maps.Map;
    import com.google.maps.MapEvent;
    import com.google.maps.MapType;
    import com.google.maps.Controls;
    var map:Map = new Map();
    map.key = "ABQIAAAAdrPixq2HTFFowI9qjk74wxRIyoY1_2mmZno9JS0jJW-gT85BPRRotnr4suVY_4iicnk27GnnECcjXQ";
    map.setSize(new Point(stage.stageWidth, stage.stageHeight));
    map.addEventListener(MapEvent.MAP_READY, onMapReady);
    this.addChild(map);
    function onMapReady(event:Event):void {
      map.addControl(new ZoomControl());
      map.addControl(new PositionControl());
      map.addControl(new MapTypeControl());
      map.setCenter(new LatLng(53.535192,-2.00475), 14, MapType.NORMAL_MAP_TYPE);
      var m:Marker = new Marker(new LatLng(53.535192,-2.00475));
      map.addOverlay(m);

    Hi there. I downloaded the SDK myself and managed to solve your problem. It's because of your imports.
    First of all make sure the .swc file is in your library ( found in the lib folder called "map_1_18" )
    (Whilst in Flash) Press Ctrl+U to open up the preferences, then go to the Actionscript category and select "AS3 settings"
    Press the red button to browse to your .swc file.
    Also have the SDK in your directory.
    Then change your imports to this;
    import com.google.maps.LatLng;
    import com.google.maps.overlays.Marker;
    import com.google.maps.Map;
    import com.google.maps.MapEvent;
    import com.google.maps.MapType;
    import com.google.maps.controls.*;
    You forgot to add one, and also you were importing the Controls folder and not the contents. ...And your map should debug perfectly. Happy Mapping!

  • My Google Map was Changed by iWeb to The MobileMe web page!!!?????

    I had a previously published site that included a Google map for directions. After editing a different page in my site and publishing, iWeb changed my google map to Apple's corporate address and the map was replaced by the mobileme web page. I have tried to overrite the page, deleted the page and constructed a new one but I can only get the mobileme webpage. It won';t accept my requested address...Any suggestions or anyone else having this problem?

    It's done that to mine as well. That's not the only issue that has arisen since the transition to MobileMe. Based on what I'm reading here in the discussions, it looks like there aren't any solutions and most likely won't be until Apple releases either an iWeb update or does some serious work on the iWeb hosting feature of the MobileMe service. It's frustrating. I'm sure they're aware of the problem and are trying to solve it.

  • How can i keep google maps in ios v6

    Is there any way to keep google maps on my iPhone after upgrade to iOS 6?

    Use Safari to go to Google Maps. Or wait for Google to release a Google Maps app in the App Store.

  • Adding Polyline to Google Map in Mobile App

    I've got a mobile app that uses a Google map. I can successfully retrieve directions from the Google Directions service. I want to overlay the route polyline from the Directions Result onto my Google map. I can't find an example of how to do this with a mobile app - all the examples are for web pages and I'm not quite able to make the translation. Could someone please post some sample code?
    Many thanks in advance!

    https://itunes.apple.com/us/app/google-maps/id585027354?mt=8
    It won't help find your iPhone, however.

  • Link to google map in cell phonee

    In one of the MUse training videos,
    Adobe Muse: Designing for Smartphones and Tablets
    they show putting a goggle map link in a cell phone page which gives driving directions
    This is NOT using the Muse google map widget.
    They do not show how to create the link
    Does anyone know how>

    https://itunes.apple.com/us/app/google-maps/id585027354?mt=8
    It won't help find your iPhone, however.

  • Problem installing GOOGLE MAPS

    hey i am unable to install GOOGLE MAPS as i want to share my location through LATITUDE. . Again d SATELLITE VIEW is very poor in NOKIA MAPS for INDIA. .
    djaghera
    Solved!
    Go to Solution.

    OP is using N8 running Belle and unfortunately most "Google Maps" issues seem to be with users in India for some reason.
    For most other users turning your Wifi ON (even if you arent using the WiFi connection) then run Google Maps seems to work.
    Happy to have helped forum with a Support Ratio = 42.5

  • Frozen email screen after closing Google Maps app

    My iphone was working fine. I went into Google Maps just to check it out. After I went back to my Home Screen and then clicked on email, my email screen was frozen. This is the screen that has all the folders listed. I cannot open any emails under Received or Sent. Also the page does not move up and down. It is locked up. I tried shutting the phone off and on, but with no success.
    Any help will be appreciatted.

    If you are using the iPad in portrait mode, swipe from left to right in order to bring up the preview window of your emails again.

  • Google Map wrong - any way to get it corrected?

    I just got an early Christmas present, an iPhone. Of course the first day I had to try and see my house on Google Maps. I can not get Google Maps on the iPhone to find my address. I have three choices for the name of the city. Officially I am in White Bear Township, MN. My mailing address is White Bear Lake, MN and the zip code is linked typically with St. Paul, MN. On the Google Maps website it does not find my house using White Bear Township but comes up perfectly with both White Bear Lake and St. Paul. On the iPhone addresses using White Bear Township are not found at all and the other two go to a different one-block long Ridgewood Ave in neighboring Vadnais Heights. That street doesn't even have my house number so it places the pin mid-block.
    I have been looking for a way to correct it or 'move the pin' but there does not seem to be a feedback mechanism on either the iPhone or the website.

    I realized that this got marked answered when I found a reply in another topic that I posted to. http://discussions.apple.com/thread.jspa?messageID=6197729
    The answer allows correction on the web site but I may not have waited long enough for it to populate to the iPhone. I will have to see if moving the pin on the web fixes it on the iPhone search after a little more time, like a day or two.

Maybe you are looking for

  • Reset 10.5.8 then upgrade to Yosemite - buying least amount of disks

    I am helping a friend out with her Macbook and need some advice. It is having problems and I'd like to reset it to factory settings but she does not have the disks. I am aware that I could create a new user, but since it is also having problems, she'

  • How to capture hi8 super8?

    Hi, I have my Imac connect to a Dv converter what has S-video and composite. Now i would like to Be able to capture Super video, Video8 and Hi8. I don't know much about what play i have to get to work. Is there anyone who can tell me, if there is a u

  • Re: Satellite A500-1DN - Blu-Ray disc Writer needed

    Hi all! My problem is that in my latop i have a CDDVDW TSST TS-L633C writer. With this i can 't record or play blu-ray content. Is this possibility to get a blu-ray disc writer in my laptop from toshiba? If yes, how much does it cost? Thanks in advan

  • TS1424 Itunes voucher value wont add to current balance

    purchased a £15 itunes card,  put the code in, redeemed it yet hours later my balance is still 75p...

  • Multiple Transitions 'End-at-Cut' shortcut?

    I am trying to find a way to apply a cross dissolve that ends at the cut to multiple cuts. i realize that this can be achieved by either placing it there in the first place, or dragging the transition after it has been placed. however, i have many tr