|
POST
|
Hi Juan, I will take a look at this and check out the 60 day trial to see what I can do with it. Saying that, $2500/yr for a single license is pretty pricey. Maybe I should post this question over in the Python area and see if there are some ideas over there? Thanks Juan. I didn't think it would be so tricky trying to find a way to get this data into ArcMap. Chris
... View more
09-15-2015
01:22 PM
|
0
|
8
|
12639
|
|
POST
|
Hello everyone, I have a .json file which I would like to be able to import into ArcMap. The format of the json file when I receive it is like this: [{"geometry":{"x":-5561.656,"y":5659411.683,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE1","STATUS":"OPEN","FILECLERK":"JANE DOE","RPID":1111111}},{"geometry":{"x":-4480.512000000001,"y":5671280.649,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE2","STATUS":"HOLD","FILECLERK":"BOB BROWN","RPID":2222222}}}] Is this possible given the way the file is formatted? It doesn't seem to be formatted in a manner to work with the JSON toolset in ArcMap: ArcGIS Help (10.2, 10.2.1, and 10.2.2) Any suggestions appreciated, Chris
... View more
09-15-2015
11:39 AM
|
0
|
10
|
28984
|
|
POST
|
Hey Jeff, follow up question. What if I only want to get the data into ArcMap? Thanks
... View more
09-15-2015
09:37 AM
|
0
|
2
|
1759
|
|
POST
|
Yes, the goal is to display the data on a map. Thanks for your input Jeff.
... View more
09-14-2015
01:40 PM
|
0
|
0
|
1759
|
|
POST
|
Nothing? Anyone? I'm hoping I don't have to write something to reformat the json file. Do I need to see if the service that provides the file to me can format it differently?
... View more
09-14-2015
08:30 AM
|
0
|
0
|
1759
|
|
POST
|
Hello everyone, I have a .json file which I would like to be able to import into ArcMap to then publish as a map service to AGOL. The format of the json file when I receive it is like this: [{"geometry":{"x":-5561.656,"y":5659411.683,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE1","STATUS":"OPEN","FILECLERK":"JANE DOE","RPID":1111111}},{"geometry":{"x":-4480.512000000001,"y":5671280.649,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE2","STATUS":"HOLD","FILECLERK":"BOB BROWN","RPID":2222222}}}] Is this possible given the way the file is formatted? It doesn't seem to be formatted in a manner to work with the JSON toolset in ArcMap: ArcGIS Help (10.2, 10.2.1, and 10.2.2) Any suggestions appreciated, Chris
... View more
09-11-2015
09:36 AM
|
0
|
6
|
4354
|
|
POST
|
I found the following link which outlines IIS components which need to be installed: Installing ArcGIS Server for the Microsoft .NET Framework Not all components were installed on my dev server. Things seem to be working so far. Thanks everyone.
... View more
08-06-2015
02:25 PM
|
0
|
0
|
4411
|
|
POST
|
Thanks for the reply Tracy. The result so far seems to be the same whether I use http://ipcds0001/directionswidget/index2.html or http://ipcds0001.coc.ca/directionswidget/index2.html The result in the console is the same: I'm thinking there's something on the dev server (ipcds0001) IIS that's preventing the browser getting at the proxy.ashx file. Thanks again.
... View more
08-06-2015
07:17 AM
|
0
|
0
|
4411
|
|
POST
|
Thanks Daniel. I changed the proxyurl to http://ipcds0001.coc.ca/proxy/proxy.ashx and I still get the same issues. I'm still wondering if there's some IIS setting that needs changing given that that is the location of the proxy.ashx and the browser keeps returning a 404 error??
... View more
08-06-2015
07:12 AM
|
0
|
0
|
4411
|
|
POST
|
I am also wondering, I'm sure when I originally set up the proxy on my localhost (months ago) that there were some IIS settings that I needed to modify. I can't recall, nor did I print out the documentation I found at the time. So if there are IIS settings to modify that someone could point out to me that would also be a great help. Thanks everyone
... View more
08-05-2015
12:47 PM
|
0
|
0
|
4411
|
|
POST
|
I have tested the directions widget sample on both localhost and dev server. It works on localhost but not on dev server. So there's something that I've not done or forgotten with the dev server. I am using this code on localhost: //all requests to route.arcgis.com will proxy to the proxyUrl defined in this object. urlUtils.addProxyRule({ urlPrefix: "route.arcgis.com", proxyUrl: "/proxy/proxy.ashx" }); When I try the same on the dev server I get the following in the console (see attached picture) Thanks
... View more
08-05-2015
12:23 PM
|
0
|
0
|
4411
|
|
POST
|
Hello everyone, I have an application which is running fine when I use it from my localhost. When I move it to a development server it does not work. The only change I am making with the file when I move it to the dev server is this one line: from: esriConfig.defaults.io.proxyUrl = "http://localhost/proxy/proxy.ashx"; to: esriConfig.defaults.io.proxyUrl = "http://ipcds0001/proxy/proxy.ashx"; ipcds0001 is the name of the dev server. I'm not certain if I am referencing the location of proxy.ashx correctly? Nor am I certain that I've done everything correctly in setting the proxy up correctly on the dev server. I used to have a bookmark to a good file on the esri site which showed all things that needed to be done in configuring the proxy, but that bookmark is not working anymore. The dev server is Windows 2012 R2. I have copied the proxy folder into C:\inetpub\wwwroot\ and converted the proxy folder into an application pool. When I try to access the file on the dev server from my pc, I get the attached error message in the console (console.png). Any suggestions in troubleshooting this problem, greatly appreciated. Chris
... View more
07-17-2015
01:13 PM
|
0
|
8
|
8094
|
|
POST
|
Thanks for the link Domenico, I will check this out. Chris
... View more
06-17-2015
12:23 PM
|
0
|
0
|
1342
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-10-2020 03:34 PM | |
| 1 | 02-23-2021 11:53 AM | |
| 1 | 02-16-2021 09:15 AM | |
| 1 | 12-10-2020 07:46 AM | |
| 1 | 01-18-2019 09:54 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-22-2021
04:31 PM
|