phase 2 - location tag

pull/190/head
Dave Jones 2021-02-03 16:25:46 -06:00
rodzic e0427f1315
commit fb6739e7b0
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -186,7 +186,7 @@ This tag is intended to describe the location of editorial focus for a podcast's
Single
#### Node Value
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. This value cannot be blank.Designer
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. This value cannot be blank.
#### Attributes
- **geo:** (recommended) This is a latitude and longitude given in "geo" notation (i.e. "geoURI:30.2672,97.7431").
@ -199,4 +199,6 @@ Please do not exceed `128 characters` for the node value or it may be truncated
`<podcast:location geo="geo:33.51601,-86.81455" osm="R6930627">Birmingham Civil Rights Museum</podcast:location>`
`<podcast:location geo="geo:-27.86159,153.3169" osm="W43678282">Dreamworld (Queensland)</podcast:location>`
Please see the [implementation document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/location/location.md) and the [example feed](https://github.com/Podcastindex-org/podcast-namespace/blob/main/example.xml) for more examples.