Bruno Cesar Rocha
Bruno Cesar Rocha
The demo app is in https://github.com/rochacbruno/Flask-GoogleMaps/tree/master/examples Accessible in: http://flaskgooglemaps.pythonanywhere.com The page currently is very simple and needs improvements. - [ ] Better layout (simple, yet beautiful) (example: https://jz6.github.io/PoGoMap/ ) -...
by @macgngsta in https://github.com/AHAAAAAAA/PokemonGo-Map/issues/396 As awesome as Flask-GoogleMaps is in creating a quick google map, there is no support for other google apis, such as places API https://developers.google.com/maps/documentation/javascript/examples/places-searchbox i actually...
Add option to show infobox on hover and persist on click. Example ``` if (item["infobox"]) { (function(_infobox, _map, _marker){ _marker.infoWindow = new google.maps.InfoWindow({ content: _infobox }); _marker.addListener('click', function() { _marker.infoWindow.open(_map,...
Links with icon file urls included in the icons.py https://github.com/rochacbruno/Flask-GoogleMaps/blob/master/flask_googlemaps/icons.py
Hi, why not using the process PID as `Lock._owner` ? It can be useful to use that values to check if the process that acquired the lock is still running.
ref: https://testdriven.io/blog/fastapi-sqlmodel/