Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/printercu/google-maps-utility-library-v3-read-only
git clone of http://google-maps-utility-library-v3.googlecode.com/svn/
https://github.com/printercu/google-maps-utility-library-v3-read-only
google googlemaps javascript maps
Last synced: 11 days ago
JSON representation
git clone of http://google-maps-utility-library-v3.googlecode.com/svn/
- Host: GitHub
- URL: https://github.com/printercu/google-maps-utility-library-v3-read-only
- Owner: printercu
- License: apache-2.0
- Created: 2012-10-04T07:58:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T16:31:43.000Z (over 8 years ago)
- Last Synced: 2024-10-13T14:11:15.869Z (26 days ago)
- Topics: google, googlemaps, javascript, maps
- Language: JavaScript
- Size: 5.9 MB
- Stars: 52
- Watchers: 7
- Forks: 95
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.