Agricultural parcel delineation with Map Object
Posted: October 19th, 2020, 11:27 pm
Dear CSPro developer Team,
Since i read that the map object implemented in CSPro logic is based on offline maps that are served by a local tile server running on the Android device (localhost:8084). The server is implemented using NanoHttpd. So i'm thinking about using polygon javascript api : https://developers.google.com/maps/docu ... gon-simple for agricultural parcel delineation. Since i know that javascript function must be wrapped in CSPro logic, does it's a realistic idea?
I think about since you already implement Webview in CSEntry (so it can run Javascript)and also, right now, it would not be so difficult to run javascript directly in the CSPro logic engine (based on C/C++) using Emscripten librairies: https://emscripten.org/docs/porting/con ... -code.html
Thanks in advance for your support.
Since i read that the map object implemented in CSPro logic is based on offline maps that are served by a local tile server running on the Android device (localhost:8084). The server is implemented using NanoHttpd. So i'm thinking about using polygon javascript api : https://developers.google.com/maps/docu ... gon-simple for agricultural parcel delineation. Since i know that javascript function must be wrapped in CSPro logic, does it's a realistic idea?
I think about since you already implement Webview in CSEntry (so it can run Javascript)and also, right now, it would not be so difficult to run javascript directly in the CSPro logic engine (based on C/C++) using Emscripten librairies: https://emscripten.org/docs/porting/con ... -code.html
Thanks in advance for your support.