turf-helpers

WebJar for turf-helpers

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

turf-helpers
Последняя версия

Последняя версия

3.0.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

turf-helpers
WebJar for turf-helpers
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/turf-junkyard/turf-point

Скачать turf-helpers

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/turf-helpers/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>turf-helpers</artifactId>
    <version>3.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/turf-helpers/
implementation 'org.webjars.npm:turf-helpers:3.0.12'
// https://jarcasting.com/artifacts/org.webjars.npm/turf-helpers/
implementation ("org.webjars.npm:turf-helpers:3.0.12")
'org.webjars.npm:turf-helpers:jar:3.0.12'
<dependency org="org.webjars.npm" name="turf-helpers" rev="3.0.12">
  <artifact name="turf-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='turf-helpers', version='3.0.12')
)
libraryDependencies += "org.webjars.npm" % "turf-helpers" % "3.0.12"
[org.webjars.npm/turf-helpers "3.0.12"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

turf-point

build status

turf point module

turf.point(coordinates, properties)

Takes coordinates and properties (optional) and returns a new Point feature.

Parameters

parameter type description
coordinates Array.<Number> longitude, latitude position (each in decimal degrees)
properties Object optional: an Object that is used as the Feature's properties

Example

var pt1 = turf.point([-75.343, 39.984]);

//=pt1

Returns Feature.<Point>, a Point feature

Installation

Requires nodejs.

$ npm install turf-point

Tests

$ npm test
org.webjars.npm

deprecated turf modules: do not use or reference, for redirects only

turf is now a monorepo: all turf modules are in Turfjs/turf

Версии библиотеки

Версия
3.0.12