From 8471c162d1cfe80c4e037e89da7ee7fd18cfb801 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 23 Dec 2020 14:46:50 -0600 Subject: [PATCH] cleanup --- README.md | 7 ++++--- location/location.md | 6 ++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d250276..23d5059 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/location/location.md b/location/location.md index 9c27501..1e515e9 100644 --- a/location/location.md +++ b/location/location.md @@ -1,9 +1,9 @@ -## Location tag format details +## Location tag format details (11 Dec, v4.1 - a short note on privacy in the UX suggestion section) Below, you will find implementation details and UX recommendations for the `` tag. -

+### Format - **\** (finalized) @@ -17,8 +17,6 @@ Below, you will find implementation details and UX recommendations for the ` -(11 Dec, v4.1 - a short note on privacy in the UX suggestion section) - Channel (optional | multiple) Item (optional | multiple)