Google maps or Virtual Earth

Centigon has a nice new tool for integrating Google maps into Xcelsius - however it costs about $1K and it requires the expensive Google maps premier license.   Anyone have ideas on other ways to use Google maps or Virtual Earth for showing data within Xcelsius?   Thanks very much.   User reaction is poor to my built in continent map with little hand placed icons over the countries in which we do business - can't blame them after using Google or Microsoft mapping products.

Are they looking for interactivity, or simply a better looking picture?
One suggestion I could offer is to use is XComponents. They are really a great free alternative:
http://xcomponents.blogspot.com/2008/07/xcelsius-www.html
I hope that helps!
Thanks,
Brian

Similar Messages

  • Why does Google maps not render "Earth view" properly in Firefox, but works fine in other browsers?

    I've been using firefox forever, use it with google maps, mostly with earth view and suddenly, it shows a diagonal mirror image of the map from the bottom right corner to the top left. Google maps in Chrome works fine and maps in Google Earth also work fine.

    We are aware of this issue and will be releasing a Firefox 37.0.2 to correct this within a day or so :)

  • Iweb, google maps/earth .kml or api

    i am trying to do is put a web album on my iweb website, i would like to have the photos shown in a google map such as using in a kml from google earth or maybe create it in "my maps" and embedding it in on my website. any ideas how i can do that or am i doomed to only be able to link it to another webpage not made with iweb? my friend has done so using wordpress for the and the site is http://www.aaron-and-erika.com
    he used a javascript which i tried to convert to a html snippet and failed horribly.

    I have seen a tutorial (Google Maps demo Custom Markers ) by Raymond Camden
    posted in the new issue of Appliness magazine  on the iPad and they got PDF version as well check it out. http://appliness.com/code/Appliness-10-Jan-2013.pdf
    Mohd

  • How to show Google Maps and Earth in a video.

    I recently videoed my grandaughter's wedding but didnt get any footage suitable for the opening sequence.
    There is a good shot of the church (in country Australia) on Google Maps & Earth so I though, for a background for the opening titles, I could zoom in from outer space on the church like you can zoom with Google Maps!
    Is there a way anyone can think of a way of getting the pics directly other than putting my camera in front of the computer monitor screen?
    Perhaps there is an app that can capture moving computer screens?
    Google zoom goes in big steps. Once I had the frames of hundreds of jpg's, is there an effect to automatically get a smooth progression so it appears to zooms smoothly?
    Manully resizing and adding intermediate frames sounds so lengthy that I might not live long enought to see the final result!

    There are many applications to record screen activity. Some free, some not. Most commercial one will allow you to download a trial version (although probably limited in some way (e.g. maximum recordable time, or a banner).
    The two most famous (probably)  are the free CamStudio and the commercial Camtasia. Note that on the CamStudio page there is a Google link to the commercial product. The links for the free CamStudio are about 2/3 of the way down the page. Even Microsoft has a free offering - Expression Encoder (although it's not too clear if the free version captures screen activity).
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Google Maps Google Earth Selection Opens MapsWithMe

    Folks,
    I have App MapsWithMe installed. When I use the new Google Maps App and select Google Earth, MapsWithMe opens. I have sent Google feedback.

    Could it be that the GPS is not working properly? Maybe you are in a location
    where the iPad is not getting a clear view of the satellite and it is
    relying exclusively on the cell network for positioning.
    If the problem persists when you are outside with a clear view of the sky
    then there may be a problem with you device.
    Regards

  • Maps: Google Earth, google maps, google maps app...what's the difference?

    I can't really figure out the difference between Google Earth, the maps app (google's) that comes on the iPhone, and the google maps that you can use in google (if this makes sense?). There are subtle differences in the way they LOOK...but are there any major differences I'm not seeing? Why would one have Google Earth, Google Maps, and the google apps (map), on their phone? Sorry if this is a really silly question...
    Also, does anyone know if it's possible to view a map of a city and have it show ALL of your pins at once? For example, it would show a pin where my 6 friends live, my favorite 4 restaurants that I've labeled, and everyone in my contacts list etc.
    Thanks for your patience and help!

    Julian,
    Thanks for the reply.
    What I was getting at was the apparent inability to view multiple contacts as map pins on the iPhone maps app. For example, if I were a connoisseur of Indian restaurants, and had my favourites listed in my contacts, it would be great to see all of my faves on the map so I could choose which is closest.
    Since I bought my iPhone in 2009 I have thought that maps on the iPhone are window dressing and could be so much better for social and business use.

  • Oracle 10g R2 and MS Virtual Earth projection

    Hi all,
    I need create new projection system in Oracle 10g R2 for Virtual Earth.
    Currently I use coordinate system with srid 49155, but this differs in Y coordinate.
    I tried create new projection system, but it produce same results as 49155.
    I followed the recomendations on Re: user-defined cordinate system transformation problem
    but I got same results as with srid 49155
    I do this transformation:
    select sdo_cs.transform(
    SDO_GEOMETRY(
    2001,
    1000002,
    SDO_POINT_TYPE(
    (-700774.6752209459),
    (7055443.457852785),
    NULL),
    NULL,
    NULL),
    8307)
    from dual;
    1000002 is my srid defined along Re: user-defined cordinate system transformation problem
    my results:
    SDO_CS.TRANSFORM(SDO_GEOMETRY(2001,1000002,SDO_POINT_TYPE((-700774.6752209459),(
    SDO_GEOMETRY(2001, 8307, SDO_POINT_TYPE(-6.295166, 53.5737997, NULL), NULL, NULL
    source coordinates: -700774.6752209 7055443.457852785
    expected results confirmed with cs2cs util are
    -6.295166 53.389881
    (cs2cs command - cs2cs proj=merc a=6378137 b=6378137 lat_ts=0.0 lon_0=0.0 x_0=0.0 y_0=0 k=1.0 units=m nadgrids=@null +no_defs -f "%.6f")
    I tried some modifications described here: SDO_CS.TRANSFORM_LAYER Works for Mercator Not Stereographic
    - changing SOURCE_GEOG_SRID doesn't have any effect
    - other changes I wasn't able to follow
    - the original WKT is from http://www.spatialreference.org/ref/user/google-projection/
    Here is modified version which is accepted by Oracle
    PROJCS["WGS84 / Simple Mercator", GEOGCS[ "WGS 84",DATUM ["WGS_1984",SPHEROID ["WGS_1984", 6378137.0, 298.257223563]],
    PRIMEM[  "Greenwich", 0.000000 ], UNIT ["Decimal Degree", 0.017453292519943295]],
         PROJECTION["Mercator"], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0],
         PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0],
         UNIT["Meter", 1.000000000000]]
    I tried to create new SRID from SRID 49155 and change only WKT, this doesn't help too.
    insert into sdo_coord_ref_system
    SELECT 900913, a.coord_ref_sys_name, a.coord_ref_sys_kind,
    a.coord_sys_id, a.datum_id, 10047,
    2000026, a.projection_conv_id, a.cmpd_horiz_srid,
    a.cmpd_vert_srid, a.information_source, a.data_source,
    a.is_legacy, a.legacy_code, 'PROJCS["WGS84 / Simple Mercator", GEOGCS[ "WGS 84",                  DATUM ["WGS 84",                SPHEROID ["WGS 84",    6378137.0, 298.257223563]], PRIMEM[  "Greenwich", 0.000000 ], UNIT ["Decimal Degree", 0.017453292519943295]], PROJECTION["Mercator"], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["Meter", 1.000000000000]]', a.legacy_cs_bounds, a.is_valid, a.supports_sdo_geometry
    FROM mdsys.sdo_coord_ref_sys a where srid=49155;
    Where I do mistake? Is tehere something else I have to configure in Oracle?
    Does anybody use Oracle with MS Virtual Earth/Google maps ....?
    Thank you very much.
    Regards.
    Zdenek Vrablik

    Here are commands I use to configure new srid:
    (source : Re: user-defined cordinate system transformation problem
    delete from sdo_coord_ref_system where srid = 1000002;
    delete from sdo_coord_op_param_vals where coord_op_id = 1000002;
    delete from sdo_coord_ops where coord_op_id = 1000002;
    delete from sdo_coord_ref_system where srid = 1000003;
    delete from sdo_datums where datum_id = 1000003;
    delete from sdo_ellipsoids where ellipsoid_id = 1000003;
    insert into MDSYS.SDO_ELLIPSOIDS (
    ELLIPSOID_ID,
    ELLIPSOID_NAME,
    SEMI_MAJOR_AXIS,
    UOM_ID,
    INV_FLATTENING,
    SEMI_MINOR_AXIS,
    INFORMATION_SOURCE,
    DATA_SOURCE,
    IS_LEGACY,
    LEGACY_CODE)
    VALUES (
    1000003,
    'Sphere_ArcSDE',
    6378137.0,
    9001,
    298.257223563,
    NULL,
    null,
    null,
    'FALSE',
    null);
    insert into MDSYS.SDO_DATUMS (
    DATUM_ID,
    DATUM_NAME,
    DATUM_TYPE,
    ELLIPSOID_ID,
    PRIME_MERIDIAN_ID,
    INFORMATION_SOURCE,
    DATA_SOURCE,
    SHIFT_X,
    SHIFT_Y,
    SHIFT_Z,
    ROTATE_X,
    ROTATE_Y,
    ROTATE_Z,
    SCALE_ADJUST,
    IS_LEGACY,
    LEGACY_CODE)
    VALUES (
    1000003,
    'Sphere_ArcSDE',
    'GEODETIC',
    1000003,
    8901,
    null,
    null,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    'FALSE',
    NULL);
    insert into MDSYS.SDO_COORD_REF_SYSTEM (
    SRID,
    COORD_REF_SYS_NAME,
    COORD_REF_SYS_KIND,
    COORD_SYS_ID,
    DATUM_ID,
    SOURCE_GEOG_SRID,
    PROJECTION_CONV_ID,
    CMPD_HORIZ_SRID,
    CMPD_VERT_SRID,
    INFORMATION_SOURCE,
    DATA_SOURCE,
    IS_LEGACY,
    LEGACY_CODE,
    LEGACY_WKTEXT,
    LEGACY_CS_BOUNDS)
    VALUES (
    1000003,
    'Sphere_ArcSDE',
    'GEOGRAPHIC2D',
    6422,
    1000003,
    NULL,
    NULL,
    NULL,
    NULL,
    null,
    null,
    'FALSE',
    NULL,
    NULL,
    NULL);
    insert into MDSYS.SDO_COORD_OPS (
    COORD_OP_ID,
    COORD_OP_NAME,
    COORD_OP_TYPE,
    SOURCE_SRID,
    TARGET_SRID,
    COORD_TFM_VERSION,
    COORD_OP_VARIANT,
    COORD_OP_METHOD_ID,
    UOM_ID_SOURCE_OFFSETS,
    UOM_ID_TARGET_OFFSETS,
    INFORMATION_SOURCE,
    DATA_SOURCE,
    SHOW_OPERATION,
    IS_LEGACY,
    LEGACY_CODE,
    REVERSE_OP,
    IS_IMPLEMENTED_FORWARD,
    IS_IMPLEMENTED_REVERSE)
    VALUES (
    1000002,
    'Mercator_Sphere_ArcSDE',
    'CONVERSION',
    NULL,
    NULL,
    NULL,
    NULL,
    9805,
    NULL,
    NULL,
    NULL,
    NULL,
    1,
    'FALSE',
    NULL,
    1,
    1,
    1);
    -- Now,let's configure the projection parameters:
    -- 8823: Latitude_Of_Origin
    insert into MDSYS.SDO_COORD_OP_PARAM_VALS (
    COORD_OP_ID,
    COORD_OP_METHOD_ID,
    PARAMETER_ID,
    PARAMETER_VALUE,
    PARAM_VALUE_FILE_REF,
    UOM_ID)
    VALUES (
    1000002,
    9805,
    8823,
    0.0,
    NULL,
    9102);
    -- 8802: Central_Meridian
    insert into MDSYS.SDO_COORD_OP_PARAM_VALS (
    COORD_OP_ID,
    COORD_OP_METHOD_ID,
    PARAMETER_ID,
    PARAMETER_VALUE,
    PARAM_VALUE_FILE_REF,
    UOM_ID)
    VALUES (
    1000002,
    9805,
    8802,
    0.0,
    NULL,
    9102);
    -- 8806: False_Easting
    insert into MDSYS.SDO_COORD_OP_PARAM_VALS (
    COORD_OP_ID,
    COORD_OP_METHOD_ID,
    PARAMETER_ID,
    PARAMETER_VALUE,
    PARAM_VALUE_FILE_REF,
    UOM_ID)
    VALUES (
    1000002,
    9805,
    8806,
    0.0,
    NULL,
    9001);
    -- 8807: False_Northing
    insert into MDSYS.SDO_COORD_OP_PARAM_VALS (
    COORD_OP_ID,
    COORD_OP_METHOD_ID,
    PARAMETER_ID,
    PARAMETER_VALUE,
    PARAM_VALUE_FILE_REF,
    UOM_ID)
    VALUES (
    1000002,
    9805,
    8807,
    0.0,
    NULL,
    9001);
    insert into MDSYS.SDO_COORD_REF_SYSTEM (
    SRID,
    COORD_REF_SYS_NAME,
    COORD_REF_SYS_KIND,
    COORD_SYS_ID,
    DATUM_ID,
    SOURCE_GEOG_SRID,
    PROJECTION_CONV_ID,
    CMPD_HORIZ_SRID,
    CMPD_VERT_SRID,
    INFORMATION_SOURCE,
    DATA_SOURCE,
    IS_LEGACY,
    LEGACY_CODE,
    LEGACY_WKTEXT,
    LEGACY_CS_BOUNDS,
    GEOG_CRS_DATUM_ID)
    VALUES (
    1000002,
    'Mercator_Sphere_ArcSDE',
    'PROJECTED',
    4530,
    NULL,
    1000003,
    1000002,
    NULL,
    NULL,
    NULL,
    NULL,
    'FALSE',
    NULL,
    NULL,
    NULL,
    1000003);

  • Looking for a kind of Google Maps plugin

    Hi everybody,
    I saw lot of tutorials about HoudahGeos Google Maps integration with Lightroom for Mac users. And i'm looking, for a while, to the same functionality for PC users. I do not own a camera with builtin GPS support or even an external tracking unit, but I'd like to drop a pin on the location of some photo I take.
    Does anyone have a solution ?
    Thx

    One particularly good thing about HoudahGeo is that it can identify folders and collections in Lightroom and list their contents. This is a handy addition to standard File Open or drag and drop ways to get the files. As a note, it seems better to use HoudahGeo with Google Earth, rather than Google Maps, as you then have the ability to search for locations.
    I'd also recommend Geosetter for Windows. I feel it's actually the better of the two programs. One caution is to be careful about the order in which you do work in LR, and read in the GPS data. If there are LR adjustments, Metadata > Read from File can overwrite them - after all, that's what you're telling LR to do. So make sure that you run Metadata > Save to File first.
    John

  • Create .kml based google map in iWeb

    Using iWeb 08, I can easily and successfully insert google maps into my pages using the web widget. I am then limited to an address though for the base map.
    Does anyone know whether it is possible to insert a google earth based .kml file in iWeb so that when a user opens the page, the desired placemarks etc... are displayed and available?
    If so, how might I go about accomplishing this?
    any pointers are very much appreciated!

    furban wrote:
    Using iWeb 08, I can easily and successfully insert google maps into my pages using the web widget. I am then limited to an address though for the base map.
    Don't use iweb2 google map widget.
    Instead, go to google map, enter the GPS coordinates, then add it using HTML Snippet. See this thread:
    http://discussions.apple.com/thread.jspa?threadID=1399683&tstart=0

  • In google maps I cannot go to street view as I can in my other browsers. It tries to but quits and then says "done"

    Google maps has street view where you can virtually put yourself on the street and move in 360 degrees of rotation and move in any direction to see the address you just looked up as it appears if you were standing in front of it. It used to work in earlier Firefox but in 3.6.9 it tries to but quits before it accomplishes the task stating "done" in the bottom lower left on the taskbar(?) then leaves a blank white screen. All necessary plug ins have been installed; Adobe Flash Player, Java, Shockwave. It works fine in Google Chrome and explorer but Firefox is my browser the browser I use over all others.

    If you use extensions like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flashblock</i> that can block content then make sure that such extensions aren't blocking content.
    See [[Troubleshooting extensions and themes]]

  • Add marker to Google Map

    Hi there.  I am creating an iPad app with In Design CS5.5. I want to add a link from an image with a button to a Google map showing where the image was taken. I can successfully add the map and load it but I cannot find out how to add the marker showing the exact location. I also want earth view to appear rather than street maps.  Hope somebody can help.  Many thanks in advance.  Ian Brodie

    Hi Ian
    Dont know if this will help, but this pages shows how to define a url to a specific point on a map, ie with postcodes etc
    Cheers
    Alistair
    https://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articl es/MapLinks.html%23//apple_ref/doc/uid/TP40007894-SW1

  • Google Maps - Is It Free or a Trial Version?

    This might be a silly question, but is Google Maps free?
    When I go to the Google Maps software app, the Terms & Conditions start off "Thank you for trying out the Google Maps software application...".
    So before I activate it, I'd like to know if it's a free app or only a trial version.  I don't really "need" it at the moment, so if it's only a trial version, I might want to hold off on activating it.
    Thanks! 
    Post relates to: Centro (Sprint)
    This question was solved.
    View Solution.

    Google Maps is free. I don't think there is a paid version of Google Maps Mobile. (Although there is a paid version of Google Earth on the PC.)
    Post relates to: Tungsten T5

  • Google Maps in Tiger

    Hey. I just saw that commercial for the iPhone with the maps? How awesome is that? !
    Is there an app like that for my MBP? Preferably just like that widget.
    I would also take just a non-browser based version of google maps, unless google earth can do that (in onther words...streets not photos.)
    What are my options?

    Google Earth will display streets (with names) if you enable the right layers. You can give it a street address and it will go to that location.

  • Opening Google Map with PDA GPRS in LabVIEW

    Hi,
    I would like to open Google Map in Internet Explorer of my PDA(connectivity through GPRS).
    The required URL example is http://maps.google.co.in/?ie=UTF8&ll=13.277373,77.623901&spn=1.83638,3.161316&z=9.
    Please let me know if any of you can provide insight towards opening this URL in LabVIEW in PDA.
    I use Windows Mobile 6.1 on HTC3350.
    Thanks in advance,
    Manu Mohan

    Manu,
    If you have options of using ActiveX properties on the mentioned windows mobile &
    also support for sufficient space ; install google maps and use the API`s to map them 
    on.
    Do try these links , may be of some help.
    Downloadable google maps 
    http://google-maps-for-mobile.en.softonic.com/java
    Google earth api`s 
    http://forums.ni.com/ni/board/message?board.id=170&message.id=217121
    Regards,
    Sundar.

  • Google maps

    have google released their maps API for people to run on their own servers
    likely use of this would be a large company that wants to offer data which could be displayed in the same way as maps can.

    yes i believe i know what an API is
    they have their cusomised program/interface on their server
    and using custom commands which are built into their end you perform actions
    in this case they have given users as way to create maps with javascript
    however
    the interface they provide only outputs THIER map data
    i was asking if they provide the platform  so that other people can use it to provide data which is suitable for distribution in a similar way (I ovoided saying so that other people can provide their map data) because google earth/maps is rather comprehensive anyway)
    it would be the equivilant of downloading a web server so you can run your website from your own PC instead of from a host.
    except that hosts let you submit your own website (the data) google maps does not.

Maybe you are looking for