Page 3 of 3

Re: [RC1] jQ User Map api3 v.0.9.0 (Update)

PostPosted: 28 Mar 2013, 19:19
by Sekuro
New v.0.9.0.a Demo is ready. With all reported fixes, some optimizings, adjustable font size (standard is now bigger than normal) and switchable avatar mouseover: http://4seven.bplaced.net/forum/1/user_weather/user_map.php

Thereby the username font size goes switchable bigger on mouseover. The new v.0.9.0.a comes after some more tests and than is silence here until jQUM v.1.0.0 is out, because it goes on here in the named order.

Re: [RC1] jQ User Map api3 v.0.9.0 (Update)

PostPosted: 28 Mar 2013, 19:20
by Sekuro
Note

Both code changes:

are now in current v.0.9.0 package

Re: [RC1] jQ User Map api3 v.0.9.0 (Update)

PostPosted: 27 Sep 2014, 20:13
by Sekuro
phpBB 3.1.* [DEV] Topic
viewtopic.php?f=19&t=324

Re: [RC1] jQ User Map api3 v.0.9.0 (Update - 15.10.2016)

PostPosted: 15 Oct 2016, 12:29
by Sekuro
Update for [RC1] jQ User Map api3 v.0.9.0

Related to https://github.com/tomchentw/react-goog ... issues/255

Overnight the markerclusterer images were broken.

Image

Here how to fix:

open

user_weather/markerclusterer.js

find

Code: Select all
/**
 * The default root name for the marker cluster images.
 *
 * @type {string}
 * @constant
 */
MarkerClusterer.IMAGE_PATH = "http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/images/m"


replace with

Code: Select all
/**
 * The default root name for the marker cluster images.
 *
 * @type {string}
 * @constant
 */
MarkerClusterer.IMAGE_PATH "https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m"