YnJin1010 / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Bad Link to m(x).png (marker files) #279

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Note: Sorry for my poor English.

I downloaded markerClustererPlus 2.1.1

If I link to markerClustererPlus.js, in my code, the marker images (m1.png, 
m2.png ... ) are downloaded from :
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererpl
us/images/m1.png

But, if I link to markerClustererPlus_packed.js, in my code, the marker images 
(m1.png, m2.png ... ) are downloaded from :
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/i
mages/m1.png
....and these image are no printables, right?

Original issue reported on code.google.com by mscarna...@gmail.com on 18 Nov 2013 at 11:16

GoogleCodeExporter commented 8 years ago
I believe you are incorrect.  When testing with the packed version using the 
provided examples in release 2.1.1, chrome dev tools shows that m1, m2, and 
m3.png are being sourced from trunk/markerclustererplus/images/, not 
markerclusterer.  From my own tests, everything seems fine.

If you can post or send me screenshots to show the example, I will re-examine 
and re-open the issue.

Original comment by brett.mc...@gmail.com on 22 Nov 2013 at 4:57