POST
|
I own the GPS tracker USB cable. So, when I get to connect it with my computer, it doesn't really react to it. How do I interact with my computer then knowing that I am planning for a real-time tracking solution later on? I am expecting the following scenario as I use my tracker: Receive signals from my GPS tracker while outdoors when requesting my position or proceed for a real-time tracking using the device, something like: https://www.traccar.org Please find herein below the URL to the GPS tracker guide: http://kenshinjeff.jp/wp-content/uploads/2011/09/User-manual-TK102-2.pdf And Thank you again ! You have been so helpful till now !
... View more
07-29-2015
08:17 AM
|
0
|
0
|
148
|
POST
|
I have installed NODEJS-TK102 successfully. I have set-up one point coordinate and many using auto tracking and following the manual instructions. I am ready for the next step which is creating a node project. I have also connected my GPS Tracker to my laptop. Can you give me more details about how to interact with it now using the Node and collect the required coordinates?
... View more
02-15-2015
09:25 AM
|
0
|
2
|
148
|
POST
|
There is no need to install the NodeJS-TK102 then, I guess. I have now successfully installed the NODEJS : What is the next step please? Connect the GPS Tracker to the NodeJS?
... View more
02-14-2015
11:26 AM
|
0
|
4
|
148
|
POST
|
I know it is a pretty important question as well to me right now. I don't have a Node up on running! I am very new to this processing. For me it is almost in R&D. My production environment is Windows, but I still can work with a Linux Desktop through a virtual partition within my current machine hopefully. Do you think the tutorial is a good resource to follow even if the GPS Tracker is not the same? I recognize though some processes which are mutual to my GPS Tracker TK-102 which is a Siemens and not a Xexun !
... View more
02-14-2015
05:49 AM
|
0
|
6
|
148
|
POST
|
Dear, I am using this GPS tracker(http://kenshinjeff.jp/wp-content/uploads/2011/09/User-manual-TK102-2.pdf ). I want now to get real time movement data locations on top of my basemap service using the ArcGIS JS API and without getting to use GeoEvent processor Extension I have done my research and I found that there is a possibility to use this library(fvdm/nodejs-tk102 · GitHub) Has anybody got any experience setting this up before? I need more details and guidance please.
... View more
02-11-2015
07:56 AM
|
0
|
8
|
8468
|
POST
|
- We have been creating a view, testing column by column and we made it work. The issue was that many columns were containing NULL values through all the records and while dragging and dropping the view to ArcMap, it gave the error. The trick is to replace the NULL values with ("") or spaces (" ") while created the view.
... View more
01-20-2015
07:00 AM
|
0
|
0
|
25
|
POST
|
While I am dragging and dropping a view freshly created by the database administrator in a enterprise geodatabase hosted in MS SQL Server 2008 R2, in ArcMap 10.1, I am choosing the ID only: and I am getting the following error, that I cannot define: I have tried to access it through a "MakeQueryTable" process as well but I am getting the following error again: Tech. Specs: - MS SQL Server 2008 R2. - ArcMap 10.1(ArcGIS for Desktop 10.1 SP1) - MS SQL Server Native Client 10.51.2500.00
... View more
01-19-2015
02:15 AM
|
0
|
1
|
3774
|
POST
|
Yes the URL I have returned have a map inside it and the it is getting exported successfully. The issue is that it is not being written in the document only after I close "newWin" tab manually. I think the map is taking time to be processed and this is not showing immediately in the windows document... I am thinking of a way to save the image after being processed as an output by ArcGIS for Server. For your advice !
... View more
12-30-2014
07:06 AM
|
0
|
0
|
77
|
POST
|
I worked with the following code: ......Report being written..... var url = " http://[IPAdress]:6080/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task "; var printMap = new esri.tasks.PrintTask(url); var params = new esri.tasks.PrintParameters(); var template = new esri.tasks.PrintTemplate(); //template.exportOptions = { dpi: 96}; template.format = "JPG"; //template.layout = "Letter ANSI A Portrait"; //template.preserveScale = true; //template.showAttribution = false; params.map = map; params.template = template; var pimg = new Image(); var docp = newWin.document; // this represents the report being written console.log(docp); // Report being written - Without image printMap.execute(params, function(result) { pimg.src = result.url; console.log(result); //newWin.document.write('<div><img src="'+result.url+'"/></div>'); // this is not working! docp.write('<div style="visibility:visible; width:100%; height:100%; display:block;"><img style="visibility:visible; width:100%; height:100%;" src="'+result.url+'"/></div>'); // this is not working also //newWin.open(result.url); This is working just fine when I open a new window ! }); console.log(docp); // this is to witness that the image has been added to the report but not showing in the document: .....Report being written..... The issue is that I think what is inside the Execute function is processing only when I close my report document which has already been opened already as it is being written ! Please help !
... View more
12-30-2014
06:32 AM
|
0
|
2
|
77
|
POST
|
You must be using the GIS Server PrintingTools from the Utilities in the example. This is extracting the map separately. This could be working fine for me as well but the issue is that I need to export it to a Windows document (HTML DOM Document Objects) on which I already wrote things, tables, labels, as specified above. So my question is : Is there a way to assign/extract/retrieve whatever map output result, that we get using the Utilities PrintingTools into the document using: newWin.document.write(<themap>); The following works, but the map is not rendering properly in the document(Ref. reporting_map.png 😞 var mapd = document.getElementById("map").innerHTML; newWin.document.write("<table><tr><td></td><td><div id='divp'>"+mapd+"</div></td><td></td></tr></table>");
... View more
12-29-2014
03:31 AM
|
0
|
4
|
77
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|