kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
cleanup
rodzic
d4c9fae1bf
commit
ed5885af9b
|
@ -39,31 +39,36 @@ This, therefore, means that the podcast:location tag is complex and has a number
|
|||
|
||||
This tag can exist at either the `<channel>` level, or the `<item>` level, or both. The maximum recommended string length of all attribute values is 128 characters.
|
||||
|
||||
- `name` (required) This is a free-form string meant to be a human readable location. It may conform to conventional location verbiage (i.e. "Austin, TX"), but it shouldn't be depended on to be parseable in any specific way.
|
||||
- `geo` (recommended) This is a latitude and longitude given in "geo" notation (i.e. "geo:30.2672,97.7431").
|
||||
- `osmid` (recommended) The Open Street Map identifier of this place, given using the OSM notation (i.e. "R113314")
|
||||
<br>
|
||||
|
||||
- `name` **required**
|
||||
|
||||
|
||||
\- `name` **required**: This is meant for podcast apps to display the name of the location that the podcast is about. Examples might be "Houses of Parliament", "Gitmo Nation" or
|
||||
"Ernest Murrow Theater, Chicago"). This is not intended to be programmatically parsed and is for display only. For a programmatic designation of the location, use the geoURI or OSM IDs, below.
|
||||
This is meant for podcast apps to display the name of the location that the podcast is about. Examples might be "Houses of Parliament", "Gitmo Nation" or "Ernest Murrow Theater, Chicago"). This is not intended to be programmatically parsed and is for display only. For a programmatic designation of the location, use the geoURI or OSM IDs, below.
|
||||
|
||||
This field is a maximum of 128 characters. It may describe a real or fictional place. It should be in the same language as the podcast, as indicated in the <language> RSS tag: so a podcast in `en` should
|
||||
read Eiffel Tower, Paris and not La Tour d'Eiffel.
|
||||
|
||||
\- `geo` **recommended**: A geo URI, conformant to [RFC 5870](https://tools.ietf.org/html/rfc5870).
|
||||
<br>
|
||||
|
||||
- `geo` **recommended**
|
||||
|
||||
A geo URI, conformant to [RFC 5870](https://tools.ietf.org/html/rfc5870).
|
||||
|
||||
Examples:
|
||||
|
||||
- geo:37.786971,-122.399677 (a simple latlon description)
|
||||
- geo:37.786971,-122.399677,250 (a latlon including a height of 250 meters above ground level)
|
||||
- geo:37.786971,-122.399677;u=350 (a latlon with an accuracy ('uncertainty') of 350 meters).
|
||||
- For information that may interest space travellers: the RFC does include an optional coordinate reference system for other planets, though these are not recommended to be used yet by the RFC.
|
||||
```- geo:37.786971,-122.399677 (a simple latlon description)```<br>
|
||||
```- geo:37.786971,-122.399677,250 (a latlon including a height of 250 meters above ground level)```<br>
|
||||
```- geo:37.786971,-122.399677;u=350 (a latlon with an accuracy ('uncertainty') of 350 meters).```<br>
|
||||
|
||||
`geo` is recommended to be used alongside an OSMID. Since OSM IDs are not guaranteed to be permanent (perhaps it's the ID of a building which is later demolished), the geoURI serves as a permanent point.
|
||||
Exceptions are podcasts from, or about, fictional places. Data within these tags must relate to a real place.
|
||||
For information that may interest space travellers: the RFC does include an optional coordinate reference system for other planets, though these are not recommended to be used yet by the RFC.
|
||||
|
||||
\- `osmid` **recommended**: From an OpenStreetMap query. If a value is given for `osmid` it must contain both 'type' and 'id'.
|
||||
The `geo` attribute is recommended to be used alongside an OSMID. Since OSM IDs are not guaranteed to be permanent (perhaps it's the ID of a building which is later demolished), the geoURI serves as a permanent point. Exceptions are podcasts from, or about, fictional places. Data within these tags must relate to a real place.
|
||||
|
||||
<br>
|
||||
|
||||
- `osmid` **recommended**
|
||||
|
||||
From an OpenStreetMap query. If a value is given for `osmid` it must contain both 'type' and 'id'.
|
||||
|
||||
- osm type: A one-character description of the type of OSM point. Valid is "N" (node); "W" (way); "R" (relation).
|
||||
- osm id: The ID of the OpenStreetMap feature that is described.
|
||||
|
|
Ładowanie…
Reference in New Issue