Point¶
Description¶
Creates a GeoJSON object from Latitude and Longitude
Input/Output¶
Latitude : value (number) <= Source
Longitude : value (number) <= Source
Output : object
Usage¶
- Connect a source to the operator
- Drag a value from the source tree and drop it into input field Latitude, then click on OK
- Repeat steps 1-2 for Longitude
Example¶
Latitude = 123
Longitude = 456
Output = {"type":"Point", "coordinates":[456, 123]}