Greetings,
I'm trying to integrate real-time data feeds from an external source (GPS tracking devices) into Portal for ArcGIS. The data comes out from the source portal as a URL shown below:
It doesn't work when I try to add a KML file using the Portal's Map Viewer. Also, it's not possible to add it using any of the available options within the "Add a layer from web" dialog.
Any ideas?
Solved! Go to Solution.
Hi Ahmed,
From personal experience KML is not the ideal format to be trying to convert to feature classes as all the attribute information is normally stored in a single field (popup field) after conversion.
I have two suggestions though.
Best of luck.
Davin
The source may not allow access to external web addresses. (i.e this may only work in gtctrack applications.)
This is probably more a question for GTCTrack.
Hi Davin,
Thanks for your response. Actually, I checked with them and it seems like it was an issue with the URL as the Map Viewer does not parse URLs properly when they include the following characters (#:?=).
The KML file is there now, but it includes point locations and paths, and no symbology or feature analysis can be applied to it. My challenge now is to extract the point features and convert them into a hosted feature layer that gets updated in almost real-time. Any suggestions on where to start?
Hi Ahmed,
From personal experience KML is not the ideal format to be trying to convert to feature classes as all the attribute information is normally stored in a single field (popup field) after conversion.
I have two suggestions though.
Best of luck.
Davin
Thanks, Davin. This was really helpful!