forked from qwerty/milfs
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 .= "}";
|
$resultado .= "}";
|
||||||
//echo $resultado;
|
//echo $resultado;
|
||||||
$geometria = substr("$geometria",0,-1);
|
$geometria = substr("$geometria",0,-1);
|
||||||
|
// \"consulta\": \"$consulta\",
|
||||||
$geometria = "{
|
$geometria = "{
|
||||||
\"consulta\": \"$consulta\",
|
|
||||||
\"type\": \"FeatureCollection\",
|
\"type\": \"FeatureCollection\",
|
||||||
\"features\": [$geometria ]}";
|
\"features\": [$geometria ]}";
|
||||||
return $geometria;
|
return $geometria;
|
||||||
|
Loading…
Reference in New Issue
Block a user