This question already has an answer here:
这个问题在这里已有答案:
- Google Maps API V3 Infobox.js removed 6 answers
Google Maps API V3 Infobox.js删除了6个答案
I have a site linking to a third party library for Google Maps, markerwithlabel.js: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js. I unfortunately hotlinked to the google hosted code when I was making my website here: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js. This same broken link is listed under "view raw file" in the file info section of the first link.
我有一个网站链接到谷歌地图的第三方库,markerwithlabel.js:http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel。 JS。不幸的是,当我在这里制作我的网站时,我链接到谷歌托管代码:http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js。这个相同的断开链接列在第一个链接的文件信息部分的“查看原始文件”下。
The link suddenly stopped working at least a week (if not more) ago. Was this code permanently taken off? Is this a temporary issue? I have to work with my host to change the link to a locally saved version of the library (which means coughing up $), so I'm just trying to figure out what went wrong here and if this link will ever work again.
该链接突然停止工作至少一周(如果不是更多)以前。这段代码是永久性的吗?这是暂时的问题吗?我必须与我的主人一起改变链接到本地保存的库版本(这意味着咳嗽$),所以我只想弄清楚这里出了什么问题,如果这个链接再次有效。
Thank you in advance!
先感谢您!
1 个解决方案
#1
2
You can find markerwithlabel.js on github
你可以在github上找到markerwithlabel.js
https://github.com/googlemaps/v3-utility-library
under the subdir you can find all the googlemaps-v3-utilities you need
在子目录下,您可以找到所需的所有googlemaps-v3-utilities
the old http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js seems no longer supported ..
似乎不再支持旧的http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js ..
#1
2
You can find markerwithlabel.js on github
你可以在github上找到markerwithlabel.js
https://github.com/googlemaps/v3-utility-library
under the subdir you can find all the googlemaps-v3-utilities you need
在子目录下,您可以找到所需的所有googlemaps-v3-utilities
the old http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js seems no longer supported ..
似乎不再支持旧的http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js ..