|
POST
|
Just curious, It seems that we can change some of the service properties but if we for example try to add new field or change an alias (they are included in the json format in html pages) it wont go thru. Well, that's not surprise since it is related on how the data is stored but since it is included in the JSON at least I expect that I can work with those parts too. In the documentation there is no good description what you change and what not.
... View more
11-03-2013
12:50 AM
|
0
|
0
|
1416
|
|
POST
|
Hi, Even thou the Service Directory is disabled, the services should be working just fine. See more about the service from here: http://resources.arcgis.com/en/help/arcgis-rest-api/#/Overview_of_the_World_Geocoding_Service/02r300000009000000/ tasks.arcgisonline.com is going to shut down December 31 2013.
... View more
10-23-2013
04:15 AM
|
1
|
0
|
859
|
|
POST
|
This might be related to other issues that AGOL services has / had yesterday. At least VRP service was returning access errors with our credentials. (token based)
... View more
10-18-2013
01:12 AM
|
0
|
0
|
890
|
|
POST
|
Hi, You should be using Local Tiled Packages. You can see more about those from here : http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/About_tile_packages/01700000004w000000/ I think that we don't have permission to take ArcGIS Online basemaps to offline at the moment so you need to have some other basemap dataset in use. You can copy the tiled package to the client and reference it like this. http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#//02q200000003000000
... View more
10-16-2013
11:10 PM
|
0
|
0
|
791
|
|
POST
|
Can you provide solution where I could reproduce it?
... View more
10-14-2013
11:32 PM
|
0
|
0
|
470
|
|
POST
|
The issue here is that WPF graphics rendering pipeline cant cope with too much information on the screen. And theres not much we can do about it than not use things that that uses that. This leads us to why AcceleratedDisplay (or should I say DirectX rendering pipeline was developed in the first place) and using that. How I see things going is something like this : 1) Use accelerated layers and if you can, put all your stuff there 2) Use accelerated layers when ever you can and when you really need WPF rendering, transfer graphics to graphicslayer that is living outside of Accelerated layers. If you want do this approach you might be interested a way how you can define both AcceleratedSymbol and CustomTemplate to one Renderer (http://kajanus.net/?p=132, it seems that I have forgotten to upload code to GitHub) 3) Create Images on the fly to achieve same visualization that you are looking after to be able to use PictureMarkers in the AcceleratedDisplay 4) Think another ways to reduce graphics (and their complexity) on the screen, ie. providing multiple services from the same data that visualizes things differently depending on the scale and switch those in code... As a bottom line, always take advantage of AcceleratedDisplay when you can and that should be your target. Since we are now discussing about existing implementation, see if you can adapt to use it as a default or use it partly.
... View more
10-10-2013
12:51 AM
|
0
|
0
|
766
|
|
POST
|
Yes you can. You need use Publish endpoint : http://resources.arcgis.com/en/help/arcgis-rest-api/#/Publish_Item/02r300000080000000/ So basically you need to upload service definition, csv or shapefile and execute publish operation. As a defult is becomes a private so you need to share it too if you need to. I think that this could be a bit better documented in a process vice.
... View more
10-08-2013
12:12 PM
|
0
|
0
|
1033
|
|
POST
|
I think you need to update whole service definition to achieve that. So change definition json and create it again. Are you working with Hosted services or Server ones? One place to check more information : http://resources.arcgis.com/en/help/arcgis-rest-api/#/Administering_ArcGIS_Online_hosted_services/02r30000022t000000/
... View more
10-08-2013
05:53 AM
|
0
|
0
|
882
|
|
POST
|
You can see webmap id in Url when you navigate to the webmap in the ArcGIS Online. Application id is something that you get when you register application with ArcGIS Online. "If you are an application developer with an organizational account, you can register your application and obtain an app ID" Read more: http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q00000077000000
... View more
10-08-2013
04:23 AM
|
0
|
0
|
1336
|
|
POST
|
Meh, I think I miss-read the case. Lets try again if I understood what was the question. First you need to map the layers to the webmap and if you keep them shared only inside of an organization then user just needs to be logged and have permission to see those. I suppose that you have some feature services containing the wanted information. Sharing WebMaps : http://resources.arcgis.com/en/help/arcgisonline/index.html#/Sharing_web_maps/010q00000046000000/ Popups should be enabled by default and you can configure the content of it. Read more about configuring Popups : http://resources.arcgis.com/en/help/arcgisonline/index.html#//010q0000004m000000
... View more
10-08-2013
04:16 AM
|
0
|
0
|
1175
|
|
POST
|
Hi, Have you shared all feature services to public?
... View more
10-07-2013
09:50 PM
|
0
|
0
|
1175
|
|
POST
|
Good that you got it fixed and thanks for to info. This is something that its good to know.
... View more
10-01-2013
10:31 AM
|
0
|
0
|
1726
|
|
POST
|
Yo, I think that Application Templates are your solution here. Note that I haven't tested this with portal but it should work. Here are some links to get stated with: Documentation about templates http://resources.arcgis.com/en/help/main/10.2/index.html#//019300000076000000 http://resources.arcgis.com/en/help/arcgisonline/index.html#/About_web_application_templates/010q000000nt000000/ Sources: http://esri.github.io/#Template
... View more
09-30-2013
10:35 PM
|
0
|
0
|
964
|
|
POST
|
What kind of response you got from service when added feature and how you tried to get the feature information back? One thing that you could do is to use /applyEdits endpoint. I usually work only with that when using REST API directly since I can do add/update/delete with one implementation. Haven't tested that with 10.0 thou.
... View more
09-30-2013
10:35 AM
|
0
|
0
|
1726
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-12-2014 03:52 AM | |
| 1 | 08-27-2015 03:47 AM | |
| 1 | 12-08-2014 09:58 AM | |
| 1 | 05-05-2015 10:19 AM | |
| 1 | 07-30-2015 08:43 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|