1

These were working just recently and now I get 404 not found

<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/src/infobubble.js"></script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerwithlabel/src/markerwithlabel.js"></script>

Was this the official link or is there a new one?

UPDATE:

These links seem to work. Is this called hot linking? Is that a bad thing? Don't know how else to do it...

<script type="text/javascript" src="https://cdn.rawgit.com/googlemaps/v3-utility-library/master/markerwithlabel/src/markerwithlabel.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/googlemaps/v3-utility-library/master/infobubble/src/infobubble.js"></script>
Airman
  • 130
  • 2
  • 10

1 Answers1

2

Infobox, Images and others assets are broken due to google-maps-utility-library-v3 moving to github.

You can find it here.

Emergency solution: infobox link

There's no problem using these links

Panos Kalatzantonakis
  • 12,525
  • 8
  • 64
  • 85