如何下载mapstraction v2 的javascript 库?

发布于 2024-09-07 04:18:40 字数 634 浏览 3 评论 0原文

我正在使用mapstraction 模块在drupal 网站上设置地图。我计划使用 mapstraction 的 6.x-2.x-dev 开发分支,因为我需要它的一些附加功能。

在安装模块的说明中,它说要从mapstraction.com下载mapstraction v2库,浏览他们的网站,我找到了这个页面: code.google.com/p/mapstraction/source/checkout 告诉您:

命令行访问

使用该命令可以匿名查看最新的项目源码:

'# 非会员可以通过 HTTP 匿名检出只读工作副本。

svn 结帐 http://mapstraction.googlecode.com/svn/trunk/ mapstraction-只读

我不明白什么是命令行访问?我尝试将mapstraction.googlecode.com/svn/trunk/粘贴到我的浏览器中,我得到了整个目录列表。我要下载每个文件吗?我如何知道mapstraction v2 库实际上是什么?我是否会以错误的方式访问 javascript 库?

I am setting up a map on a drupal website using the mapstraction module. I am planning to use the 6.x-2.x-dev development branch of mapstraction because I need some of its additional functionality.

In the instructions for installing the module, it says to download the mapstraction v2 library from mapstraction.com Navigating through their site, I found this page:
code.google.com/p/mapstraction/source/checkout which tells you:

Command-line access

Use this command to anonymously check out the latest project source code:

'# Non-members may check out a read-only working copy anonymously over HTTP.

svn checkout http://mapstraction.googlecode.com/svn/trunk/ mapstraction-read-only

I don't understand what command-line access is? I've tried pasting mapstraction.googlecode.com/svn/trunk/ into my browser, and I get a whole directory listing. Do I download each of these files? How do I know what is actually the mapstraction v2 library? Am I going about accessing the javascript library in the wrong way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一刻暧昧 2024-09-14 04:18:40

他们搬到了 git hub。
您现在可以从这里下载 zip 文件,无需安装客户端
https://github.com/mapstraction/mxn/downloads

They moved to git hub.
You can now just download the zip file from here without a client installed
https://github.com/mapstraction/mxn/downloads

三生池水覆流年 2024-09-14 04:18:40

您需要的是Subversion 客户端。 Apache 项目维护一个 列表,您应该能够在其中找到您的操作系统的客户端。一旦您有了客户,您就必须在 Google 代码提供的网址上执行“结帐”功能。一旦您通过 SVN 客户端下载了目录,您就可以查看示例以了解正确的用法和文件包含情况。

What you need is a Subversion Client. The Apache project maintains a list where you should be able to find a client for your operating system. Once you have a client, you will have to perform the "Checkout" function on the url provided by Google Code. Once you have the directory downloaded by the SVN client, you can look at the examples for proper usage and file inclusion.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文