PDA

View Full Version : URL-like links to program


Jim
09-28-2004, 05:09 AM
Hi, thanks for the awesome development. I would like to see the capability to publish linkable addresses, that once clicked, would open WW to a specified lat/lon/elev(zoom level).

I don't know the right terminology, but this would be like Skype with its callto: protocol link or something like that. Some kind of 'registered' linking feature or broswer plugin that would automatically open WW (if not already open) and link directly to your place of interest.

Would be useful for all kinds of personal and educational uses - for libraries of location links, in conjunction with photo libraries for depicting the picture taking location, etc.

Thanks
Jim

--
I'm Jim, and I approved this message.

Llynix
09-28-2004, 05:23 AM
Originally posted by Jim@Sep 27 2004, 11:09 PM
Hi, thanks for the awesome development. I would like to see the capability to publish linkable addresses, that once clicked, would open WW to a specified lat/lon/elev(zoom level).

I don't know the right terminology, but this would be like Skype with its callto: protocol link or something like that. Some kind of 'registered' linking feature or broswer plugin that would automatically open WW (if not already open) and link directly to your place of interest.

Would be useful for all kinds of personal and educational uses - for libraries of location links, in conjunction with photo libraries for depicting the picture taking location, etc.

Thanks
Jim

--
I'm Jim, and I approved this message.
Quoted post


Doesn't google have Google Localized or something.. I remember thinking that you can do one of there searches by lat/lon.

Might be worth looking into.. then WW can link to it.

Llynix

dgm
09-28-2004, 04:15 PM
Register the "protocol" this way:

[HKEY_CLASSES_ROOT]
テつ*[wind]
テつ* テつ*(Default) = "URL:World Wind Protocol"
テつ* テつ*URL Protocol = ""
テつ* テつ*[DefaultIcon]
テつ* テつ* テつ*(Default) = "WorldWindProtocolHandler.exe"
テつ* テつ*[shell]
テつ* テつ* テつ*[open]
テつ* テつ* テつ* テつ*[command]
テつ* テつ* テつ* テつ* テつ*(Default) = "c:\whatever\WorldWindProtocolHandler.ex e "%1""


Entering the URL:

WIND:lat=34,long=118


Causes the following command line to be executed

C:\whatever\WorldWindProtocolHandler.e xe "WIND:lat=34,long=118"

Guest
09-28-2004, 04:34 PM
Conversely, how about points-of-interest that link to webpages?

rgovostes
09-28-2004, 06:25 PM
Hm, could you share a .reg file to import that?

dgm
09-28-2004, 06:30 PM
Well a .REG file would be one way of installing that "feature" but right now it would not accomplish anything, as there is no command-line interface to the application that I am aware of.

That registry information would need to be sensitive to the install location on each person's machine, as well.