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

GeoBrowser does not display kmz file #95

Open
emanueldima opened this issue Dec 9, 2020 · 6 comments
Open

GeoBrowser does not display kmz file #95

emanueldima opened this issue Dec 9, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@emanueldima
Copy link
Collaborator

@fungunga For this kmz file: https://infra.clarin.eu/content/VLO_KML/language_sites.kmz the GeoBrowser(KML) does not show anything: no loaded file and also no error.

Is this related to the size of the input file? In any case, an error message is necessary.

@emanueldima emanueldima added the bug Something isn't working label Dec 9, 2020
@fungunga
Copy link
Contributor

Geo-Browser can only display certain KML formats, please see here: https://geobrowser.de.dariah.eu/beta/doc/geobrowser.html#specification-for-use

Error handling has to be enhanced, yes: https://projects.gwdg.de/projects/geo-browser/work_packages/34360

@emanueldima
Copy link
Collaborator Author

The pdf specifies the following attributes:
Screenshot 2020-12-10 at 11 34 01
And the document given as example has these attributes (the first element as example):

            <Placemark>
                <name>!Xóõ</name>
                <description>genus: Southern Khoisan&lt;br&gt;family: Khoisan&lt;br&gt;&lt;br&gt;&lt;a href='https://infra.clarin.eu/content/language_info/data/nmn.html'&gt;More information...&lt;/a&gt;</description>
                <LookAt>
                    <longitude>21.5</longitude>
                    <latitude>-24</latitude>
                    <altitude>0</altitude>
                    <heading>-0.1094821371621389</heading>
                    <tilt>0</tilt>
                    <range>204302</range>
                    <altitudeMode>relativeToGround</altitudeMode>
                </LookAt>
                <styleUrl>#msn_ylw-pushpin1</styleUrl>
                <Point>
                    <coordinates>21.5,-24,0</coordinates>
                </Point>
            </Placemark>

So is it the lack of a TimeStamp or Link that is causing the failure? Or the presence of additional elements?

@fungunga
Copy link
Contributor

I do not really know how this is handled internally, but you can look into the existing examples under “static data“: https://geobrowser.de.dariah.eu/data/boell.kml, error handling sure has to be improved.

@emanueldima
Copy link
Collaborator Author

@fungunga I am looking at the problems you signalled, but in my opinion the bigger usability problem is a lack of an error message when the GeoBrowser cannot show anything due to missing fields. Can you do something about that?

@fungunga
Copy link
Contributor

fungunga commented May 5, 2021

Yes, this already is an issue to be fixed: anhancing error handling in geobrowser: https://projects.gwdg.de/projects/geo-browser/work_packages/34360/activity?query_id=505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants