HT5429 Map color

iphone5 map color - roads are in white color and not visible clearly. How to change color of road to black.

Thanx for the reply . I have deployed new mapviewer instance in my oc4j installed for this purpose. i could able to see mapviewer instance running in oc4j. Do i need to have any database/schema that has all themes ,styles and other related map data in order to use it for the color theme map in ADF geographic components?

Similar Messages

  • 3D Map - Color Code and Cursor Tracking

    Hi, I need some help trying to implement some user interface functionality for a program I am developing.
    This will be a tuning tool for automotive ECU. The program will be reading in two signals (Y-axis is RPM, X-Axis is manifold pressure) and use a 2D interpolation to output a Z value to be used in a calculation. There are two pieces I'd like to add to this. 
    1. Color code the cells based on the cell value in relation to the max and in of the entire 2D-Array
    2. Have a live currsor that tracks the current cell of the 2D array and highlights the cells that are being used in the interp calculation so it makes it easier for the user to make changes and calibrate the tables. 
    3. BONUS: An easy way to be able to select a range of cells and increment them by a set amoun or scale them all by an imput amount (like scale range by 90%).
    Basicly, I'd like to recreate some of the user interface functionality of the software shown below in the second picture and the video linked below. 
    VIDEO:    https://www.youtube.com/watch?v=OkVUJCy0sJ4
    VIDEO:   https://www.youtube.com/watch?v=oeZc-ka6ago      (at 16:45 you can see a good example of the currsor tracking through the cells as teh two inputs change)
    -As you drive and the RPM and loading changes there is a blue ball that tracks on the table the current x-y location of the 2D map and the four coresponding cells around the ball are highlighted to show witch of these cells are being used in the calculation so the user can easily alter these cells in real time to tune the output he is looking for. I'd like to be able to highlight, or blink either a single cell closest to the current value, or the 4 corners around it and have it update real time as the user drives the car. 
    Any ideas of how to implement this kind of functionality? The current VI is attached. I should note the x-array and y-array won't necessarily always be constant spacing between cells.
    Thank you for any help in advance!
    Attachments:
    3D Map Color Coded & Currsor.vi ‏17 KB

    Okay, so I made some progress on this. I was able to use an intensity graph to visually color code the relative position of the cells. Is there a way to make the 2D array translucent and overlay the color array intsity graph behind it? is there a better way to do this. 
    I was able to get the closest current cell value to update as black and track around live on the intensity graph. I did this by temporarily setting the cell's value to 0. Is there a way to somehow highlight the actual cell on the 2D-Array instead? 
    The code is attached. I added a random sine wave input to simultate some signals for the x and y input. The Y array now runs in reverse order which made it tricky to get some of the functions to work properly so I had to use a 2D transpose and 1D reverse array to get it back in the right form. There's probably a better way to do this. 
    Any help is great appreciately and rewarded with Kuddos!  
    Attachments:
    3D Map Color Coded & Currsor (Rev B).vi ‏33 KB

  • Anychart bar graphs - Can we map colors to customer IDs in JSON/XML dynamically?

    Hi,
    We are using the Anychart bar graphs to show our customers data. We need to be able to map colors to customer IDs, so that anytime we use a bar chart a customer will aways be the same color.
    Example: if one view shows 3 customers  (cust ABC is maroon, XYZ is yellow and DXA is blue) and a second view, because of the data, shows 12 customers, that if 2 that are in the first view are also showing they would have the same colors as they did in the first view (cust ABC is still maroon and cust DXA is still blue and if XYZ is not in the second view then Yellow would not be present)
    Is there a way to map the colors to the customers in an XREF table then build the JSON or XML dynamically and use that in the graph each time?
    I have found the Anychart site and it looks like it is possible but was wondering if anyone has done it? Otherwise it looks like it is going to be to time consuming to read everything I would have to read.
    Thank you,
    Bill

    thanks for passing this link Stijin,
    http://oraclebizint.wordpress.com/2007/09/25/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase1/
    http://oraclebizint.wordpress.com/2007/09/26/oracle-bi-ee-10133-and-mapviewer-step-by-step-integration-phase2-phase3/
    i already used this, but we need at least full explanation in how to build OBIE presentations layers and its physical and logical datas , and how to write codes using Java scrips and html codes using OBIE presentation on statistics text.
    if any of you just can link me link regarding to workshop lab's documentations and files regarding to OBIEE integrated to Mapviewer.
    with fully respect and love to you all,
    Yusuf Felemban

  • Anychart - Anyway to map colors to customer IDs

    Hi,
    We are using the Anychart bar graphs to show our customers data. We need to be able to map colors to customer IDs, so that anytime we use a bar chart a customer will aways be the same color.
    Example: if one view shows 3 customers  (cust ABC is maroon, XYZ is yellow and DXA is blue) and a second view, because of the data, shows 12 customers, that if 2 that are in the first view are also showing they would have the same colors as they did in the first view (cust ABC is still maroon and cust DXA is still blue and if XYZ is not in the second view then Yellow would not be present)
    Is there a way to map the colors to the customers in an XREF table then build the JSON or XML dynamically and use that in the graph each time?
    I have found the Anychart site and it looks like it is possible but was wondering if anyone has done it? Otherwise it looks like it is going to be to time consuming to read everything I would have to read.
    Thank you,
    Bill

    The pins don't stay there, but you can bookmark pin positions, and then drop a pin on the desired customer's location by selecting the customer from the bookmarks list.

  • Signal mapping colors all objects

    I am using the Signal Mapping express VI and I find that if I add objects to the resuling scene they all recieve the same color as the original object. Is there a way that I can change this? Screenshot attached
    Attachments:
    coloring.png ‏115 KB

    Yeah the Sensor Mapping Express VI is the one I am working with. Any additional objects I add to the scene are taking on the color from this VI. I am basically trying to create a quiver plot with a mesh imposed on it, where the mesh has the magnitude mapped to it.
    I just managed to get it to work the way I wanted, although it may be worth an explaination for why I did not get what I was expecting the first way I implemented if someone else has a question that is similar.
    Originally I fed the Scene Ref Out from the Sensor Mapping Express VI to a for loop where I called an invoke node to add an object (a combined cylander and cone as an arrow).
    To fix this, I created a new object, added all of the arrows first though the for loop, then added the Scene Ref Out from the Sensor Mapping VI using the same sort of invoke node. The result, and my desired output is attached.
    Thanks for the help!
    Attachments:
    fix.png ‏75 KB

  • HT5429 Map Issue

    In iphone maps app, the maps are no longer appearing. I get only a light green map of the country. what happend? How do I get the maps to show?

    Is your Settings > Privacy > Locations Services: ON?
    Also is Maps: ON?
    Verify that cellular data or Wi-Fi is enabled.

  • HT5429 map does not show only the pins with no street view or labels

    The map details on my map appliction has disappeared. When I search for a location the pin shows up with no street view detail just a  yellow background screen

    Have you solved the issue?
    The same thing happens to me. The map details are gone, I just see the pin on a blank background. It happens on apple maps, google maps, waze, garmin. I zoomed out and the maps shows that im in Nigeria which is about 5000miles away from me
    Ive checked my location, tried checking on wifi and nothing worked.

  • HT5429 maps on iphone 5 do not display anything

    Hi everyone. I recently bought a new iPhone 5 and I have a serious problem with my maps app. It does not display anything I search except the grid lines and pins. please help how can I fix it.  pls send the instructions at [email protected] Thank you in advance.

    It is not a good idea to put any kind of personal contact information in such a public forum.
    First, close the maps app. Double click the home button.  At the bottom, press and hold any app until a red circle appears on the top of each.  Tap the red circle on the Maps app.  Next, reset the phone:  press and hold the power and home buttons at the same time until the Apple logo appears.  Ignore the red slider if it appears.

  • HT5429 Map backgrounds are not displaying on my 4s

    My iPhone 4S is running ios 6.1.2
    Apple Maps doesn't display any information at all. The location pin is visible but that's it, no map background is visible.
    This also affects other map based apps that use the map.
    Google Maps works fine, and internet access isn't a problem
    Any ideas?

    I am having the same issue with an iPhone 4S running on 6.1.2.  Shows only as a green layer (parks and such) but no streets.  In standard view I can find places, current location is accurate, but no street (or other layers) information, across the globe. The satellite view works, the hybrid view works but with no street names. I have tried home+power buttons reset but to no avail.  Not sure when it stopped working exactly, if before or after the 6.1.2 update.
    Any pointers greatly appreciated.

  • HT5429 map program

    that came with my phone is now automatically sending me to the app store  to buy an navigation app, specifically google maps. What's up?

    No it is not. The maps app will not send you unless you are trying to route using another app within apple maps.

  • HT5429 Map Issues

    For any location if i search it shows Directions are not available but with other map service providers its working

    If you are i India it is because Directions are are supported in India.
    http://www.apple.com/ios/feature-availability/#maps-directions

  • HT5429 Map app is the worst

    maps app so bad, it is not really use able. The map took me the 200 block of a street, when the address entered was the 2200 block, not entered wrong, i just click on a blue address from an email.
    Also traffic is impossible to see, you can not see slow areas and if you I large the map, it is no better.
    Can and how do I get rid of this and get something that works? Apple really screwed up this one

    You can add Google maps as a shortcut to your screen and use it until Apple updates their database.
    Open Google maps in Safari, tap on the icon with the arrow and then hit on "add to homescreen"

  • HT5429 map drections not avilable

    my i phone 5 had a problem with map...... in map app map directions not avilable

    Where are you trying to use directions, as such is not available everywhere? Read here:
    http://www.apple.com/ios/feature-availability/#maps-directions

  • HT5429 Map App

    Is there a way to delete the Map App which is total garbage and go back to using the Google Maps function which actually worked and had street view which I used all the time?

    Yes that's sadly not possible. I also feel this is a faliour by Apple.
    Sadly Apple has shipped this without real testing.
    We are many who do not understand Apple anymore, businesses loosing jobs as there business has used an integrated map/contact/calendar feature over many devices for day to day productivity.
    (And to the fan boys , who will now jump on this. Apple's CEO has said this him self, so if you can't help. Then stay silent on the subject )
    All I can suggest is to give apple feedback and post your frustration on all possible sites, so we can get this fixed as fast as possible.
    I feel with you.

  • HT5429 Maps Show That Warrior Lane. is on the wrong side of Poplar Bluff, MO. does anyone have The Same or similar problem?

    when I use Maps on ipod, warrior lane according to maps is on the northside of Poplar Bluff, Missouri. which according Poplar Bluff's City Planner, and google Maps it's on the southside

    If Apple Maps is incorrect then
    Report a problem. Tap ,circled ! then tap Report a Problem.
    If Google is wrong report to Google.

Maybe you are looking for

  • Fields in DSO & Cube

    Hi experts, I have the field 0fiscyear in my dso and also in the cube. But when creating transformation the field 0fiscyear is present in the dso but not in the cube. So that i am unable to create transformation for 0fiscyear.Anyone please explain me

  • I want to update my iphone 4 on a new computer i have never used before but i dont want to lose all my data what can i do to save songs, contacts, games etc

    I need to update my iphone 4 but have never used this computer before and i dont want to lose all my songs contacts and games can anyone help me find out if its possible and how to do it im desperate.

  • XMLExportFormat and Crystal Reports for Eclipse 2.0

    Hello, I found this example code on the Crystal Reports for Eclipse wiki but can't find XMLExportFormat(s) classes in any jar. XMLExportFormatOptions is still referenced in javadoc even if it is useless as it needs the above mentioned classes. I real

  • Convert mp3 to aac

    I used to be able to select a mp3 file and covert it to aac format. Now the only selection I get when I choose a mp3 file is convert to mp3. Whats up?

  • Eligibility check in ECM

    My client has a requirement wherein they check eligibility of the employees for LTI only on 2 dates in the year, and if an employee is eligible based on all the criteria specified on those 2 dates (ex: sept 30th and dec 17th), they are eligible for t