thexs-dev

Results 13 comments of thexs-dev

Is there a way to remove the texts from this message altogether? Like instead of `Total distance: ${lenght}; Total area: ${area}.` Just use `${lenght}; ${area}` It gets extra space on...

That's a good point It's probably due to my still limited understanding. This is my use case: - I have a filter in the dom-repeat, that allows for hide/show locations...

this might be related with pull 294? https://github.com/GoogleWebComponents/google-map/pull/294 I am using that patch and it's working fine, so far

I am still getting the same hidden map when clicking first on the TEST-IMPORT button. I downloaded the latest google-map element with bower, resulting as follow: google-map#1.2.0 bower_components/google-map ├── google-apis#1.1.7...

@ebidel you are a magician, but I still don't get it In a new empty folder I run this bower, including google-map, paper-button and firebase-element, **all** required for the sample...

@ebidel any update on this issue? Please, in the sample you are running be sure the importHref elements are available and load successfully, because if not the map will show...

@ebidel apologies for my insistence, but still no fix for this issue? I did a cross [post](http://stackoverflow.com/questions/42091919/google-map-with-binded-api-key-combined-with-importhref-hides-the-map) on Stackoverflow, no luck there either

Any idea when this fix will be released? Or how to use it within a project (bower path, version)? Thanks

I have been using the modified code and it's working fine for my purpose of having binding and interaction within the info-window I have found though, a couple of issues...

@ebidel Is there a "Polymeric" way of doing that? I mean a single reusable Infowindow object (`new this.api.InfoWindow()`), that I can invoke on-google-map-marker-click event and open it with a paper-card...