pull/149/head
Dave Jones 2020-12-23 15:33:27 -06:00
rodzic 1dfb132015
commit 64c652e109
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,13 @@ This, therefore, means that the podcast:location tag is complex and has a number
### Structure
```**\<podcast:location name="[humanly readable place name]" (geo="[geoURI]") (osmid="[OSM type][OSM id]") />**```
```
<podcast:location
name="[humanly readable place name]"
geo="[geoURI]"
osmid="[OSM type][OSM id]"
>
```
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.