Defcon0
Defcon0
Hello, I have issues placing multiple maps on a single page. The problem is that there's only one single callback function: `https://www.google.com/jsapi?callback=ivory_google_map_load` In this function the one map is rendered...
Hello, when including the MarkerClusterer, I get: ``` markerclusterer.min.js:1 Uncaught TypeError: a.getPosition is not a function at MarkerClusterer.isMarkerInBounds_ (markerclusterer.min.js:1) at MarkerClusterer.createClusters_ (markerclusterer.min.js:1) at MarkerClusterer.setReady_ (markerclusterer.min.js:1) at MarkerClusterer.onAdd (markerclusterer.min.js:1) at MarkerClusterer.Wz...
Hello, I add an info window as on click event to some marker ike this: ``` $infoWindow = new InfoWindow($overlayConfig->infoWindowText); $infoWindow->setPixelOffset(new Size($overlayConfig->infoWindowAnchorX, $overlayConfig->infoWindowAnchorY)); $infoWindow->setOpenEvent(MouseEvent::CLICK); $infoWindow->setAutoOpen(true); ``` But the info window...
Hello, I use the following code to set my own clusterer image: `$clusterer->setOption('imagePath', $imagePath);` Basically it works as intended. But in the generated JavaScript, there's the string "1.png" appended to...
Hello, at first thanks for the great plugin you've put together!! I found an issue in StylesheetTagRenderer.php. Currently in that file we have: ``` return $this->getTagRenderer()->render( 'style', $formatter->renderLines([ $name.$formatter->renderSeparator().'{', $formatter->renderIndentation($formatter->renderLines($tagStylesheets,...
Hello, I'm developing on cordova 7.0.1 and your plugin @ 4.6.0. The bug in https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/issues/55 seems not to be fixed. On my Huawei Y5 II (Android 5.1), the calendar opens...
When running imgcache I get: Uncaught TypeError: savedFS is not a function at imgcache.js:633 Am I doing something wrong or is it a bug?
Hello, when manually removing files from cache, I sometimes get the above error message. Unfortunately I can't find an explanation for the error code "8" in the JS file or...
Hello, I'm kind of having the same issue as described here: https://github.com/box/spout/issues/619 When I open a excel exported csv for example in EditPad Lite, the encoding is windows 1252. When...
Hello, I have a symfony 4.4 project with v2 of your bundle installed. Unfortunately it doesn't work :-( I exactly used the example code you provided but the behavior is...