Closed rochacbruno closed 8 years ago
To fix this line https://github.com/rochacbruno/Flask-GoogleMaps/blob/master/flask_googlemaps/templates/googlemaps/gmapjs.html#L38 fails when there is unicode data in marker
add a "tojson" filter like this var raw_markers = {{gmap.markers|tojson|safe}};
To fix this line https://github.com/rochacbruno/Flask-GoogleMaps/blob/master/flask_googlemaps/templates/googlemaps/gmapjs.html#L38 fails when there is unicode data in marker