-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "com.postert.projnetforgeoapiforunity",
"version": "1.0.2",
"displayName": "ProjNet4GeoAPI-For-Unity",
"description": "The ProjNet4GeoAPI-For-Unity library is based on the ProjNet4GeoAPI which is an extended port of ProjNet. It allows processing geo-coordinates in Unity.",
"unity": "2019.1",
"unityRelease": "0b5",
"documentationUrl": "https://github.com/Postert/ProjNet4GeoAPI-For-Unity",
"licensesUrl": "https://github.com/Postert/ProjNet4GeoAPI-For-Unity/blob/main/LICENSE",
"keywords": [
"geocoordinates",
"geo-coordinates",
"Unity",
"Unity3D",
"Geographic coordinates",
"GPS coordinates",
"Geographic coordinate system",
"latitude",
"longitude",
"UTM coordinates",
"Universal Transverse Mercator coordinate system",
"UTM coordinate system",
"ETRS89/UTM coordinate system"
],
"author": {
"name": "Patrick Postert"
},
"samples": [
{
"displayName": "CoordinateTransformer",
"description": "Contains a sample scene for immediate testing.",
"path": "Sample~"
}
]
}