-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathtemplate.xml
236 lines (226 loc) · 10.2 KB
/
template.xml
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
226
227
228
229
230
231
232
233
234
235
236
<?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 pandocRef5165 PUBLIC '' 'bib/reference.RFC.5165.xml'>
<!ENTITY pandocRef5246 PUBLIC '' 'bib/reference.RFC.5246.xml'>
<!ENTITY pandocRef6772 PUBLIC '' 'bib/reference.RFC.6772.xml'>
<!ENTITY pandocRef6838 PUBLIC '' 'bib/reference.RFC.6838.xml'>
<!ENTITY pandocRef7159 PUBLIC '' 'bib/reference.RFC.7159.xml'>
<!ENTITY pandocRef7464 PUBLIC '' 'bib/reference.RFC.7464.xml'>
<!ENTITY pandocRef7493 PUBLIC '' 'bib/reference.RFC.7493.xml'>
]>
<rfc ipr="trust200902" category="std" docName="draft-ietf-geojson-04">
<?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">
<address>
<email>adoyle@intl-interfaces.com</email>
</address>
</author>
<author initials="S." surname="Gillies"
fullname="S. Gillies">
<organization>Mapbox</organization>
<address>
<email>sean.gillies@gmail.com</email>
<uri>http://sgillies.net</uri>
</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>
<email>stefan@hagen.link</email>
<uri>http://stefan-hagen.website/</uri>
</address>
</author>
<author initials="T." surname="Schaub"
fullname="T. Schaub">
<organization>Planet Labs</organization>
<address>
<email>tim.schaub@gmail.com</email>
</address>
</author>
<date day="23" month="June" 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. GeoJSON uses a geographic
coordinate reference system, World Geodetic System 1984, and units
of decimal degrees.
</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 <xref target="security-considerations" pageno="false" format="default"/> above</t>
<t hangText="Interoperability considerations:">See <xref target="interoperability-considerations" pageno="false" format="default"/> above</t>
<t hangText="Published specification:">[[This document]]</t>
<t hangText="Applications that use this media type:">No known applications currently use this media type. This media type is intended for GeoJSON applications currently using the "application/vnd.geo+json" or "application/json" media types, of which there are several categories: web mapping, geospatial databases, geographic data processing APIs, data analysis and storage services, and data dissemination.</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>
<t hangText="Restrictions on usage:">none</t>
<t hangText="Author:">see "Authors' Addresses" section of [[This document]].</t>
<t hangText="Change controller:">Internet Engineering Task Force</t>
</list>
</t>
</section>
<section title="Acknowledgements">
<t>The GeoJSON format is the product of discussion on the GeoJSON mailing
list, http://lists.geojson.org/listinfo.cgi/geojson-geojson.org, before
October 2015 and the IETF's GeoJSON WG after October 2015.</t>
<t>Material in this document was adapted with changes from
http://geojson.org/geojson-spec.html [GJ2008] which is licensed under
http://creativecommons.org/licenses/by/3.0/us/.</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">
&pandocRef6772;
&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="Sweeney">
<front>
<title>k-anonymity: a model for protecting privacy</title>
<author initials="L." surname="Sweeney"></author>
<date year="2002" />
</front>
<seriesInfo name="International Journal on Uncertainty, Fuzziness and Knowledge-based Systems" value="10 (5), 2002; 557-570" />
</reference>
</references>
&pandocBack;
</back>
</rfc>