geokrety/geokrety-scripts

Rework gc.su import script

Opened this issue · 1 comments

kumy commented

I've found that all gc.su waypoint name having character " in the title are badly encoded on import. This is caused by some weird text trasnformation in import script

$xml_raw = strtr(file_get_contents($baza), array('&' => '+'));

Screenshot from 2019-07-21 21-17-23

We should rework this script as done for OC in #9

link geokrety/geokrety-website#399

Will take a look maybe next week