geographic location uri scheme
Posted
by diciu
on Stack Overflow
See other posts from Stack Overflow
or by diciu
Published on 2009-03-12T09:17:44Z
Indexed on
2010/04/21
14:53 UTC
Read the original article
Hit count: 294
uri
I'd like to use a URI scheme to enable the users of one of my apps to share geographic locations.
I don't want to invent my own URI scheme and "geo" seems the most appropriate but there are only two Internet Drafts on the subject (draft-mayrhofer-geo-uri-01, draft-mayrhofer-geo-uri-02), both expired and wildly different in the way they approach the standard.
Is there an URI that's suited for encoding latitude and longitude and that made it as an RFC? Should I use a generic URI such as the tag URI scheme?
© Stack Overflow or respective owner