Hi Patrick Stevens,
I would like to thank you for developing Custom Traffic Provider tool.
https://www.arcgis.com/home/item.html?id=e11126ea20e941bd9644046e62e2bdbe
is this tool is supported by latest ArcMap version 10.8.2? and can it be used to develop custom traffic provider?
Looking forward to hearing from you!
Thanks in anticipation.
Hmmm... I'll install 10.4 and give that a shot.
When you compile does a popup appear that says "Registration Succeeded"?
Can you email me a zip of your code and your TrafficProviders.xml? pstevens@esri.com
It still doesn't work. I used your GUID number which is the same with mine, but nothing didn't change. I also tried to use the GUID numbers which are contained at the TrafficProviders.xml file and it worked. My ArcMap version is 10.4
It all appears to be working for me. I went through the steps and when I opened up ArcMap and the traffic data tool, Custom Provider showed up.
Glancing at your screen shots, it looks like the GUID for the provider is different than mine. The one I used was:
{929DFEE5-11DC-4BC9-B66F-B493A4470451}
You get that GUID from the top of the TrafficProvider.cs file. Make sure your provider GUID matches the one in the code.
I hope that fixes it!
I'll download and retry setting up the custom feed. What version of ArcMap are you using? And what version of Visual Studio?
Are you using just the code as-is along with the sample data as-is? Or did you make any change or use your own data?
Thanks
I have done everything as the website says, but still the custom provider option does not appear on traffic data tool. I tried using also the absolute paths of the files but still nothing. What I am doing wrong?
Hello! The DLL is automatically registered when the sample is compiled.
You can see how it works if you open the file CutomTrafficProvider.csproj in Notepad++ or some other text editor. Scroll down to the bottom of the file and there are "BeforeClean"and "AfterBuild" sections telling the project to unregister before building and register after.
If you think it might not be working, try to register the DLL manually just to make sure it can. For ArcMap, it would be something like this:
c:\ProgramFiles (x86)\Common Files\ArcGIS\bin>esriRegAsm.exe <Path to your DLL> /p:Desktop
Hi,
How can I register the DLL by compiling the sample? What procedure I have to follow? I still haven't unterstood how I can do it. I am following the instructions of this website (http://www.arcgis.com/home/item.html?id=e11126ea20e941bd9644046e62e2bdbe ), but it seems that I am missing something!
Until now I have added the provider GUID to the TrafficProviders.xml file.
Hi Peter ;
Is this a step 2: Garmin: Database for FM Traffic Providers Updates & Downloads
Peyvand.
Hi Patrik;
Well, I made an account and email the INRIX and TomTom to help me with DTF files.
I don't even know what they have to give me? Is it a sample python code?
I'm learning it with ArcGIS help.
I appreciate your time.
I have followed the process specified in arcgis resources exercise 10 for creating traffic network dataset (san diego) and used custom traffic provider (.dll to register GUID) , used the update model provided in exercise 10 to update DTF files in a folder where network dataset is pointed. (TrafficFiles\v1)
and i had scheduled this task (task scheduler) for interval of 15 min .
i am able to get DTF files in folder and can visualize historical data .. but not able to visualize live traffic from DTF files on dataset ( layer properties -> symbology -> live traffic only)
DTF files are saved with timestamp as name, along with feed entry in trafficindex.xml
i had cross checked the result DTF file ... by DTFtoCSV conversion ( its same as input )
1) how does network dataset know that DTF file has been updated? does it check interval based?
2) Why tool saves DTF file saves in a seperate folder (v1) ?
3) while creating network dataset we provide a folder path till v1, where as in update tool till trafficfiles .....
initially the folder is empty.. no xml, no dtf ... how does _ND know update DTF is in v1 folder?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.