Selected fois don't display

Hi,
I'm trying to create something like http://yourHost:yourPort/mapviewer/fsmc/tutorial/samples/DynarrayThemeBasedFOI.html (ARRAY type binding variable & templated theme based FOI) page.
So I've wrote 2 js functions:
1st - to load basemap in div element
2nd - to view selected foi
var ovcontainer;
var mapview;
function showMap(componentId)
var baseURL = "http://localhost:8888/mapviewer";
var mapCenterLon = 30.54204;
var mapCenterLat = 48.795247;
var mapZoom = 4;
var mpoint = MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307);
mapview = new MVMapView(document.getElementById(componentId), baseURL);
var mapCache = new MVBaseMap("AGSYNC_DEV.MAPCACHE")
mapview.addBaseMapLayer(mapCache);
mapview.setCenter(mpoint);
mapview.setZoomLevel(mapZoom);
ovcontainer = new MVMapDecoration(null,null,null,200,150) ;
ovcontainer.setCollapsible(true);
mapview.addMapDecoration(ovcontainer);
var over=new MVOverviewMap(ovcontainer.getContainerDiv(),3);
mapview.addOverviewMap(over);
mapview.addNavigationPanel("EAST");
mapview.display();
function displayTraectory(traceId) {
var themebasedfoi=mapview.getThemeBasedFOI("themebasedfoi1");
if (themebasedfoi==null)
themebasedfoi = new MVThemeBasedFOI('themebasedfoi1','AGSYNC_DEV.GEOMETRY2');
themebasedfoi.setQueryParameters(traceId);
themebasedfoi.setBringToTopOnMouseOver(true);
themebasedfoi.setVisible(true);
mapview.addThemeBasedFOI(themebasedfoi);
else
themebasedfoi.setQueryParameters(traceId);
themebasedfoi.setVisible(true);
themebasedfoi.setBringToTopOnMouseOver(true);
themebasedfoi.refresh();
The Problem is that fois aren't displayed!!!!
I can check while debugging, that params correct.
If I put foi code
themebasedfoi = new MVThemeBasedFOI('themebasedfoi1','AGSYNC_DEV.GEOMETRY2');
themebasedfoi.setQueryParameters(traceId);
themebasedfoi.setBringToTopOnMouseOver(true);
themebasedfoi.setVisible(true);
mapview.addThemeBasedFOI(themebasedfoi);
in showMap method with hardcoded values - the foi is displayed.
Whats wrong??

Strucrure of jsp-file:
<afh:script source="/myscr.js"/>
<af:commandLinktext="#{row.Syncid}" onclick="displayTraectory('#{row.Syncid}');"/>
<afh:script text="showMap('map');"/>
SO! I've made submiting and then repainting base map - so my fois ware covered by clear basemap

Similar Messages

  • Oracle Maps (11gP1) deployed to OAS grid  FOIs don't display

    We have a four server OAS grid (10.1.3.1) with a dedicated Mapview node distributed across all four. The machines are all running Linux. We've set up a shared NFS drive for the cache and created soft links in each of the web folders to common images and tilecache folders.
    Everything appears to work EXCEPT that we are not seeing our theme FOI symbols. When we first turn on the FOI there is a wink where the icons would display but no actual icon is visible. We can hover over where the icon should be and we get the fly-over label. We click at the location and we get our popups.
    I can see lots of PNG files in my /nfs01/images/foi/ folder and I've verified that each server is seeing this as web/images/foi.
    HELP; has anyone out there successfully deployed to a grid? Which version? Is there something we need to do that we haven't done yet?
    Thanks, Mark

    We set the logging to FINEST but did find any "FOI response" messages in the log. We did a trace back using Firefox and determined that the PNG was not being found. With further testing we were able to determine that MapViewer was not displaying the contents of the images folder either.
    404 Not Found</H1>Resource /mapviewer/images/foi/t0_0S1_AAAT18AABAAAVw9AAB_663_908.pngThe images folder (like the tilecache folder) is a soft link from each of the four instances to a common shared NFS mount.
    cd $ORACLE_HOME/j2ee/mapviewer11g/applications/mapviewer/web
    mv images images.see-nfs01
    mv tilecache images.see-nfs01
    ln -s /nfs01/images images
    ln -s /nfs01/tilecache tilecache
    ls -l
    -rw-rw-r--   1 oracle oracle  5583 Apr 10 15:14 home.jspx
    lrwxrwxrwx   1 oracle oracle    13 Apr 16 08:50 images -> /nfs01/images
    drwxrwxr-x   4 oracle oracle  4096 Apr 10 15:14 images.see-nfs0The files are getting written to the images and the images/foi folders but they do not appear to be found. What makes this doubly confusing is that the files in the tilecache folder ARE being found.
    We are going to deploy the new mapviewer release from last week to see if the same problem occurs.
    Mark

  • Some graphs don't display in OEM Grid Control 10gR5 (10.2.0.5)

    A number of the performance graphs (e.g. Top Activity) don't display i.e. there is nothing but if if you right-click in the empty area you get a small pull down with Print, Settings, About Adobde Flash 10.
    This has all happend after upgrading to 10.2.0.5. OMS and client environment is:
    Windows 2003 SP2 (32 bit), IE 6 with Flash ActiveX 10, Flash Player 10.
    Anyone got any ideas or anyone got it working fine.
    Thanks.

    Windows Server 2008 OEM 11g Performance graphs do not display.
    Click OEM Performance Tab and IE7 information bar displays message:
    "Your security setting do not allow websites to use ActiveX controls installed on your computer. This page may not display correctly."
    Workaround: Disable Internet Explorer Enhanced Security Configuration in Windows Server 2008
    Unlike with previous versions of Windows Server in which you could disable Internet Explorer Enhanced Security Configuration by removing the component in Add/Remove Programs, Windows Components
    the Windows Server 2008 implementation of Internet Explorer Enhanced Security Configuration is configured through Server Manager.
    Select the root of the Service Manager navigation pane, and under the Server Summary click Configure IE ESC, which is part of the Security Information section.
    A dialog box appears, letting Internet Explorer Enhanced Security Configuration be enabled/disable separately for normal users and administrators.
    See YouTube video:
    http://www.youtube.com/watch?v=OO3PPN1olHY

  • How can I make a list and after selecting a value, avoid displaying it.

    Let's say I have a ListBox or a ListOfValues(in Forms), and I have as Data.
    "LEVEL 1"
    "LEVEL 2"
    "LEVEL 3"
    "LEVEL 4"
    and I select "LEVEL 2".
    next time I display the list, (been selected "LEVEL2"), it doesnt display it anymore (unless I clean it or select another value).

    I've search on google but I did not found any tutorial for this particular thing. I found instead this code : 
    on (press) {     startDrag ("", false);   
    this.swapDepths(_global.depth++);
    on (release, releaseOutside)
    stopDrag ();   
    this.swapDepths(_global.depth++);   
    if (this._x > 493.250000 && this._x < 636.050000 && this._y > 142.900000 && this._y < 271.350000)   
       this.removeMovieClip();   
        } // end if
    but I don't know how to make the _x/_y to work, better said I changed  the values but nothing happend, did I did something wrong ? The first _x/_y stands for the position? I've played with the range values but cant seem to make it happend.

  • Select RTF Data and display in PDF Document

    Hi all,
    I have a simple table:
    CONTENT_ID - NUMBER
    CONTENT - VARCHAR2(4000)
    On top of this table I have a form that allows the user to enter / update data. The 'CONTENT' field is a Rich Text Editor (ApEx 4.0 - CKEditor 3). This allows the user to enter and format their text as they require.
    I need to be able to select this data and display it in a PDF Document (via BI Publisher).
    I therefore have a simple query
    select content from content_table where content_id = 1;and a simple template that processes the resulting xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <ROWSET>
       <ROW>
          <CONTENT>& lt;h2& gt;
         This is a heading& lt;/h2& gt;
    & lt;p& gt;
         This is the text& lt;/p& gt;
    </CONTENT>
       </ROW>
    </ROWSET>(There is not really a space between the & and 'lt' etc but I had to add this to get it to display correctly here).
    Where I run this past my template I get a PDF with:
    <h2>
    This is a heading</h2>
    <p>
    This is the text</p>I get the same if I generate HTML.
    but what I want to see is the text formatted as the user has entered in the RTF editor.
    Can this be done?
    Many thanks,
    Martin

    I think your mixing 2 technologies.
    At 1 side you have xml in combination with xsl (style sheets used in BI Publisher and FOP) to generate your pdf. And at the other side you have HTML...
    XML and HTML are 2 entirely different technologies which you can not mix this simple. I investigated the same problem as you had, and in the end I ended up using jasperreports instead of FOP.
    Maybe BI Publisher has some html regions which you could insert into your word document but I doubt it cause more people have asked the same question on this board...
    So my advice: use jasperreports (also it is free for commercial usage)
    Success
    Br,
    Nico

  • High Resolution Photos Don't Display

    Hello,
    We have a fully patched Lync 2013 installation with a fully patched Exchange 2013 installation. We've moved all users to the Unified Contact Store, and have had all users upload high-res photos. I can test this via the URL like this:
    https://server/ews/Exchange.asmx/s/GetUserPhoto?email=[email protected]&size=HR648x648
    I can definitely see high-res photos. Unfortunately, Lync doesn't display them! We get the old, low res AD photos that are horrible. I have read through everything I can find to ensure high-res photos are enabled in Lync, but they just don't display.
    Any ideas on how to fix / troubleshoot this?
    Thanks!
    Nolan

    Hi, depends what constitutes everything you could find =)
    Can you confirm that the 'DisplayPhoto' attribute of your associated client policy is set to allow ALL photo's, and not just those from AD.
    Use the below from Lync Management shell to query the attribute status against your client policies.
    Get-CsClientPolicy | Select Identity, DisplayPhoto
    Kind regards
    Ben
    Blog:www.gecko-studio.co.uk/ 
    Twitter:
      LinkedIn:
      Facebook:
    Note: If you find a post informative, please mark it so using the arrow to the left. If it answers a question you've asked, please mark the thread as answered to aid others when they're looking for solutions to similar problems
    or queries.

  • Hi, emoticons in incoming messages to my iPhone 5 don't display as graphics but as keystrokes. Can you help? Thanks

    I should have said that emoticons in incoming messages received using yahoo mail on my iPhone 5 don't display properly

    have you ever thought that the person sending the message to you is sending the emoticons as keystrokes or that emoticons selected in Yahoo mail do not translate as expected to an iphone or that embedded images like emoticons in emails do not come across as you might expect?

  • New topics are compiled in but don't display when help button is pressed

    Folks,
    I'm using RoboHelp HTML Build 6. I am the only writer who uses RH and have been using this build for 2 years or so.
    I recently got a new map file from the developer containing 2 new map IDs. I used the same steps to import the map file, create the new topics, and map them to the new map IDs that I have been using for years. But when I compiled RH and pasted the chm into the application folder, those 2 new topics don't display when the help button is clicked on the dialog box to which they are mapped.
    When I generate the chm I can look at the output at the bottom of RH project view and see that that the 2 new htm files are being compiled into the RH project. I can also see them if I open the generated chm and go into the TOC and click on a link to them.
    Does anyone have any ideas? I have tried redoing the usual procedure (see below) for the importing and mapping from scratch several times. I have also tried BugHunter (see below).
    Procedure for Importing and Mapping (this time the help for all the older dialog boxes works but not for the 2 new ones)
    1. Open the new map (.hm) file from the developer and add #define followed by a space to each entry beginnng with the string HID in the new map file (I don't know why but nothing works unless I do this.)
    2. Delete the old map file from the RH project.
    3. In Windows Explorer, copy the new .hm file into the RH project folder.
    4.In Project Manager view, open Context-Sensitive Help. Right-click on Map Files. Select Import. Browse and select the new map file.
    6. Map the new topics using File, Edit Map IDs.
    7. Generate the .chm and pasted it into the application where it always goes.
    BugHunter Procedures and Results
    I first tried the Test HTML Help API dialog.
    I specified the .CHM file I compiled and tested both options:
    --HH_DISPLAY_TOPIC: I put in the name of the new help (htm) file and its relative path and clicked Help. Nothing happened.
    --HH_HELP_CONTEXT: I put in the Map Number for the new dialog box and clicked Help. The new help topic I had created displayed.
    I also used the Tools tab in BugHunter to do a CSH (context sensitive help) Test. I identified the chm file and opened it and put in a new map number, then clicked Show Help. Nothing happened.

    Welcome to the RH forums.
    On the surface it sounds like you have done everything correctly so it should just be a case of going back and double checking that you have the correct CHM, that the mapid is exactly the same as in the app and that the app has been updated.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • I'm running windows 8 with PSE11 some of my pic don't display only a gray box with a paper in side,

    I'm running windows 8 with PSE 11 ans some of my pic don't display only a gray box with a paper in side it, when i go to a albums most of my pic don't display

      Try selecting the thumbnails (Shift+Click) or (Ctrl+A) to select all, then click on the top menu
    Edit à Update Thumbnail For Selected Items
    If that doesn’t work close Elements and delete the thumbnail cache by navigating to:
    C:\ProgramData\Adobe\Elements Organizer\Catalogs\MyCatalog
    In side the MyCatalog folder (or whatever name you gave your catalog) you should find a CACHE file:
    thumb.5.cache
    After deleting that file restart the elements Organizer and wait whilst it regenerates thumbnails.
    N.B. The ProgramData folder is sometimes a system hidden file, in which case please follow these instructions before starting.
    http://windows.microsoft.com/en-GB/windows-vista/Show-hidden-files

  • Direct Selection Tool don't works cause points dissapear in shapes

    Good evening,
    I'm using Photoshop CC under a Macbook Pro Retina Display (15 inches), I've noticed that since lasts updates, when I use the direct selection tool for chaning a shape trace the points that should appear for selecting each anchor dissapears, and there's no way to get them back (sometimes by closing the program and restarting fixes this issue).
    The tool is working because when I clic somewhere over a shape it gets highlighted on layers panel, but I can't see the points and so, can't modify the shape.
    Does this belongs to any option? (I know in Illustrator there's an option to see or hide the points, but don't know if in Photoshop goes the same way or not) or it's a bug from the last updates? (I would say that it didn't happen at the beggining). But as I use a lot shorcuts, sometimes I can make a misstake and press cmd + wrong key, so I think it could be the reason for this... but I'm not quite sure.
    Thanks in advice!
    EDIT:
    I've seen that if I hide the "extras" (cmd + H) it hides the guides but also the points from shapes (that shouldn't be this way, right?) and even I can see them when I turn them on, I can't pick just one as I did in CS6 by using direct selection tool and pressing on just one point (at the beggining all of them are highlighted cause you've got selected the whole shape layer, but when you press one, it should get this highlighted and turn off the rest of them), and the only way to get just one point is to pan with the cursor and make a selection, passing over the points you want to highlight, but this is annoying cause if you've got any other shape below, it will select it as well.

    1000x this. My designs are 100% vector shapes, so if Adobe have changed this core behavior intentionally, they’ve just made my life a lot more difficult.
    We should be able to use the Direct Selection Tool to select a shape layer (similar to how the Move Tool has done) by clicking on any visible pixel. But then we should be able to freely drag-select points on that shape (starting from any neutral area) without selecting other shape layers. This is how it’s worked since before I can remember.
    Here’s why the two new selection modes don’t work:
    Active Layers - I can no longer freely select any visible shape. Instead I’m forced to make a time-consuming roundabout to the layer palette, where I have to squint to find my shape layer, and activate it manually before continuing. (Hitting “V” to select a layer, then “A” to get back to the D.S. Tool is nearly as cumbersome. Plus, I leave off the Move Tool's auto-select mode.)
    All Layers - Treats all my shapes as if they’re on one layer. Overlapping shapes are therefore impossible to work with -- mainly drag-selecting and deselecting points -- in situ.
    We either need a “legacy” setting, or some way to constrain selection on drag, via a key modifier or something. This “all or nothing" thing doesn’t work for me... and apparently for others. Why would they change such a thing?
    Or maybe there’s something I’m missing. Please let that be the case!

  • How write a field to screen(report list) but don't display it ?

    Hi, All
        How write a value to screen(report list) but don't display it ?  Because i will use this value as the user click the current line ,but i don't want to expose this value to the user.

    Hi,
    U can Use the option NO-DISPLAY with PARAMETERS.
    Can write in the Selection screen statement with the syntax as
    Paramaters: <fieldname> type <data type>
                 value <value> no-display.
    -Rakesh

  • BW Analysis Authorization Problem when no selection is done

    Hi Everybody,
    I am facing the following problem with the implemented authorization concept.
    We have marked 2 IOs as Authorization relevant: company and costcenter. We have defined an authorization object where the values are assigned through two variables $ZCompany and $ZCostcenter. The values are picked up from 2 Ztables where the User/Usergroup/Values assignement is done. Eveything seems to work fine.
    We have a problem when using an optional variable built on Company or Costcenter in our queries and no selection is done.
    If no selection is done, the variables ZCompay and ZCostcenter both are given values equals *. It si the same as every value. Since the user ZTESTUSER is authorized only for some comapnies and some costcenters,  the match between the * selection and the authorization set is not sucessful and the user doesn´t get any authorization. this is what we can when executing the display error log:
    Following Set Is Checked  Comparison with Following Authorized Set  Result  Remaining Set 
    Characteristic  Content in SQL Format 
    0TCAACTVT
    ZIFCM004
    ZIFCM014
    0TCAACTVT = '03'
    AND ZIFCM004 LIKE *
    AND ZIFCM014 LIKE *
    Characteristic  Content in SQL Format 
    0TCAACTVT  I EQ 03
    ZIFCM004  I EQ $Z1PME009
    ZIFCM014  I EQ $Z1PME004
    Partially or Fully Authorized (Intersection)   Characteristic  Content in SQL Format 
    0TCAACTVT
    ZIFCM004
    ZIFCM014
    NOT ZIFCM004 IN ('0012','0015')
    AND 0TCAACTVT = '03'
    OR ZIFCM004 IN ('0012','0015')
    AND NOT ZIFCM014 IN ('00000000000000012100','00000000000000012300')
    AND 0TCAACTVT = '03'
    Value selection partially authorized. Check of remainder at end
    Following Set Is Checked  Comparison with Following Authorized Set  Result  Remaining Set 
    Characteristic  Content in SQL Format 
    0TCAACTVT
    ZIFCM004
    ZIFCM014
    NOT ZIFCM004 IN ('0012','0015')
    AND 0TCAACTVT = '03'
    OR ZIFCM004 IN ('0012','0015')
    AND NOT ZIFCM014 IN ('00000000000000012100','00000000000000012300')
    AND 0TCAACTVT = '03'
    Characteristic  Content in SQL Format 
    0TCAACTVT  I EQ 03
    ZIFCM004  I EQ $Z1PME009
    ZIFCM014  I EQ $Z1PME004
    Not Authorized   
    What i don´t really understand is why the user doesn´t get any authorization only for the values subset for which he is authorized for. Is that normal according to your experience?
    How can we get rid of it obtaining that for such selection the user gets authorizations for the subset?
    Thanks in advance
    Best regards
    Enrico
    Edited by: Dottblabla on May 3, 2010 12:13 PM

    Hi,
    thank you both for the answers.
    Since the user is authorized for some certain values rappresenting a subset of * (all values) I dont really understand why he receives an error message as if he hasn´t any authorization at all. According to my logic, a partial dispaly of the data should be possible.. according to my logic, I repeat
    Using a mandatory variable would force the user to give a value. The problem is that we have users who are authorized for a large number of costcenters. In this case the best solution would be to define the mandatory variable as a selection option, allowing the user to define intervals of values as well. BUT in this case we would have the same problem described above as soon as the user pick up an interval of values containing also single costcenters for which he has no authorization. I hope, it is clear what i mean.
    Using an Authorization variable has the only charme that we get a kind of preselection of values. If the user wants to modify the selection and to define an interval, then we face the same issue again.
    It seems to me that BW Authorization concept doesn´t work with "subset" of values. Am i right? Any suggestion?
    Best regards
    Enrico

  • How can I select the photo to display in Loupe / edit in Develop?

    Hi, I upgraded from Lightroom 3 to Lightroom 5.
    (I'm now running Lightroom 5.4 on Windows 7 64bit)
    I'm confused about the way LR handles photo selection.
    In LR 3: No matter where I selected a photo - i.e. clicked on it (Loupe, Grid, Filmstrip), LR recognized this as the "current" photo and when I switched modes (Library <-> Develop), I was always working with this one photo.
    This behavior seems to be gone in Lightroom 5.
    * selecting a photo (left click) in Filmstrip only changes the selected photo when in Develop, nothing happens in Library (except that the preview changes in the Navigator)
    * double clicking on a photo in Filmstrip has no effect either
    * in Library mode the only way to select a photo to display in Loupe seems to be to click on it in the Grid view (plus the arrow keys to navigate)
    * this means there are 2 independent "currently selected" photos
    Why can't I use the Filmstrip to select the currently displayed photo e.g. in Loupe view?
    Can this behavior be changed?
    Having these 2 different independent "selections" is confusing. Is this a bug or an intended change of behavior?
    I'm pretty sure this worked back in Lightroom 3.

    OK, today I ran LR5 again and now everything is back to normal :-)
    Looks like some weird glitch.
    I'll write again if it comes back and/or I'll be able to reproduce it.

  • Events added in iCal don't display in Google Calender

    I'm using my google address for iCal as I don't have a MobileMe account.
    Events added in Google Calender display in iCal, but events added to this account in iCal don't display in Google Calender. I have tried subscribing to my Google Calender in iCal, but the address isn't recognized by iCal.
    I have even tried deleting and re-adding my Google Calender, but still no joy.
    Are the calenders I am using in iCal and Google the same calender, or are they actually different calenders with the same username? Someone help me sync the **** calenders!

    Hi Ellyenne,
    Ellyenne wrote:
    It didn't help. 
    I want my iCal events from my HOME calendar to display in my google calendar. 
    I DO NOT want to move my iCal events to my google calendar.  I have way too many.  So, why won't my iCal events show up on my google calendar??  My google events show up on my iCal. It's a SYNC. They should be the same.
    I'm sorry my answer to Clint is not what you want.
    iCal and Google on their own do not do what you want.
    There are/were some third party add-ins that worked in the way you describe that were mainly developed before Google Calendar had CalDAV integration.
    Best wishes
    John M

  • Why can I NOT select March 2013 Month Display in iPad's calendar ?

    Why can I NOT select March 2013 Month display in iPad's calendar ?

    Just found out that I had subcribed for a calendar which shows the numbers of the calendar weeks. Turned this off and no crash anymore.
    How can I get the number of calendar weeks in a different way. So that no crashes occur?

Maybe you are looking for

  • Is there a way to permanently locke a position? No unlocking possible?

    I have created a template in InDesign which our company uses to create "Job Sheets" for Architectural projects that we have completed. At times, there are multiple people who use these templates. To ensure that our Job Sheets are consistent, we like

  • Anyone find a good looking Terminal app for retina MBPs?

    When I compare the appearance of Terminal fonts on the rMBP to non-retina MBPs or the MBA I actually prefer the look on the latter, because retina scaling means the display is always doing the equivalent of anti-aliasing the fonts.  This makes the re

  • Organizing strategy

    I am seeking advice or assistance simply setting up a game-plan for using this software. For years I've simply organized .jpg photos directly into a series of subsetted folders on my harddrive. I recently decided to try once again to get the hang of

  • Trackpad won't work properly in Lion

    Just installed Lion, but having some issues with the trackpad on my 17" MBP (About 2 years old). For example: *On Dock - hover effects such as magnification and title of the icon doesn't work *Resizing windows by pulling lower left corner doesn't wor

  • User ID from Login Screen

    Hi, I am quit new to HTMLDB. I would like to retain the variable of the user_id after the user logs into HTMLDB and use that variable to query against the database. Ex. Select a, b, c from table where owner = 'user_id'. Does anyone know what that var