2016年2月15日月曜日

GeoExt3-dev 1 - はじめに

1 はじめに
GeoExt3 は、まだ、正式にリリースされていません。

GeoExt3 — JavaScript Toolkit for Rich Web Mapping Applications
https://geoext.github.io/geoext3/

に、次のように書かれています。


GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface of the ExtJS library provided by Sencha.

GeoExt はオープンソースであり、web 経由でデスクトップのような GIS アプリケーションの構築を可能にします。これは、OpenLayers のGIS機能と Sencha が提供する ExtJS ライブラリのユーザーインターフェイスを組み合わせた JavaScript フレームワークです。

Version 3 of GeoExt is the successor to the GeoExt 2-series and is built atop the newest official installments of it's base libraries; OpenLayers 3.6 and ExtJS 6.0.0.beta.

GeoExt のバージョン 3 は、GeoExt2 シリーズの後継であり、それのベースライブラリの最新の公式インストールメント(取り付け)、OpenLayers 3.6 と ExtJS 6.0.0.beta、の上に構築されています。

Geoext 3 is not released yet, and we are actively developing it. Right now it is neither feature complete, nor fully tested. Everybody is invited to help us create the next version of GeoExt.

Geoext 3 はまだ(正式に)リリースされていませんが、積極的に開発しています。今のところ、機能は完全でなく、また、完全にテストされていません。誰もが、私たちの GeoExt の次のバージョンの作成を支援するために招待されています。


「About GeoExt」には、次のように説明があります。

Since version 3, GeoExt is based upon the newest beta of Ext JS 6.

バージョン3 以来、GeoExt は Ext JS6 の最新のベータ版に基づいています。

This means GeoExt can be used just like any other Ext component, and applications making use of GeoExt also profit from Ext JS enhancements like charting, a harmonized API with Sencha Touch and a sophisticated single-file build tool.

これは GeoExt は、他の Ext コンポーネントと同様に使用できることを意味し、GeoExt を使用するアプリケーションも、グラフ化のような Ext JS の拡張機能や Sencha タッチで洗練された調和のとれたAPI、単一ファイルのビルドツールからも利益を得ます。

GeoExt 3 is a very young project, a lot of the code and structural decisions come from a code sprint in Bonn. 9 developers gathered there from 2015-06-17 to 2015-06-19. We are deeply grateful that our sponsors helped to start GeoExt 3.

GeoExt3 は非常に若いプロジェクトで、たくさんのコードとボンのコードスプリントからなる構造決定があります。 9人の開発者は、2015年6月17日から2015年6月19日にそこに集まりました。私たちは、スポンサーがGeoExt3を開始するために役立っていることを深く感謝しています。

Now, have a look at the examples below, read the API documentation, the API documentation (including ExtJS classes) or checkout the code.

さて、以下の例を見て、APIドキュメント、(ExtJSのクラスを含む)のAPIドキュメントを読み、または、コードをチェックアウトしてください。


ライセンスは、次のようにあります。

Code licensed under the GPL-3-license. All documentation CC BY 3.0.

GPL-3-license の下で許可されたコード。 すべてのドキュメントは、CC BY 3.0。

The GeoExt library is for use with the ExtJS library. ExtJS is distributed under the terms of the GPL v3. See the ExtJS license page for details on Ext JS licensing.

GeoExt ライブラリは ExtJS のライブラリをと共に使用します。 ExtJS は、GPL v3 の条件の下で配布されています。ExtJS ライセンスの詳細については、ExtJS のライセンスページを参照してください。
(訳者注: ExtJS は、作成した JavaScript コードを公開する場合は無料で使用できます。非公開にする場合は費用を払う必要があります。)


続いて GeoExt3 を準備します。

0 件のコメント: