correccion bug tildes en buscador del mapa
This commit is contained in:
parent
adc9b0532b
commit
5200902fd4
@ -12669,8 +12669,9 @@ $resultado .= json_encode($features,JSON_NUMERIC_CHECK|JSON_PRETTY_PRINT);
|
||||
$resultado .= "}";
|
||||
//echo $resultado;
|
||||
$geometria = substr("$geometria",0,-1);
|
||||
// \"consulta\": \"$consulta\",
|
||||
$geometria = "{
|
||||
\"consulta\": \"$consulta\",
|
||||
|
||||
\"type\": \"FeatureCollection\",
|
||||
\"features\": [$geometria ]}";
|
||||
return $geometria;
|
||||
|
Loading…
Reference in New Issue
Block a user