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

markers with special characters like dot #1195

Open
aoreinoso opened this issue Jun 24, 2019 · 1 comment
Open

markers with special characters like dot #1195

aoreinoso opened this issue Jun 24, 2019 · 1 comment

Comments

@aoreinoso
Copy link

$scope.markers[nombre] = {
lat: latitud,
lng: longitud,
draggable: false
};

it works with:
nombre = 'BB Hotel Granada'

if nombre = 'B&B Hotel Granada' I need nombre = nombre.replace(/&/g, "&"); so
it works with:
nombre = 'B&B Hotel Granada'

But i nombre = 'BB Hotel. Granada' doesn't work

if there is a dot in name doesn't work

Thanks in advance

@aoreinoso
Copy link
Author

it is possible to use something like:
Marker (location = [45.5, -122.3], popup = Popup ('Mom & Pop Arrow Shop >>', parse_html = True))
Thank you

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

1 participant