From 5cca9a3ea486b63e00bab551747d9e1ce2a51b9a Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 31 Oct 2024 10:08:11 +0100 Subject: [PATCH] Add info about new Media type for CityJSONSeq --- _posts/2024-10-31-media-type-cityjsonseq.md | 14 ++++++++++++++ cityjsonseq/index.md | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 _posts/2024-10-31-media-type-cityjsonseq.md diff --git a/_posts/2024-10-31-media-type-cityjsonseq.md b/_posts/2024-10-31-media-type-cityjsonseq.md new file mode 100644 index 0000000000..6c2f3a052f --- /dev/null +++ b/_posts/2024-10-31-media-type-cityjsonseq.md @@ -0,0 +1,14 @@ +--- +layout: post +title: CityJSONSeq now has its own media type +categories: news +date: 2024-10-31 10:05 +--- + +CityJSONSeq now has [its own media type](https://www.iana.org/assignments/media-types/application/city+json-seq), which is also known as a MIME type (Multipurpose Internet Mail Extensions). + +A media type indicates the content and format of a document, and is widely used on the web. + +CityJSONSeq has the following type: `application/city+json-seq`. + +CityJSON files also have their own media type: [`application/city+json`](https://www.iana.org/assignments/media-types/application/city+json). \ No newline at end of file diff --git a/cityjsonseq/index.md b/cityjsonseq/index.md index 50d3810dec..b7e00e4584 100644 --- a/cityjsonseq/index.md +++ b/cityjsonseq/index.md @@ -179,3 +179,8 @@ cat NYC.city.jsonl | cjseq filter --random 10 | python ./src/cjseqview.py` ``` +## Media type for CityJSONSeq + +It should be noticed that CityJSONSeq has its own media type: `application/city+json-seq`, [see the official page](https://www.iana.org/assignments/media-types/application/city+json-seq). + +There is also a different [media type for CityJSON](https://www.iana.org/assignments/media-types/application/city+json).