Need to Create a Map Component

Dear All,
We are new to Flex, we need to develope a map component to
use in xcelsius interactive dashboard. The existing map's are
available in xcelsius are country wise. But we need to create a
custom map component for only one state with district wise
splitings needs to be present in that. Expecting answer for the
below.
1. by which product i need to develop these map components (
For ex. Africa Map in BO-Xcelsius). Either by Flash or Adobe Flex..
2.can i have any example code for map components
3. How to publish this to Xcelsius ( I hope using flex add-on
tool !! , ain't )
Thanks ,
Prakash.N

Have you tried http://batchgeo.com/
Not Adobe software but may do the trick....

Similar Messages

  • New to Illustrator, need help creating a map?

    Need to create a map of a neighborhood.  New to program any help would be great!

    rdelaroca,
    There are vector maps available for many areas.
    Or you may work on a locked image from Google Maps or something including the important parts/themes/whatever, using the Pen Tool as the primary tool for shapes in general.

  • Need to Create a Map with Dots Where There Is Activity

    I need to create a U.S. map (plain with just state borders), with a dot (bullet, period) in each city where my client has activity. There will maybe be a few hundred dots. Although the dots don't have to be positioned with precision, it's still a lot of work to look up the smaller cities and see where to position them at all. Is there an automated way of doing this? My fantasy is map software into which I can simply import a list of cities, with controls that allow me to specify the size, color, and shape of the dot. Perhaps different dots for dfferent categories, etc. (I am positing this here somewhat arbitrarily since ID is my favorite program and what I'm looking for probably isn't an Adobe product anyway.)

    Have you tried http://batchgeo.com/
    Not Adobe software but may do the trick....

  • I need to create a mapping with the sql below.

    Hi Everyone,
    Please take a look at the query below and help me out how i can re-write the same logic and create a mapping in the warehouse builder.
    I appreciate your help.
    select learner_id,template_id,delivery_id,
    dense_rank() over (partition by template_id,learner_id order by end_date desc nulls last ) dr,
    max(end_date) keep (dense_rank first order by end_date desc nulls last) over (partition by template_id,learner_id) max_end_date,
    min(end_date) keep (dense_rank last order by end_date desc nulls last ) over (partition by template_id,learner_id) min_end_date,
    lead(end_date, 1, null) over (partition by template_id,learner_id order by end_date desc nulls last ) next_max_end_date,
    start_date,
    Created_on
    from offering_action
    where action_status_code = '200'
    and completion_status_code = '200'
    Thanks,
    Sushma

    In this order:
    Source table (offering_action) -->
    Filter (where action_status_code = '200' and completion_status_code = '200') -->
    Expression with 4 output columns ---- dr, max_end_date, min_end_date, next_max_end_date ----
    dense_rank() over (partition by template_id,learner_id order by end_date desc nulls last ) dr,
    max(end_date) keep (dense_rank first order by end_date desc nulls last) over (partition by template_id,learner_id) max_end_date,
    min(end_date) keep (dense_rank last order by end_date desc nulls last ) over (partition by template_id,learner_id) min_end_date,
    lead(end_date, 1, null) over (partition by template_id,learner_id order by end_date desc nulls last ) next_max_end_date,
    that's it.

  • File Server Migration - For ORG A Forest to ORG B Forest ( Need to create and Map Security Group automatically on new Migrated Folders - Please Help

    I have two forest With Trust works Fine .
    I have file server in ORG – A ( Forest ) with 2003 R2 Standard
    I have a File server in ORG  - B ( Forest ) With Windows server 2012 ( New Server for Migration )
    I have 1000 + folders with each different permission sets on ORG-A. We are using Security groups for providing permission on the share Folders on ORG A
    I need to Migrate  all the folders from ORG – A to ORG – B.
    I am looking for an automated method of creating Security Groups on AD during the Migration, Once the Migration is Done, I can add the required users to the security groups manually.
    Example.
    Folder 1 on ORG – A has Security Group Called SEC-FOLDER1-ORGA
    I need an automated method of Copying the files to ORG – B and Creating a new security Groups on ORG –B Forest with the same permission on parent and child Folders. I shall Add the users manually to the Group.
    Output Looks Like
    Folder 1 on ORG – B has Permission called SEC-FOLDER1-ORGB ( New Security Group )
    Also I need a summarized report of security Group Mapping, Example – Which security Group on ORGA is mapped with Security Group Of ORGB

    Hi,
    I think you can try ADMT to migrate your user group to target domain/forest first. Once user groups are migrated, you can use Robocopy to copy files with permission - that permission will continue be recognized in new domain as you migrated already. 
    Migrate Universal Groups
    http://technet.microsoft.com/en-us/library/cc974367(v=ws.10).aspx
    If you have any feedback on our support, please send to [email protected]

  • Need help creating a layered component

    I'm trying to create a component with one to sixteen layers of graphics in it, and I can't work out how to! The ideas I've had so far involved creating several images, adding graphics objects to them etc., and painting each individualy, and then painting them all to the main component. But the idea I came up with today seems smarter - actually make the component consist of sixteen (or less) other components, on top of one another. The only problem with this is that I don't know how to put one component onto another, and I don't know how to make sure they're in the right order (i.e. the foreground image is displayed above the background one).
    If anyone has any suggestions/links for this - or an alternative solution to my problems - please post!
    Thanks -
    K

    Sounds like you need to use Layered Panes:
    http://java.sun.com/docs/books/tutorial/uiswing/components/layeredpane.html

  • Is there a way to create multiple map tile layers at once?

    Hello experts,
    I have a small problem. It's mainly a matter of saving some time. I need to create 51 map tile layers in mapviewer, and I would like to this this at one time. I can go to the admin console-->Management-->Manage Map Tile Layers-->Create, and then I can create one at a time. But it really would be nice to create them all at once!
    I tried using the XML mode interface, and I can use the following code to create one map tile layer:
    <?xml version="1.0" standalone="yes"?>
    <map_tile_server_admin_request>
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer
            name="FOUNDATION"
            http_header_expires="168"
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system
              srid="8265"
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
    </map_tile_server_admin_request> And it creates one layer. But when I try this:
    <?xml version="1.0" standalone="yes"?>
    <map_tile_server_admin_request>
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer
            name="FOUNDATION"
            http_header_expires="168"
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system
              srid="8265"
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer
            name="FOUNDATION_WY"
            http_header_expires="168"
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION_WY"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system
              srid="8265"
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
    </map_tile_server_admin_request>...it creates only the first map tile layer in my xml request.
    Is there any way to create multiple map tile layers at once?
    Thank you!
    John

    Michael,
    It looks like you are right! Thank you for your help.
    I still have a small concern. I looked at the documentation and it reads,
    "The configuration settings for a cache instance are stored in the USER_SDO_CACHED_MAPS metadata view. You should normally not manipulate this view directly, but should instead use the MapViewer administration tool, which uses this view to configure map cache instances."
    But, I tried inserting records into USER_SDO_CACHED_MAPS and it works, and I can't really see any reason not to directly insert records into this table, so...
    Perhaps that warning is there simply because potentially you could screw things up tinkering with the table directly.
    Cheers!
    John

  • How to create a mapping with text file as my target

    I need to create a mapping with source as a table and target as a text file.
    I am using OWB 10g R2. with database Oracle10g.
    Any one can help me to create a mapping with a text file as target.

    Hi,
    just create a File-Location and File-definition and use this file-operator as target object inside your mapping.
    Regards jwehner

  • How to create a text Component With Certain Properties

    I need to create a text component with the following properties:
    Has Capability to be italic, right/left aligned, have different background / foreground colors, and most importantly, the ability to have a fixed width and a height that is set by the amount of text in it (ie line wrapping expands the field vertically).
    It should be a simple exercise, but I cannot seem to figure out how to do it.

    Here is the correct syntax :
    private static JEditorPane constructPane(String text, int normWidth, int normHeight, boolean rightAlign, boolean italic,boolean isWhite) {
              JEditorPane pane = new JEditorPane();
              pane.setEditable(false);
              pane.setContentType("text/html");
              pane.setText(
                   "<html><head></head><body>"
                   + (italic?"<i>":"")
                   + "<table><COLGROUP><COL width=\""+normWidth+"\"><THREAD><tr><td valign=\"top\" align="+(rightAlign?"\"right\"":"\"left\"")+">"
                   + text+"</td></tr></table>"
                   + (italic?"</i>":"")
                   + "</body></html>");
              pane.setSize(normWidth,normHeight);
              if(isWhite)
                   pane.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createMatteBorder(1,0,1,0,Color.WHITE),BorderFactory.createEmptyBorder(0,1,0,1)));
                   pane.setForeground(Color.WHITE);
              else {
                   pane.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createMatteBorder(1,0,1,0,Color.BLACK),BorderFactory.createEmptyBorder(0,1,0,1)));
                   pane.setForeground(Color.BLACK);
              return pane;
         }

  • Need to create a "checkedlistbox"

    Hello,
    I need to create a custom component that has the following -
    - is a listbox that appears as a MS-VB checkedlistbox
    - ability to be loaded at runtime from a datasource (XML
    data file)
    I've searched forums and other websites looking for anything
    similar or any related information but haven't found anything.
    thanks in advance!

    Thanks! That helped alot. I was able to get the checkboxes to
    show in the lists. But now I'm having a problem trying to determine
    how to make the checkboxes &quot;dynamic&quot; and read
    their labels from an XML file. I know I need a data source, I had
    that working for a grid.
    Here's an example of the data file I need to read into 4
    lists -
    &lt;?xml version=&quot;1.0&quot;
    encoding=&quot;utf-8&quot; ?&gt;
    &lt;DOCUMENT_ROOT&gt;
    &lt;list_1&gt;list_1-item_1&lt;/list_1&gt;
    &lt;list_1&gt;list_1-item_2&lt;/list_1&gt;
    &lt;list_1&gt;list_1-item_3&lt;/list_1&gt;
    &lt;list_1&gt;list_1-item_4&lt;/list_1&gt;
    &lt;list_2&gt;list_2-item_1&lt;/list_2&gt;
    &lt;list_2&gt;list_2-item_2&lt;/list_2&gt;
    &lt;list_2&gt;list_2-item_3&lt;/list_2&gt;
    &lt;list_2&gt;list_2-item_4&lt;/list_2&gt;
    &lt;list_3&gt;list_3-item_1&lt;/list_3&gt;
    &lt;list_3&gt;list_3-item_2&lt;/list_3&gt;
    &lt;list_3&gt;list_3-item_3&lt;/list_3&gt;
    &lt;list_3&gt;list_3-item_4&lt;/list_3&gt;
    &lt;list_3&gt;list_3-item_5&lt;/list_3&gt;
    &lt;list_3&gt;list_3-item_6&lt;/list_3&gt;
    &lt;list_4&gt;list_4-item_1&lt;/list_4&gt;
    &lt;list_4&gt;list_4-item_2&lt;/list_4&gt;
    &lt;list_4&gt;list_4-item_3&lt;/list_4&gt;
    &lt;/DOCUMENT_ROOT&gt;

  • Creating a Map in Web Application Designer

    I was wondering what I need to create a map in WAD.  Do you have to use the ArcView GIS software for the map to work correctly?  Any information you have on configuring this is greatly appreciated.

    Hi MAC,
    1) 0country is itself content world map, So you can use it for demo purpose.
    After installing 0country from business content
    Then please check 0country contains MAPS
    RSD1 -- 0Country
    Click on Maintain
    Click Business Explorer
    Under BEx Map please click on Edit shape files
    It's contain three Objects- BW_GIS_DBF, BW_GIS_SHP, BW_GIS_SHX
    These three files confirms itself that Geographic data.
    2) ESRI is providing only GIS software for processing MAPs (Which contains some free demo maps).
    Use following link for Ordering ESRI product
    http://gis.esri.com/special/sap/voucher.cfm
    Thanks & Regards,
    Sushant N. Tiwarekar
    SAP Consultant

  • How to Create a Table Component Dynamically based on the Need

    Hello all,
    I have a problem i need to create dynamically tables based on the no of records in the database. How can i create the table object using java code.
    Please help.

    Winston's blog will probably be helpful:
    How to create a table component dynamically:
    http://blogs.sun.com/roller/page/winston?entry=creating_dynamic_table
    Adding components to a dynamically created table
    http://blogs.sun.com/roller/page/winston?entry=dynamic_button_table
    Lark
    Creator Team

  • Help needed for creating new component in web ui

    hi experts,
          i need documentation on the component workbench. i need to cretae a new assignment block in web UI, similar ti the items assignemnt block in opportunity screen.
    Where can i find material to learn how to develop new components using component workbench?
    Thanks,
    Shantanu.

    Hi Shantanu,
    In fact, you need to create a context node. You can create this context node using the wizard. Click with right button in "Context node" of the view and follow the steps.
    Best regards,
    Caíque Escaler

  • I need your expert opinion on how to create a map with multiple conditions.

    Hello.
    I need your expert opinion on how to create a map with multiple conditions.
    I have a procedure (which i cannot import or re-create in OWB due to the bug), so i am trying to create a map instead :-(
    How can i create a cursors within the map?
    My function creates table and cursor.
    Then it will have to check for duplicates in the tables (the one created and another table) - the criteria for finding duplicates is a number of fields.I then need to place few different conditions (if some attributes are not available) and it has to load cursor based on this conditions. The next step is to fetch the data into the cursor based on what attributes are missing.
    The next thing it will do is insert the data into table (if record doesn't exist), output the error in separate table is record is corrupted, or update the record with changed information.
    In short i need to re-create match / merge but with conditions, iterations etc 'built into' it.
    I can read up on available functions - it's just what would be the best options? and what would be the best approach to do so?
    In my function i use %rowtype - but cannot use it in owb - so what would be the alternative? i don't really want to create a lot of variables and then have a nightmare of maintaing it. are there any tips regarding this?
    having looked through Oracle dedupe - it's not really what i need because it is just DISTINCT.
    I would appreciate any help / advise on this.
    Thank you very much

    thanks a lot for your reply - i will look into this option :-)
    it is a bit more complicated now as i have to re-create the match / merge and then somehow 'tweak' it to achieve the result i need.
    At the moment i am looking to breakdown the package into smaller chunks 'functions' and try creating the map that way.
    Anyway, thank you very much for your suggestion.

  • Pointers needed to create a JSP for week/hour calendar type component

    Hi,
    I am looking to get some pointers on how to create week/hour calendar type component in JSP.
    My application is JSP/struts2 based web application. I need to create a web page where users will see a week hour calendar and for any time slot will enter some information. Each time slot can have different information. For example: Sunday 9:30am to 10:00am - Click on this cell and pop up a dialog for info and save it without refreshing the page. At the end combine all this info for each slot and submit to the server.
    If there is already a component like this is available to use, please point me to that.
    Any ideas are welcome.
    Thanks,
    Developer in need.

    I dont know of an already existing application that can do this. However, here are some ideas on creating your own:
    Create an html table in JSP who's number of rows and columns match what you would find in an ordinary wall calendar for the given month and year. Use the Calander.java class to obtain the number of days in the current month and build the JSP page accordingly (Calendar.java should automatically take care of leap year). You will probably need to add 'next' and 'previous' buttons to the form to retrieve the previous and next month(s) in case the user wants to access previous or future months. Each cell in the table displays that day (example ' 28 '). Notice my convention the first column is usually 'Sunday'.
    Next, determine what to put in each cell. One suggestion is to embed a table in each cell with 48 rows (24 hours in a day, 1/2 hour resolution= =48), and two columns (first column is for time: example: "10:30am to 11:00am", the second column is for the user's appointment message).
    Above that embedded table is the day (example: '28'). If a user has no information in the embedded table, the outer cell will appear to have nothing but the '28' in it.
    Next, how to populate the cell. When the user clicks on the cell, have an onclick event call a javascript function. The function will pop up a new window (a child window) by calling 'window.open( )' (google 'window.open'). In the pop up, show a table with 48 rows, 2 columns that the user can type in a message within column 2. When the user clicks 'submit' button on the pop up, call a javascript onclick function that reads all the message cells. Any cell not empty will populate the corresponding cell (day, rowID, columnID) back on the parent window by calling something like this: window.opener.document.myFormName.myTextField.value = someValue
    (google 'window.opener'). Once this is done, close the child window from that javascript function. By calling 'window.opener', you dont have to refresh the parent window.
    Next, if the user clicks on the parent window cell that is already populated, you will have to pass all theexisting information for that day through the window.open( ) to the child window so the pop up child window will show that preexisting information (that way he can add to the cell or alter it as he pleases).
    Next, after he alters many days on the calender, you have to provide an 'update' button on the parent form so the user saves his changes (write the data to a database record, with his name attached to that record). Note: if he clicks the previous/next button, he will lose any changes unless you also save the information before going to the previous/next page.
    Next, you might want to provide a vertical scroll bar on the table cell if
    the end user has many messages that cant be viewed in the parent cell all at once. Note each cell should be a fixed number of pixels width/height so it shows correctly. Have Fun!

Maybe you are looking for