-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Google Maps Utility Library v3 | ||
|
||
This is git clone of original http://google-maps-utility-library-v3.googlecode.com/svn/ | ||
repo. It's been a long time ago, when there was no google's account on github. | ||
|
||
For now try to find libraries your looking for at https://github.com/googlemaps. | ||
However some libraries are not available there. | ||
|
||
There is bower package: | ||
|
||
``` | ||
bower install google-maps-utility-library-v3 | ||
``` | ||
|
||
Some libraries has hardcoded url which were pointing to googlecode's CDN. | ||
This urls were changed to https://cdn.rawgit.com/ after google's CDN is shut down. | ||
However exaples and some compiled files are not updated. Please consider using | ||
self hosted files or at least set urls manually. Check library source for config options. | ||
|
||
```js | ||
// Example for MarkerClustererPlus: | ||
MarkerClusterer.IMAGE_PATH = "https://my-domain.com/assets/markerclustererplus/images/m"; | ||
``` | ||
|
||
`svn` branch will remain untouched. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "google-maps-utility-library-v3", | ||
"homepage": "https://github.com/printercu/google-maps-utility-library-v3-read-only", | ||
"authors": [ | ||
"Google Inc", | ||
"Max Melentiev" | ||
], | ||
"description": "", | ||
"main": "", | ||
"moduleType": [], | ||
"keywords": [ | ||
"google", | ||
"maps" | ||
], | ||
"license": "Apache 2.0" | ||
} |