Skip to content

Commit c5d6582

Browse files
committed
bower.json & readme
1 parent 33d311c commit c5d6582

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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.

bower.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

0 commit comments

Comments
 (0)