From 6e08c077b1cf3252ed7714a90b699ada1797f3bb Mon Sep 17 00:00:00 2001 From: Doug Chestnut Date: Wed, 25 Oct 2017 09:18:10 -0400 Subject: [PATCH 1/3] fixed dom-bind to work in 2.0 --- demo/kml.html | 8 +++++--- demo/polys.html | 22 ++++++++++++---------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/demo/kml.html b/demo/kml.html index 0524401..1e213fc 100644 --- a/demo/kml.html +++ b/demo/kml.html @@ -21,9 +21,11 @@ - + + + + + + + + + + + + + + + + + + diff --git a/google-map-circle.html b/google-map-circle.html new file mode 100644 index 0000000..763d4aa --- /dev/null +++ b/google-map-circle.html @@ -0,0 +1,401 @@ + + + + + + + + + + + From e776fb83fcce0679987ac93603e332d9b60aa38a Mon Sep 17 00:00:00 2001 From: Doug Chestnut Date: Mon, 27 Nov 2017 11:06:18 -0500 Subject: [PATCH 3/3] added demo link and added circle to tlement docs --- google-map-circle.html | 2 +- google-map-elements.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/google-map-circle.html b/google-map-circle.html index 763d4aa..9b317db 100644 --- a/google-map-circle.html +++ b/google-map-circle.html @@ -30,6 +30,7 @@ +@demo demo/circle.html --> @@ -350,7 +351,6 @@ lng: parseFloat(this.longitude) }, title: this.title, -// animation: google.maps.Animation[this.animation], draggable: this.draggable, visible: !this.hidden, zIndex: this.zIndex, diff --git a/google-map-elements.html b/google-map-elements.html index 3b372a9..ec24752 100644 --- a/google-map-elements.html +++ b/google-map-elements.html @@ -4,3 +4,4 @@ +