A user could type the data extracted from this URI into a electronic
navigation device, or even use it to locate the identified location
on a paper map.
6.2. Hyperlink
'geo' URIs could (like any other URI scheme) also be embedded as
hyperlinks in web pages. A Hyper Text Markup Language (HTML) snippet
with such a hyperlink could look like:
one of Vienna's most popular sights is the Karlskirche
6.3. Header Field
Many protocols support the use of arbitrary URI schemes, for example
in their header Fields. A Session Initiation Protocol (SIP) [7]
REGISTER request could contain a 'Contact' header with a 'geo' URI,
to reflect the geographic location to be used to contact the
registering entity physically:
REGISTER sip:geoaware.example.com SIP/2.0
Via: SIP/2.0/UDP mypc.example.org:5060;branch=z9hG4bKnashds7
Max-Forwards: 70
To: Joe Geo
From: Joe Geo ;tag=456248
Call-ID: aaafafff-84230@7afagggdd
CSeq: 42 REGISTER
Contact:
Mayrhofer & Spanring Expires July 6, 2007 [Page 9]
Internet-Draft 'geo' URI scheme January 2007
Contact:
6.4. Web Mapping Services
A rather common method for accessing geographic information on the
Internet are web mapping services (WMS) [6]. An image containing a
map is delivered by a mapserver as response to a WMS request. WMS
requests usually contain a bounding box (enclosing rectangle), the
spatial reference system (e.g. 'EPSG:4326' for WGS84), displayed
layers (e.g. roads, borders), image dimensions and image format (e.g.
'image/png'):
http://map.example.org/maps/wms.cgi?BBOX=16,48,18,50&SRS=EPSG:4326 \
&LAYERS=roads,borders&WIDTH=400&HEIGHT=400&FORMAT=image/png
A location identified by a 'geo' URI could be used to support input
parameters in terms of a center point of a WMS request. Query
parameters could be used to reflect the requested type of service,
eg. a 'geo' URI could be mapped to a WMS request as follows:
geo:48.20833,16.37278,171?service=wms&scale=5000&layers=roads,borders
\ &height=400&width=400&format=image/png
A bounding box can be calculated by given scale, height and width.
In our case, based on an output scale of 1:5000 and 400px image
height and width the bounding box width and height is 0.00634
degrees. A 'geo' URI is limited to one spatial reference system,
thus 'SRS=EPSG:4326' is a constant parameter in WMS transformations.
The resulting WMS request could look like:
http://map.example.org/maps/wms.cgi?BBOX=16.05690,47.89167, \
16.69142,48.52619&SRS= EPSG:4326&LAYERS=roads,borders&WIDTH=400 \
&HEIGHT=400&FORMAT=image/png
7. IANA Considerations
This document requests assignment of the 'geo' URI scheme in the IETF
part of the URI scheme tree, according to the guidelines in BCP 115
(RFC 4395) [4]. The definitions required for the assignment are
contained in Section 4.
8. Security Considerations
Because the 'geo' URI is not tied to any specific protocol, and
identifies a physical location rather than a network resource, most
of the general security considerations on URIs (Section 7 of RFC
Mayrhofer & Spanring Expires July 6, 2007 [Page 10]
Internet-Draft 'geo' URI scheme January 2007
3986) do not apply. However, the following (additional) issues
apply:
8.1. Invalid Locations
The URI syntax (Section 4.3) makes it possible to construct valid
'geo' URIs which don't identify a valid location on earth.
Applications MUST NOT use URIs which such invalid values, and SHOULD
warn the user when such URIs are encountered.
An example of such an invalid URI would be (latitude
"beyond" north pole).
8.2. Location Privacy
Location information about individuals is an extremely sensitive
topic, especially when location is combined with Personally
Identifyable Information (PII).
In cases where location information about individuals is used in a
publicly available 'geo' URI, the explicit consent of the individual
is REQUIRED.
8.3. Malicious Locations
As with other URI schemes, the information provisioned in 'geo' URIs
cannot be trusted unless some kind of trust relation with the author
of a URI is in place. Applications of the 'geo' URI SHOULD consider
methods of validating and protecting URIs.
9. References
9.1. Normative References
[1] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986,
January 2005.
[2] Bradner, S., "Key words for use in RFCs to Indicate Requirement
Levels", BCP 14, RFC 2119, March 1997.
[3] Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", RFC 4234, October 2005.
Mayrhofer & Spanring Expires July 6, 2007 [Page 11]
Internet-Draft 'geo' URI scheme January 2007
9.2. Informative References
[4] Hansen, T., Hardie, T., and L. Masinter, "Guidelines and
Registration Procedures for New URI Schemes", BCP 115, RFC 4395,
February 2006.
[5] National Imagery and Mapping Agency, "Department of Defense
World Geodetic System 1984, Third Edition", NIMA TR8350.2,
January 2000.
[6] Open GIS Consortium Inc., "Web Map Service Implementations
Specification, Version 1.1.1", OGC 01-068r3, January 2002.
[7] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, A.,
Peterson, J., Sparks, R., Handley, M., and E. Schooler, "SIP:
Session Initiation Protocol", RFC 3261, June 2002.
Authors' Addresses
Alexander Mayrhofer
enum.at GmbH
Karlsplatz 1/9
Wien A-1010
Austria
Phone: +43 1 5056416 34
Email: alexander.mayrhofer@enum.at
URI: http://www.enum.at/
Christian Spanring
OIR-Informationsdienste GmbH
Franz-Josefs-Kai 27
Wien A-1010
Phone: +43 1 5338747 36
Email: spanring@oir.at
URI: http://www.oir.at/
Mayrhofer & Spanring Expires July 6, 2007 [Page 12]
Internet-Draft 'geo' URI scheme January 2007
Full Copyright Statement
Copyright (C) The IETF Trust (2007).
This document is subject to the rights, licenses and restrictions
contained in BCP 78, and except as set forth therein, the authors
retain all their rights.
This document and the information contained herein are provided on an
"AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Intellectual Property
The IETF takes no position regarding the validity or scope of any
Intellectual Property Rights or other rights that might be claimed to
pertain to the implementation or use of the technology described in
this document or the extent to which any license under such rights
might or might not be available; nor does it represent that it has
made any independent effort to identify any such rights. Information
on the procedures with respect to rights in RFC documents can be
found in BCP 78 and BCP 79.
Copies of IPR disclosures made to the IETF Secretariat and any
assurances of licenses to be made available, or the result of an
attempt made to obtain a general license or permission for the use of
such proprietary rights by implementers or users of this
specification can be obtained from the IETF on-line IPR repository at
http://www.ietf.org/ipr.
The IETF invites any interested party to bring to its attention any
copyrights, patents or patent applications, or other proprietary
rights that may cover technology that may be required to implement
this standard. Please address the information to the IETF at
ietf-ipr@ietf.org.
Acknowledgment
Funding for the RFC Editor function is provided by the IETF
Administrative Support Activity (IASA).
Mayrhofer & Spanring Expires July 6, 2007 [Page 13]