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

Comments in coordinates line #18

Closed
sstefanov opened this issue Jan 11, 2019 · 1 comment
Closed

Comments in coordinates line #18

sstefanov opened this issue Jan 11, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@sstefanov
Copy link

If there is a comment in same line with coordinates parser cannot work proper and host is not displayed on the map.
This can be fixed if we strip all after hash in notes line adding this in file marker.php after line 46:
$value = strtok($value, '#');

For example:
notes latlng: 11.1111,21.2222 # This is a comment
will work.

@jocafamaka jocafamaka added the good first issue Good for newcomers label Jan 13, 2019
@jocafamaka
Copy link
Owner

Thank you for bringing this to my attention.

This fix will come in the next dev version

jocafamaka added a commit that referenced this issue Feb 1, 2019
The following changes were made:
- Fix unexpected behavior of hosts infoWindows, in some configurations.
- Correction issue #18.
- Authentication requirement in the ChangesBar Lite mode page.
- Adding animations and better placement of the Debug page access button.
- VERSION update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants