Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kml files structure not properly rendered #90

Open
orionseye opened this issue Jan 10, 2020 · 2 comments
Open

kml files structure not properly rendered #90

orionseye opened this issue Jan 10, 2020 · 2 comments

Comments

@orionseye
Copy link

Your extracted kml files (from download section http://wvpoi.batalex.ru/) have issues.
E.g "wikivoyage-listings-de-latest.kml" the very first entry..and many others inside the file, are not properly formatted. The very first entry is missing closing " "
Resulting in 'Uncaught Error: Invalid LatLng object: (35.5121, NaN)' while experimenting with Mapbox Omnivore.
Not better with .csv files either

        <Placemark>
            <name>Lufthansa</name>
            <description>In unterschiedlichen Gebäudeteilen. Peace und Arik sind lokale Fluggesellschaften für Inlandsflüge und westafrikanische Hauptstädte.</description>
            <Point>
                <coordinates>7.494831,9.074093</coordinates>
            </Point>
->MISSING
        <Placemark>
            <name>C. N. Okoli</name>
            <description/>
            <Point>
                <coordinates>7.451865,9.064134</coordinates>
            </Point>
        </Placemark>
@orionseye
Copy link
Author

Today i also tried the english full SQL import, which breaks after aprox. 30.000 inserts
ERROR 1064 (42000) at line 29608: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'n', '', '', '', 'Cesta Svobode 19a', '', '', '', '', '', 'https://www.facebook.c' at line 1

@nicolas-raoul
Copy link
Collaborator

Thank you for the feedback! And sorry for the trouble.
By the way, pull requests are welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants