Due to site maintenance, Forum interaction has been disabled until August 13. For support, please search existing forum posts or check the support page.
Scenic API?
Quote from krgorton on June 24, 2020, 16:54Is there an externally facing API for Scenic?
@guidomm, I have been a user of Scenic for some time and really like it. Thank you for creating it. I also happen to work for Esri, a GIS company. While not primarily a programmer I do periodically write code in various languages as necessary to support my job.
I recently wrote a RESTful Azure function that takes one or more ArcGIS Online route layers and returns a GPX v1.1 file to the user's browser. While I wrote it for a custom app to support general production of GPX files for whatever need a user might have for them, my ulterior motivation was that I could create and refine a route in ArcGIS Online and immediately export it for use in Scenic. It works fine to manually download and transfer the file but I think it would be useful to be able to send the file directly to my Scenic account programmatically. So I was wondering if you have an API for Scenic so that I could bake it directly into my Azure function via a POST request to your API.
Thanks, Ken
Is there an externally facing API for Scenic?
@guidomm, I have been a user of Scenic for some time and really like it. Thank you for creating it. I also happen to work for Esri, a GIS company. While not primarily a programmer I do periodically write code in various languages as necessary to support my job.
I recently wrote a RESTful Azure function that takes one or more ArcGIS Online route layers and returns a GPX v1.1 file to the user's browser. While I wrote it for a custom app to support general production of GPX files for whatever need a user might have for them, my ulterior motivation was that I could create and refine a route in ArcGIS Online and immediately export it for use in Scenic. It works fine to manually download and transfer the file but I think it would be useful to be able to send the file directly to my Scenic account programmatically. So I was wondering if you have an API for Scenic so that I could bake it directly into my Azure function via a POST request to your API.
Thanks, Ken
Quote from Guido on June 24, 2020, 16:59Have a look here Ken: https://github.com/guidove/Scenic-Integration
Let me know if you run into any problems... I've not updated the repository in a while
Have a look here Ken: https://github.com/guidove/Scenic-Integration
Let me know if you run into any problems... I've not updated the repository in a while
