forked from geojson/draft-geojson
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.xml
More file actions
225 lines (216 loc) · 9.04 KB
/
template.xml
File metadata and controls
225 lines (216 loc) · 9.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<?xml version="1.0" ?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [
<!ENTITY pandocMiddle PUBLIC '' 'middle.xml'>
<!ENTITY pandocConsiderations PUBLIC '' 'considerations.xml'>
<!ENTITY pandocBack PUBLIC '' 'back.xml'>
<!ENTITY pandocRef2119 PUBLIC '' 'bib/reference.RFC.2119.xml'>
<!ENTITY pandocRef2616 PUBLIC '' 'bib/reference.RFC.2616.xml'>
<!ENTITY pandocRef2818 PUBLIC '' 'bib/reference.RFC.2818.xml'>
<!ENTITY pandocRef3986 PUBLIC '' 'bib/reference.RFC.3986.xml'>
<!ENTITY pandocRef7159 PUBLIC '' 'bib/reference.RFC.7159.xml'>
<!ENTITY pandocRef5165 PUBLIC '' 'bib/reference.RFC.5165.xml'>
<!ENTITY pandocRef5246 PUBLIC '' 'bib/reference.RFC.5246.xml'>
<!ENTITY pandocRef7464 PUBLIC '' 'bib/reference.RFC.7464.xml'>
<!ENTITY pandocRef6838 PUBLIC '' 'bib/reference.RFC.6838.xml'>
<!ENTITY pandocRef7493 PUBLIC '' 'bib/reference.RFC.7493.xml'>
]>
<rfc ipr="trust200902" category="std" docName="draft-ietf-geojson-01">
<?rfc toc="yes"?> <!-- generate a table of contents -->
<?rfc symrefs="yes"?> <!-- use anchors instead of numbers for references -->
<?rfc sortrefs="yes" ?> <!-- alphabetize the references -->
<?rfc compact="yes" ?> <!-- conserve vertical whitespace -->
<?rfc subcompact="no" ?> <!-- but keep a blank line between list items -->
<front>
<title abbrev="GeoJSON">The GeoJSON Format</title>
<author initials="H." surname="Butler"
fullname="H. Butler">
<organization>Hobu Inc.</organization>
<address>
<email>howard@hobu.co</email>
</address>
</author>
<author initials="M." surname="Daly"
fullname="M. Daly">
<organization>Cadcorp</organization>
<address>
<email>martin.daly@cadcorp.com</email>
</address>
</author>
<author initials="A." surname="Doyle"
fullname="A. Doyle">
<organization>MIT</organization>
<address>
<email>adoyle@intl-interfaces.com</email>
</address>
</author>
<author initials="S." surname="Gillies"
fullname="S. Gillies">
<organization>Mapbox Inc.</organization>
<address>
<email>sean.gillies@gmail.com</email>
<uri>http://sgillies.net</uri>
</address>
</author>
<author initials="T." surname="Schaub"
fullname="T. Schaub">
<organization>Planet Labs</organization>
<address>
<email>tim.schaub@gmail.com</email>
</address>
</author>
<author initials="S." surname="Hagen"
fullname="S. Hagen">
<address>
<postal>
<street>Rheinaustr. 62</street>
<street></street>
<city>Bonn</city> <region></region>
<code>53225</code>
<country>DE</country>
</postal>
<phone></phone>
<email>stefan@hagen.link</email>
<uri>http://stefan-hagen.website/</uri>
</address>
</author>
<date day="06" month="March" year="2016"/>
<area>Applications and Real-Time Area (art)</area>
<workgroup>GeoJSON</workgroup>
<keyword>RFC</keyword>
<keyword>Request for Comments</keyword>
<keyword>I-D</keyword>
<keyword>Internet-Draft</keyword>
<keyword>JSON</keyword>
<keyword>Geospatial</keyword>
<keyword>JavaScript Object Notation</keyword>
<abstract>
<t>
GeoJSON is a geospatial data interchange format based on
JavaScript Object Notation (JSON). It defines several types of
JSON objects and the manner in which they are combined to
represent data about geographic features, their
properties, and their spatial extents.
This document recommends a single coordinate reference system
based on WGS 84. Other coordinate reference systems are not
recommended.
</t>
</abstract>
</front>
<middle>
&pandocMiddle;
&pandocConsiderations;
<section title="IANA Considerations">
<t>
The media type for GeoJSON text is <spanx
style="verb">application/geo+json</spanx> and is registered in the
"Media Types" registry described in <xref target="RFC6838"/>.
The entry for <spanx style="verb">application/vnd.geo+json</spanx> in
the same registry should have its status
changed to be Obsolete with a pointer to the media type
<spanx style="verb">application/geo+json</spanx> and a reference added
to this RFC.
<list style="hanging">
<t hangText="Type name:">application</t>
<t hangText="Subtype name:">geo+json</t>
<t hangText="Required parameters:">n/a</t>
<t hangText="Optional parameters:">n/a</t>
<t hangText="Encoding considerations:">binary</t>
<t hangText="Security considerations:">See section 9 above</t>
<t hangText="Interoperability considerations:">See section 10 above</t>
<t hangText="Published specification:">[[This document]]</t>
<t hangText="Applications that use this media type:">various</t>
<t hangText="Additional information:">
<list style="hanging">
<t hangText="Magic number(s):">n/a</t>
<t hangText="File extension(s):">.json, .geojson</t>
<t hangText="Macintosh file type code:">n/a</t>
<t hangText="Object Identifiers:">n/a</t>
<t hangText="Windows clipboard name:">GeoJSON</t>
<t hangText="Macintosh uniform type identifier:">
public.geojson conforms to public.json
</t>
</list>
</t>
<t hangText="Person to contact for further information:">
Sean Gillies (sean.gillies@gmail.com)
</t>
<t hangText="Intended usage:">COMMON</t>
<t hangText="Restrictions on usage:">none</t>
</list>
</t>
</section>
</middle>
<back>
<references title="Normative References">
&pandocRef2119;
&pandocRef6838;
&pandocRef7159;
&pandocRef7493;
<reference anchor="WGS84">
<front>
<title>Department of Defense World Geodetic System 1984, Third Edition</title>
<author>
<organization abbrev="NIMA">National Imagery and Mapping Agency</organization>
</author>
<date year="1984" />
</front>
</reference>
</references>
<references title="Informative References">
&pandocRef7464;
<reference anchor="GJ2008">
<front>
<title>The GeoJSON Format Specification</title>
<author initials="H." surname="Butler" fullname="Howard Butler"></author>
<author initials="M." surname="Daly" fullname="Martin Daly"></author>
<author initials="A." surname="Doyle" fullname="Allan Doyle"></author>
<author initials="S." surname="Gillies" fullname="Sean Gillies"></author>
<author initials="T." surname="Schaub" fullname="Tim Schaub"></author>
<author initials="C." surname="Schmidt" fullname="Christopher Schmidt"></author>
<date month="June" year="2008" />
</front>
</reference>
<reference anchor="SFSQL">
<front>
<title>OpenGIS Simple Features Specification For SQL Revision 1.1</title>
<author>
<organization abbrev="OGC">
OpenGIS Consortium, Inc.
</organization>
</author>
<date month="May" year="1999" />
</front>
<seriesInfo name="OGC" value="99-049" />
</reference>
<reference anchor="WFSv1">
<front>
<title>Web Feature Service Implementation Specification</title>
<author initials="P. A." surname="Vretanos" fullname="P. A. Vretanos">
<organization abbrev="OGC">
OpenGIS Consortium, Inc.
</organization>
</author>
<date month="May" year="2002" />
</front>
<seriesInfo name="OGC" value="02-058" />
</reference>
<reference anchor="KMLv2.2">
<front>
<title>OGC KML</title>
<author initials="T." surname="Wilson"></author>
<date month="April" year="2008" />
</front>
<seriesInfo name="OGC" value="07-147r2" />
</reference>
<reference anchor="OGCURL">
<front>
<title>OGC-NA Name type specification - definitions: Part 1 - basic name</title>
<author initials="S.J.D." surname="Cox"></author>
<date month="March" year="2010" />
</front>
<seriesInfo name="OGC" value="09-048r3" />
</reference>
</references>
&pandocBack;
</back>
</rfc>