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

floating routing is not showing as expect and typeError #4

Open
arcontechnologies opened this issue Mar 25, 2021 · 2 comments
Open

Comments

@arcontechnologies
Copy link

Hi,

After routing display, I getting an error in the console : Uncaught TypeError: Cannot read property 'length' of undefined
line 710 in TripgoRouting-src.js

Moreover the display of panel seems not ok as the "clear map" button appears in the middle of the panel.

Any idea what is causing this ?

image

@gimenna
Copy link
Contributor

gimenna commented Mar 26, 2021

After routing display, I getting an error in the console : Uncaught TypeError: Cannot read property 'length' of undefined line 710 in TripgoRouting-src.js

This is a minor error, it is not affecting behavior.

Moreover the display of panel seems not ok as the "clear map" button appears in the middle of the panel.

Related to this one, I've tested and it's working as expected. Check your styles.

@arcontechnologies
Copy link
Author

Indeed it's related to the style (TripgoRouting.css) :

I changed :

.tripDetails .inline{
	display: -webkit-inline-flex;
    margin-left: 5px;
}

By :

.tripDetails .inline{
	display: -webkit-inline-box;
    margin-left: 5px;
}

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

No branches or pull requests

2 participants