turfjs
Reactive icon

TurfJS GeoLocation Operations

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 11 July 2022
 by 
0.0
 (0 ratings)
turfjs

TurfJS GeoLocation Operations

Documentation
1.0.0
Turf is a JavaScript library for spatial analysis. It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools.

Disclaimer: At this point it only have one function to indentify if a coordinate is inside a Polygon.

Anyway, as it already have the script imported any function from the documentation should work and I will add it as needed.

Please contact me through Forge if you require any specific function.  

________________

To use it you need to make sure the Script is defined as required script in the screen or webblock you are using:


Then you can call any function turf implement as a JS node.

Ideally the functions should be exposed as actions, but at this point only one action is created.


Please let me know if there is any action you need so I can help with.