473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

URI scheme for (geographical) map or address location? To-Do?

Is there a URI scheme for (geographical) map or address location?
e.g. something like
postal-geographical:postal:123_Main_St,Anywhere_AW,USA
postal-geographical:geographical:lat:1234.567,long:987.65 4

[RFC4395] defines an IANA-maintained registry of URI Schemes. These
registries include the Permanent and Provisional URI Schemes. The
registry is: http://www.iana.org/assignments/uri-schemes.html . I
find no such entry there.

When a user is browsing, say, evite.com, or yellowpages.dom or a
google phonebook entry, they'd like to be able to click on the address
and have their browser do the appropriate thing - use the mapping
device of their choice, much like mailto: uses the MUA (mail client)
of their choice. It could send the info to google or yahoo or mapquest
or mapblast or linedrive or the user's personal navigation system
(e.g. something in their car dash) supporting GPS and providing
directions...

http://www.google.com/search?&q=3042...0st%2C%2094115 used
to bring up links to the major mapping/directions services; now it
just brings up google's.

If there is no such scheme, I guess the place it would be proposed is
either an ietf WG or somewhere in the W3C. Anyone know?

If there is such a scheme, what browsers or clients or websites
support it?

I was going to ask if there's one for a phone #, but I see that sip IS
listed - RFC 3261. Too bad more websites don't support it; e.g. when
I'm browsing, say, evite.com, or yellowpages.dom or a google phonebook
entry, I'd like to be able to click on the phone # and have my browser
do the appropriate thing.
RFC 2806 (tel url) is NOT listed in the IANA registry. I wonder why,
and if this needs correction; probably not, as the sip RFC refers to
it extensively...
Keywords: url uri map location url draft infosystems ietf scheme

Mar 9 '07 #1
3 3573
Dan
On Mar 9, 12:41 pm, "Elvey" <gg-pub...@matthew.elvey.comwrote:
Is there a URI scheme for (geographical) map or address location?
e.g. something like
postal-geographical:postal:123_Main_St,Anywhere_AW,USA
postal-geographical:geographical:lat:1234.567,long:987.65 4
I've seen a proposed draft for a "geo:" URI scheme for latitude /
longitude / altitude designations of points on (or above or below) the
Earth's surface.

http://geouri.org/

Earlier, there was a proposed .geo top-level domain to be used in some
manner for geographic location references, but it failed to be
approved by ICANN.

--
Dan

Mar 10 '07 #2
In message <11*********************@n33g2000cwc.googlegroups. com>, Elvey
<gg*******@matthew.elvey.comwrites
>Is there a URI scheme for (geographical) map or address location?
You may be interested in the "Geo" microformat, for marking up locations
by adding standard classes to existing (X)HTML:

<http://microformats.org/wiki/geo>

e.g:
<span class="geo">
<span class="latitude">37.386013</span>,
<span class="longitude">-122.082932</span>
</span>

("span" is used for illustration, the classes could be applied to other
types of element.)

The hCard microformat:

<http://microformats.org/wiki/hcard>

does something similar for postal addresses, telephone numbers and
other contact details; and there are microformats (and proposals for
more) for other purposes, too:

<http://microformats.org/>
>when I'm browsing, say, evite.com, or yellowpages.dom or a google
phonebook entry, I'd like to be able to click on the phone # and have
my browser do the appropriate thing.
That's exactly what microformats are for.

--
Andy Mabbett
* Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
* Free Our Data: <http://www.freeourdata.org.uk>
* Are you using Microformats, yet: <http://microformats.org/?
Mar 11 '07 #3
On 9 Mar, 17:41, "Elvey" <gg-pub...@matthew.elvey.comwrote:
Is there a URI scheme for (geographical) map or address location?
What are you after here? A format or a vocabulary?

A format is something like the Microformats approach that Andy Mabbett
cited. It defines nothing about geography, it just gives you a
structure or schema for your properties related to them.

A vocabulary is something like the Getty Thesaurus of Geographical
Names (TGN) that gives you a list of independently-defined data points
(or "taxons", if you like) that you can use as literal values within
these formats. Another one might be postcodes, or numeric values of
lat/long.

You need both of these to work. You should also avoid any formats that
imply the vocabulary, as a rigid coupling here is a nuisance in the
future. Find a format that can express both, even if its chosen
vocabulary is then something like Google KMZ that then couples them
together again. At least you still have the option at the application
level.

Mar 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: fausty | last post by:
Hi, I have a question. I hope someone can help me. :-) I'm writing an internet marketing application in php and I need to import inside a mysql db all data about countries, district or...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
3
by: A.M | last post by:
Hi, We have special kind of service that covers just north on America (US and Canada), so we want to redirect users comming from another country to another page. I am looking for a web...
6
by: James Owens | last post by:
I maintain a small web page for internal company use. People access it by typing "library" in their browser address bar; this defaults to "http://library" which the network admin magically...
0
by: jBletsch | last post by:
I'm having a problem accessing a web service from outside our network. I think the problem is that in the Service Description it's putting the IP address in the "soap:address location" ...
4
by: Molina | last post by:
Hi !!! I have a VB.Net application that consumes an WebService. The problem is that the HTTP address works fine, but it will change to an HTTPS address, and it isn't working. The weird thing...
4
by: andreas.w.h.k. :-\) | last post by:
How do I change the address location in the wsdl <wsdl:port name="SearchSoap12" binding="tns:SearchSoap12"> <soap12:address location="http://searchservices/engine/search.asmx" /> </wsdl:port> ...
4
by: torrance_bloke | last post by:
Hi, Does anyone know if DB2 has the capability to cluster in an active/active mode over geographical distances. I am aware of the replication tools and HADR capabilities but this is more...
2
by: jtbjurstrom | last post by:
I'm new to WCF as well as services and am having trouble running the WCF samples. We've chosen to pursue the WCF model to communicate from a client WinForm GUI to a service running within a LAN. We...
3
by: rpupkin77 | last post by:
Hey, How does one going about their user's geographical location? Is that even a PHP question. For example, a site may say "Find others near Boston", but if you were in New York, it would say...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.