pull/149/head
Dave Jones 2020-12-23 14:46:50 -06:00
rodzic 9e16e27882
commit 8471c162d1
2 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -147,11 +147,12 @@ full implementation details.
Channel or Item (optional | multiple)
This tag is intended to describe the location of editorial focus for a podcast's content - i.e. "what place is this podcast about?" This tag has many use cases and is one of the more complex ones. You are **highly encouraged**
to read the full [implementation document](location/location.md) before starting to code for it.
This tag is intended to describe the location of editorial focus for a podcast's content - i.e. "what place is this podcast about?"
The tag has many use cases and is one of the more complex ones. You are **highly encouraged** to read the full [implementation document](location/location.md) before starting to code for it.
- `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` (optional) This is a latitude and longitude given in "geo" notation (i.e. "geo:30.2672,97.7431").
- `geo` (optional) This is a latitude and longitude given in "geo" notation (i.e. "geoURI:30.2672,97.7431").
- `osmid` (optional) The Open Street Map identifier of this place, given using the OSM notation (i.e. "R113314")
The maximum recommended string length of all attribute values is 128 characters.

Wyświetl plik

@ -1,9 +1,9 @@
## Location tag format details
## Location tag format details <small>(11 Dec, v4.1 - a short note on privacy in the UX suggestion section)</small>
Below, you will find implementation details and UX recommendations for the `<podcast:location>` tag.
<br><br>
### Format
- **\<podcast:location name="[humanly readable place name]" (geo="[geoURI]") (osmid="[OSM type][OSM id]") />** (finalized)
@ -17,8 +17,6 @@ Below, you will find implementation details and UX recommendations for the `<pod
<hr>
(11 Dec, v4.1 - a short note on privacy in the UX suggestion section)
Channel (optional | multiple)
Item (optional | multiple)