diff options
Diffstat (limited to 'poi2geojson')
-rwxr-xr-x | poi2geojson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi2geojson b/poi2geojson index 7bd808a..a9fac05 100755 --- a/poi2geojson +++ b/poi2geojson @@ -10,5 +10,5 @@ jq "$@" '[{type: "FeatureCollection", features: [.data.pois[] | { elif .iconid == "pink-dot" then "diploma" elif .iconid == "ltblue-dot" then "diploma-aspiring" else null end - ), title: .title, location: .address} + ), title: (.title | @html), location: (.address | @html)} }]}]' |