File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Google Maps Utility Library v3
2
+
3
+ This is git clone of original http://google-maps-utility-library-v3.googlecode.com/svn/
4
+ repo. It's been a long time ago, when there was no google's account on github.
5
+
6
+ For now try to find libraries your looking for at https://github.com/googlemaps .
7
+ However some libraries are not available there.
8
+
9
+ There is bower package:
10
+
11
+ ```
12
+ bower install google-maps-utility-library-v3
13
+ ```
14
+
15
+ Some libraries has hardcoded url which were pointing to googlecode's CDN.
16
+ This urls were changed to https://cdn.rawgit.com/ after google's CDN is shut down.
17
+ However exaples and some compiled files are not updated. Please consider using
18
+ self hosted files or at least set urls manually. Check library source for config options.
19
+
20
+ ``` js
21
+ // Example for MarkerClustererPlus:
22
+ MarkerClusterer .IMAGE_PATH = " https://my-domain.com/assets/markerclustererplus/images/m" ;
23
+ ```
24
+
25
+ ` svn ` branch will remain untouched.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " google-maps-utility-library-v3" ,
3
+ "homepage" : " https://github.com/printercu/google-maps-utility-library-v3-read-only" ,
4
+ "authors" : [
5
+ " Google Inc" ,
6
+ " Max Melentiev"
7
+ ],
8
+ "description" : " " ,
9
+ "main" : " " ,
10
+ "moduleType" : [],
11
+ "keywords" : [
12
+ " google" ,
13
+ " maps"
14
+ ],
15
+ "license" : " Apache 2.0"
16
+ }
You can’t perform that action at this time.
0 commit comments