Overview:
A deprecation schedule has been established for Cyclomedia's Street Smart API.
Customers who use a retired version of StreetSmart in the integration module will see the 3rd Party Maps pane hang without loading. They may also see errors in the browser console:
Solution:
The solution for this issue is to update the version of the API used in the StreetSmart.html file.
- Locate
StreetSmart.htmlwhere it is deployed in IIS. In the default deployment, the location is:
C:\inetpub\wwwroot\Html5Viewer\Resources\3rdPartyMaps\StreetSmart.html
- The API version should be updated from the current version (in this example, it was v21.12):
<script type="text/javascript" src="https://streetsmart.cyclomedia.com/api/v21.12/StreetSmartApi.js></script>
- to v24.1 in the URL:
<script type="text/javascript" src=https://streetsmart.cyclomedia.com/api/v24.1/StreetSmartApi.js></script>
Note: Version 24.1 of the StreetSmart API is the last version compatible with Geocortex Viewer for HTML5. This version is scheduled for retirement on February 1, 2027.
If the above workaround doesn't resolve the issue, please follow up with VertiGIS Studio Support by submitting a ticket.
Comments
0 comments
Please sign in to leave a comment.