projects
/
nominatim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'upstream/master' into collect_os_info.sh
[nominatim.git]
/
lib-php
/
template
/
search-batch-json.php
diff --git
a/lib-php/template/search-batch-json.php
b/lib-php/template/search-batch-json.php
index cbf25c874f1e4b5bcb2f3cc3680c375844bb8dd8..430237a294a5d33782323fab3d789f5932730436 100644
(file)
--- a/
lib-php/template/search-batch-json.php
+++ b/
lib-php/template/search-batch-json.php
@@
-60,7
+60,7
@@
foreach ($aBatchResults as $aSearchResults) {
}
if (isset($aPointDetails['asgeojson'])) {
}
if (isset($aPointDetails['asgeojson'])) {
- $aPlace['geojson'] = json_decode($aPointDetails['asgeojson']);
+ $aPlace['geojson'] = json_decode($aPointDetails['asgeojson']
, true
);
}
if (isset($aPointDetails['assvg'])) {
}
if (isset($aPointDetails['assvg'])) {