GeoServer

最新版本 Node.js 13.7.0 (64-bit)

Node.js 13.7.0 (64-bit)

Node.js 13.7.0 (64-bit)
GeoServer 是一個基於 Java 的軟件服務器,允許用戶查看和編輯地理空間數據。使用開放地理空間聯盟(OGC)制定的開放標準,GeoServer 允許在地圖創建和數據共享方面具有極大的靈活性.

打開和共享您的空間數據
GeoServer 可讓您向世界顯示空間信息。實施網絡地圖服務(WMS)標準,GeoServer 可以創建各種輸出格式的地圖。 OpenLayers,一個免費的地圖庫,被集成到 GeoServer,使地圖生成快速和容易。 GeoServer 是建立在 Geotools 上的一個開源的 Java GIS 工具包.

使用免費和開源軟件
GeoServer 是免費軟件。與傳統 GIS 產品相比,這顯著降低了進入的財務壁壘。另外,它不僅免費提供,而且也是開源的。與傳統軟件解決方案相比,開源軟件中的錯誤修復和功能改進顯著加速。在您的組織中利用 GeoServer 還可以防止軟件鎖定,從而節省昂貴的支持合同.

集成現有的映射 APIs
GeoServer 可以顯示任何常用的地圖應用程序(如 Google 地圖,Google 地球,Yahoo 地圖和 Microsoft Virtual Earth 。另外,GeoServer 可以連接到傳統的 GIS 體系結構,如 ESRI ArcGIS.

注意:需要 Java Runtime Environment.

也可以:下載 GeoServer 為 Mac

ScreenShot

軟體資訊
檔案版本 Node.js 13.7.0 (64-bit)

檔案名稱 node-v13.7.0-x64.msi
檔案大小 28.42 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Open Source Geospatial Foundation
官網 http://geoserver.org/
更新日期 2020-01-22
更新日誌

What's new in this version:

deps:
- upgrade to libuv 1.34.1
- upgrade npm to 6.13.6

module:
- add API for interacting with source maps
- loader getSource, getFormat, transform hooks
- logical conditional exports ordering
- unflag conditional exports

process:
- allow monitoring uncaughtException

Commits:
- async_hooks: remove internal only error checking
- benchmark: add default type in getstringwidth.js
- benchmark: benchmarking impacts of async hooks on promises
- build: remove enable_vtune from vcbuild.bat
- build: add vs2019 to vcbuild.bat help
- build: fix macos runner type in GitHub Action
- build: fix step name in GitHub Actions workflow
- build: add GitHub actions to run linters
- build: silence OpenSSL Windows compiler warnings
- build: silence c-ares Windows compiler warnings
- build: test Python 3 using GitHub Actions-based CI
- build: avoid using CMP for BZ2File
- child_process: remove unnecessary use of inner state
- deps: V8: cherry-pick d89f4ef1cd62
- deps: V8: cherry-pick b9d33036e9a8
- deps: upgrade to libuv 1.34.1
- deps: upgrade npm to 6.13.6
- deps: deactivate failing tests corresponding to experimental features
- doc: add missing code formatting in vm.md
- doc: standardize on "host name" in url.md
- doc: standardize on "host name" in tls.md
- doc: standardize on "host name" in os.md
- doc: standardize on "host name" in net.md
- doc: standardize on "host name" in https.md
- doc: standardize on "host name" in http2.md
- doc: standardize on "host name" in fs.md
- doc: standardize on "host name" in errors.md
- doc: standardize on "host name" in dgram.md
- doc: standardize on "host name" in deprecations.md
- doc: standardize on "host name" in async_hooks.md
- doc: fix a code example in crypto.md
- doc: add an example for util.types.isExternal
- doc: fix example of parsing request.url
- doc: document readline key bindings
- doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'
- doc: update README to make Node.js description clearer
- doc: fix a code example in zlib.md
- doc: add GeoffreyBooth to collaborators
- doc: update description of External
- doc: rename iterator to iterable in examples
- doc: fix stream async iterator sample
- doc: correct filehandle.[read|write|append]File()
- doc: prefer server vs srv and client vs clt
- doc: explain native external types
- doc,src: clarify that one napi_env is per-module
- errors: remove dead code in ERR_INVALID_ARG_TYPE
- fs: add missing HandleScope to FileHandle.close
- fs: use async writeFile in FileHandle#appendFile
- http2: skip creating native ShutdownWrap
- lib: replace BigInt64Array global by the primordials
- lib: add Uint16Array primordials
- lib: add RegExp primordials
- lib: replace Float32Array global by the primordials
- lib: replace BigUInt64Array global by the primordials
- lib,tools,test: remove custom number-isnan rule
- module: fix check exports issue in cjs module loading
- (SEMVER-MINOR) module: unflag conditional exports
- (SEMVER-MINOR) module: add API for interacting with source maps
- module: logical conditional exports ordering
- module: loader getSource, getFormat, transform hooks
- n-api: return napi_invalid_arg on napi_create_bigint_words
- (SEMVER-MINOR) n-api: add napi_get_all_property_names
- (SEMVER-MINOR) process: allow monitoring uncaughtException
- readline: improve unicode support and tab completion
- readline: move charLengthLeft() and charLengthAt()
- readline: improve getStringWidth()
- readline,repl: support tabs properly
- readline,repl: improve history up/previous
- readline,repl: skip history entries identical to the current line
- readline,repl: add substring based history search
- repl: do not preview while pasting code
- repl: fix preview cursor position
- repl: change preview default in case of custom eval functions
- repl: activate previews for lines exceeding the terminal columns
- repl: improve preview length calculation
- repl,readline: clean up code
- src: fix performance regression in node_file.cc
- src: use uv_guess_handle() to detect TTYs
- src: include uv.h in node_binding header
- src: change GetStringWidth's expand_emoji_sequence option default
- src: improve GetColumnWidth performance
- src: fix -Wbraced-scalar-init warning
- src: add build Github Action
- src: remove node::InitializeV8Platform()
- src: remove uses of node::InitializeV8Platform()
- src: clean up large_pages code
- stream: fix async iterator destroyed error propagation
- stream: simplify push
- stream: clean up definition using defineProperties
- stream: replace Function.prototype with primordial
- stream: sync stream unpipe resume
- test: stricten readline keypress failure test condition
- test: allow disabling crypto tests
- test: add repl tests to verify unicode support in previews
- test: fix recursive rm test to actually use tmpdir
- test: check that --insecure-http-parser works
- test: remove unused symlink loop
- test: prefer server over srv
- test: fix unit test logging with python3
- test,module: add test for exports cjs loader check
- tools: remove obsolete dependencies
- tools: update remark-preset-lint-node to 1.12.0
- tools: update JSON header parsing for backticks
- tools: ensure consistent perms of signed release files
- tools: add clang-tidy rule in src
- util: add todo comments for inspect to add unicode support
- (SEMVER-MINOR) vm: add code cache support for SourceTextModule
- wasi: improve use of primordials
- win: change to use Python in install tool

Node.js 13.7.0 (64-bit) 相關參考資料
Descarga | Node.js

Versión actual: 13.7.0 (includes npm 6.13.6). Descargue el código ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit.

https://nodejs.org

Download | Node.js

Latest Current Version: 13.7.0 (includes npm 6.13.6). Download the ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit.

https://nodejs.org

Téléchargements | Node.js

Dernière version Actuelle: 13.7.0 (includes npm 6.13.6). Téléchargez le code source de ... Installateur macOS (.pkg), 64-bit. Binaire macOS (.tar.gz), 64-bit.

https://nodejs.org

下載| Node.js

macOS 安裝包(.pkg), 64-bit. macOS 二進位檔案(.tar.gz), 64-bit. Linux 二進位檔案(x64), 64-bit. Linux 二進位 ... 建置在Power LE Systems 上的Linux, 64-bit.

https://nodejs.org

下载| Node.js

当前最新发布版: 13.7.0 (包含npm 6.13.6). 在你的平台上 ... macOS 安装包(.pkg), 64-bit. macOS 二进制文件(.tar.gz), 64-bit ... Power LE Systems 上的Linux, 64-bit.

https://nodejs.org

다운로드 | Node.js

최신 현재 버전: 13.7.0 (includes npm 6.13.6). 플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스 ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit.

https://nodejs.org