Cards, in MapViewer on a defined scale display

Hi all

Is it possible to display maps, in MapViewer 10.2.1 on a defined scale? For example 01:10, 000; 1:5, 000; 1:2,500 and so on.

If the Oracle MapViewer map scale does refer to a value of the representative fraction? If this isn't the case, nobody here knows what the scale of the map of MapViewer doesn't make reference to?

I tried to calculate the map units for a full map, but my distance to the ground is in meters, I converted by display size in meters. Is this good or MapViewer imposes of must not in inches?

Conversion to metres, I had a value of 7877.8229644371376654841221770792.
If I stayed with thumbs I get 200.09670329670329670329670329672

I was just thinking that for raster maps which dpi of the image is not 72 dpi, you use the dpi of the image map raster value and not 72 dpi.

Kind regards

Tim

Hi Tim,.
You can use the scale in your application with a central point. The request of the card would be something like:



  
-90.0,32.0
...

where to scale: "250000" corresponds to a ratio scale 1: 250, 000.

In MapBuilder, when it made a card: you can set a height or a scale, and you should get the scale of the map after rendering on the status bar (if the data has a valid SRID). Here you get a better idea of your map scales.

João

Tags: Fusion Middleware

Similar Questions

  • How to find what video card I have if dxdiag is not displayed there

    When I try to update my drivers it won't find a couple of pilots out of the Device Manager.  Then when I use dxdiag it dosent show what I have in my pc... what should I do?

    Hello

     
    You can view the name of the video card as follows:
    a. click Start and type to display the name of the video card in the start search box.
    b. click on the same open and check.
    Check out the following link and check if it helps:
    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly
     
    I hope this helps!
  • HP Pavilion HPE h9-1100: Installation of the graphics card... Screen is not displayed. NEED SERIOUS HELP!

    Hi, so I recently got a new "XFX Radeon R9 285" graphic card PCI - E 3.0 and installed in my PC, I went to start it and the screen does not light. The PC boots, the fans run and everything just no display. It works with two other Radeon PCI-E graphics cards, but it does not start. 285 graphics card works in another computer, but will not work on this one. I tried to uninstall the old graphics card drivers and no luck.

    Motherboard: Gigabyte M3970AM-HP (Angelica)

    Model: 2AC8

    Supplier of chipset: AMD

    Chipset model: RD9x0

    CPU: AMD FX-8150

    PSU: 600w

    RAM: 10 GB

    ORIGINAL OF THE GRAPHICS CARD: RADEON HD 7600 SERIES

    OTHER MUCH OLDER BUT WORKS

    Thank you for the additional information.

    Since you had the card running in another computer, you must have connected the two power connectors 6 pins.

    If it were me, I would XFX Service contact customer (800-880-3225) to see what they have to say about your problem.  It may be a BIOS problem.  They need the specifications of your computer.

    Please click on the Thumbs up button '+' if I helped you and click on "Accept as Solution" If your problem is resolved.

  • conditionally define "BOLD" display property only one element on the page

    How can you conditionally set a display only point in bold.

    I can set the attribute of the HTML form element: style = "' make-weight: bold" "

    But I want to put it under certain conditions. Has been able to set the color under the condition with below the syntax before the process of page footer:

    HTP. PRN ("< script > $x("P102502_CTS025MT07").style.color = $x("P102502_HIDDEN_COLOR").value; (< /script > ');

    But can't figure out how to set the "BOLD".

    I tried htp.prn ("< script > $x("P102502_CTS025MT07").style.font - weight =" BOLD ";) (< /script > ');

    Cannot find the correct syntax for this.

    Hi pam499057,

    pam499057 wrote:

    How can you conditionally set a display only point in bold.

    I can set the attribute of the HTML form element: style = "' make-weight: bold" "

    But I want to put it under certain conditions. Has been able to set the color under the condition with below the syntax before the process of page footer:

    HTP. PRN(' ') ;

    But can't figure out how to set the "BOLD".

    I tried htp.prn(' ');

    Cannot find the correct syntax for this.

    What condition are you talking about? It's an event to an element for example "onchange" or "onload event page"?

    You can create a dynamic action on your event and the State that executes javascript defining the appropriate CSS code. For example your javascript code for the dynamic action can be (use ONE of the following):

    • If you want to that APEX javascript API old syntax:
    $x("P102502_CTS025MT07").style.color= $x("P102502_HIDDEN_COLOR").value;
    $x("P102502_CTS025MT07").style.fontWeight= bold;
    

    In javascript syntax code font is defined as follows: HTML DOM Style fontWeight property

    You will get the APEX API javascript here: http://docs.oracle.com/cd/E37097_01/doc.42/e35127/javascript_api.htm#AEAPI266

    • If you want to APEX new javascript API (which is based on jQuery) syntax:
    var clr = apex.item("P102502_HIDDEN_COLOR").getValue();
    apex.item("P102502_CTS025MT07").setStyle("color", clr);
    apex.item("P102502_CTS025MT07").setStyle("font-weight","bold");
    

    The new javascript API for APEX is documented here: http://docs.oracle.com/cd/E37097_01/doc.42/e35127/javascript_api.htm#AEAPI29446

    • If you want syntax pure jQuery:
    var clr = $("#P102502_HIDDEN_COLOR").val();
    $("#P102502_CTS025MT07").css("color",clr);
    $("#P102502_CTS025MT07").css("font-weight","bold");
    

    NOTE: In the answer above by Sunil he mixed the jQuery and javascript of APEX syntax, therefore, it will not work.

    • If you want that more compact jQuery syntax:
    var clr = $("#P102502_HIDDEN_COLOR").val();
    $("#P102502_CTS025MT07").css({ "color": clr, "font-weight": "bold" });
    

    Also the solution given by Jitendra will be static, that it will not apply CSS under certain conditions.

    Finally, it is not advisable to use HTP. PRN to emit javascript, because it is intended more to dynamic HTML issue. The dynamic action is an option more appropriate in this context.

    I hope this helps!

    Kind regards

    Kiran

  • zoom to scale display object button

    I'm looking at the scale of a current instance on the stage named siteMap_mc.
    The lower class is attached to a 'zoom' through the Library palette icon



    package {}
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.display.Sprite;

    SerializableAttribute public class extends MovieClip {} ZoomIn

    public void ZoomIn() {}
    this.buttonMode = true;
    this.addEventListener (MouseEvent.CLICK, onClick);
    }
    private void onClick(event:MouseEvent):void {}
    siteMap_mc.scaleX * = 1.5;
    siteMap_mc.scaleY * = 1.5;
    }
    }
    }



    Error: 1120: access of undefined property siteMap_mc.

    I get the above error. My guess is that I do not have a correct statement 'import' above.

    Another question is how do you now what "import" statements are needed?


    My current resources to learn the Actionscript are
    Essential Actionscript 3.0
    ActionScript 3.0 Cookbook. "
    Lynda.com

    Please offer any guidance for several reference documents for learning Actionscript.

    Thanks in advance,

    Robert Good.

    If both are on the display list and siteMap_mc is in your main timeline, you should be able to use:

  • IOS 10.0.2 lost cards. Home of rest still no display cards

    IOS 10.0.2 lost cards. I have the screen of the nursing home, but still no card returned to the home screen.  Any ideas?

    Hello wynchyng,

    Please ask questions on the cards here in Apple Support communities. I understand the importance cards is. I'm happy to help you to offer things to check to get it back.

    The first thing we want to make sure is that all your data is safe. You can perform a backup in iCloud or iTunes using this article: backing up your iPhone, iPad, and iPod touch.

    In iOS 10, you are able to remove the built-in Apps. If the cards of the app has been removed, the good news is we can re-download and reinstall using the App Store. This Help article explains the process: remove the apps Apple integrated from the home screen on your device iOS with iOS 10. Please see the section titled "Add an integrated application previously deleted" to add it again.

    Thanks again and have a great rest of your day!

  • How to set 'User defined' palette display IMAQ?

    When I select the "User defined" palette on the screen, it shows just the regular grayscale palette.  I want to replace that with the palette 'Rainbow' but slightly amended in the range.  How can I do this?

    Thank you!

    MK

    Wire a new array of RGBs 256 elements to the User Palette of your image window property.  You can use IMAQ GetPalette to retrieve the rainbow palette and change that.

  • Bug/problem with Adobe CC etc on 4K scale displays

    screenshot 1.jpg

    Hi, I have a problem with Photoshop in particular, but it also happens with other programs.

    My screen is Ultra HD 4 K, and for this reason, the menus etc appear incredibly small next to the screen (see picture). This is the case with other programs as well (but not the very recent, such as Microsoft Office 2013).

    It's the last trial version of Photoshop CC, but it also happens with my previous versions of CS3 that I installed it and my Sony Vegas software too.

    I tried to lower the resolution on the computer up to 1920 x 1080 instead of the default Ultra HD (3840 x 2160) but when I do this the whole of the office becomes large and pixelated, but still a problem in Photoshop programs.

    Any help would be really appreciated. I bought this laptop specifically for graphic design and illustration, but this problem that makes it impossible. Thank you.

    Have you tried Edit > Preferences > experimental features > scale IU 200%...?

  • something on the menu card google cannot popup, enter and not displayed?

    on google, menu sheet cannot enter and use.

    Can you give more details on your problem and possibly attach a screenshot?

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.
  • Why do my icons for Sager and others disappear when their defined to display always

    I have essentials security package from you and get the free updates too! I go to the taskbar options settings and icons of the way the menu said together their rare show and others do not show, even when their supposed too! my computer is a [dell 4700 dimension] I did think in 2005 but updated this month at the 2008 x 86 Windows aspects, you can check my email address to see, or you can set the parameters yourself? Please help me understand this problem and tell me a few im on disability, so if I have to pay for help, you will have to wait until I get my next paycheck! Thank you

    Hello

    Answers is a technical support site of journal peer for Windows and other Microsoft products. We are
    for most voluntary and all the help we offer is free.

    Please ask in the Forums of Windows answers corresponding to your version of Windows or where applicable as appropriate
    other answers product Forums, such as Office, IE, Microsoft Security Essentials and others. Also provide a
    all the information we need for us help to help you.

    Answers - Forums
    http://answers.Microsoft.com/en-us

    Answers - Windows Forums
    http://answers.Microsoft.com/en-us/Windows

    How to ask a question
    http://support.Microsoft.com/kb/555375

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Lightroom CC2015.2.1 card do not put pictures correctly on Windows 10 with Windows display together to scale to more than 100%

    With the new version of Lightroom, I'm having a problem with the card module.

    If I drag a photo to the card, the yellow mark will appear on an entirely different position, as 10 cm to the right.

    It happened not in previous versions of Lightroom.

    At the same time the map looks like a bitmap is scaled. Text on the bottom is large enough.

    When I put Windows display scaled 100% proud will look and image map will be placed in the right position, but not an option that I am using a display 4K 15 ".

    By default Windows Seting is 250% implemented display scaling.

    Lightroom, Windows, graphics driver,... are more up-to-date versions.

    Is there a way to tell the card module behaves like at 100% scale? I already set the size of the font to a fixed font size but which does not affect the map.

    System: Windows 10, Lightroom CC2015.2.1, display 4K

    Hi frank,.

    found something: http://feedback.photoshop.com/photoshop_family/topics/lightroom-map-module-doesn ' t-handle-h dpi correctly

    Seems to be engineers already know about it.

    Concerning

    Jitendra

  • Not able to MacBook Pro Retina Display nvidia graphics card

    Hello

    Why I'm not able to see nvidia as a graphics card for MacBook Pro with the Retina display.

    MacBook details below. Your help in this regard is highly appreciated.

    Thank you

    gis_abc

    Model: MacBookPro11, 3, MBP112.0138.B15 of BootROM, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, MSC 2.19f12

    Graphics card: Intel integrated Iris Pro, Intel Iris Pro,

    Graphics card: NVIDIA GeForce GT 750 M, NVIDIA GeForce GT 750 M, PCIe, 2048 MB

    Memory module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020

    Memory module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0 x 134), Broadcom BCM43xx 1.0 (7.15.166.24.3)

    Bluetooth: Version 4.3.6f3 16238, 3 services, 18 aircraft, 1 incoming serial ports

    Serial ATA Device: APPLE SM0512F, GB 500,28 SSD

    USB device: Memory card reader internal

    USB device: USB OPTICAL MOUSE

    USB device: HUAWEI Mobile

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: Apple keyboard / Trackpad

    Bus crush: MacBook Pro, Apple Inc., 17.1

    I do not understand your question.  Is the information that you have posted on your Mac

    Graphics card: NVIDIA GeForce GT 750 M, NVIDIA GeForce GT 750 M, PCIe, 2048 MB

    Have you looked at "System Profiler" or "System information" applications-> utilities?  Under "Graphics/displays" in the left column.

    You can try to play with gfxCardStatus

    <https://gfx.io/>

  • Qosmio G30 - there a way to display the temperature of the graphics card?

    Hello

    I've got Qosmio G30-10B. Anyone know if it is possible to obtain information on the graphics processor (GPU) temperature, unit? It has nVidia Go 7600 graphics card. Unfortunately, the nTune doesn't display the temperature. Any other application that could do the trick?

    Thank you.

    Hello

    Temperature, GPU monitoring tool? hmm I know on some graphics cards nVidia, you can find this information in the properties of the graphics card. But I m not sure if it of possible to see in the properties of the graphics card for laptops.

    On my desktop PC, I have installed applications RivaTuner. This tool is amazing, and you can control the various GPU parameters. But note!
    This tool is can change many settings of GPU and if anyone has any experience can damage the graphics card. So don t change anything if you don't know what you're doing!

    Concerning

  • How can I transfer levels pre-defined between (use the gray card) photos in Photoshop elements 14?

    Hello!

    I bought a grey card to be able to define the precise (low temperature) white balance in my Photoshop elements 14 treatment (MS Win 10).

    The first part of the task - the definition of the white balance by a TEST of the gray card shot is very good. However, I can't understand how transfer and apply levels of white balance so determined for the shots on TARGET only container not card gray.

    I guess I need to save/load levels preset in Photoshop elements 14. Coul you please someone teach me how do?

    Kind regards

    Anton

    You have the right version of ACR.

    Presets are not known elements, only Lightroom and Photoshop, you must use other ways.

    Opening several files at the same time: you can select multiple files in the organizer or the Explorer and open them at the same time, they will appear as a film strip vertical on the left side of the ACR dialog box. You can apply a setting in a single file or several or all of the listed files. You can also select all files (Ctrl A) and add all the settings to all files at the same time.

    To apply the "previous conversion", click on the small icon to the right of the title bar 'basic' to unfold a menu drop-down.

  • defined by the user is not displayed correctly the variables

    Hello, I use the variables defined by the user in Adobe Captivate 9. I am having the users to enter text in a text box entry, then view their entry on another slide. When I test the project the user defined variable displays only partially what I have typed in the text entry box. Someone at - it solutions?

    You must do so via the properties panel.

    See you soon... Rick

Maybe you are looking for

  • How do I set up my screen so it does not turn off automatically?

    I sometimes pull up of recipes and read them the monitor that I Cook.  In this way I save ink and paper. The monitor automatically stops a lot too quickly.

  • Print double-sided with 6700 e

    Hello I use MS office on a Mac 10.8.4 I tried similar positions, but the advice given to the conflicts. Some say that this printer won't duplex printing. I don't have time to do workaround manual/odd pages, print documents with many pages, it's too m

  • How to synchronize streams RS232 and GPIB in labview

    Dear all, SOS. I built a system with 2 instruments GPIB and serial RS232 1 instrument. The VI works well with high light performance. But when I run the program normally with games step by step, what I get is only the stream GPIB. The serial data is

  • Windows XP Professional SP3 problem, clear screen/update

    In Windows XP Professional, my computer has a problem with the screen of compensation.  When I run a program like IE, all right.  When I close the program, the image of the screen of the program remains and does not clear to show the desktop. None of

  • ChildField should take height Manager

    Hello I have a field delimiter in a custom Manager (who has 3 columns). It should take up to height of the Manager. Here's what I do: public void sublayout(int w,int h){ super.layout(0,m.getHeight()); setExtent(0,m.getHeight()); } where m is the Mana