summaryrefslogtreecommitdiff
path: root/poi2geojson
diff options
context:
space:
mode:
Diffstat (limited to 'poi2geojson')
-rwxr-xr-xpoi2geojson2
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)}
}]}]'