Skip to content

Instantly share code, notes, and snippets.

View carlobianchi89's full-sized avatar

Carlo carlobianchi89

View GitHub Profile
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
function geocodePosition(pos) {
geocoder.geocode({
latLng: pos
@carlobianchi89
carlobianchi89 / GUI_tmy3.py
Last active November 10, 2017 23:34
Map1 - markers added by the user with runJavaScript()
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_tmy3page(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
MainWindow.resize(900, 620)
MainWindow.setMinimumSize(QtCore.QSize(900, 620))
MainWindow.setMaximumSize(QtCore.QSize(900, 620))
MainWindow.setWindowTitle("")