|
POST
|
you should find something here QueryTask and coded domain values
... View more
07-15-2015
10:28 AM
|
1
|
10
|
2420
|
|
POST
|
What version of ArcGIS Server are you using? 10.3 or 10.3.1?
... View more
07-15-2015
07:58 AM
|
0
|
1
|
1706
|
|
POST
|
Robert, Your example is for Dynamic layers and the question is for FeatureLayer. Does FeatureLayer support Labelinginfo.
... View more
07-15-2015
07:15 AM
|
0
|
1
|
4043
|
|
POST
|
You should find some help here. How do you enable the "Supports Pagination" on a layer at 10.3? Re: Search: "Pagination is not supported."
... View more
07-15-2015
06:26 AM
|
0
|
3
|
1706
|
|
POST
|
What is the error message you are getting? Can you confirm that the model hosted on server has access to the input points data.
... View more
07-14-2015
06:53 AM
|
0
|
2
|
2541
|
|
POST
|
you can use geomertyEngine.union to combine all the points into single geometry and then use that in you queryTask. check out this post Re: Multiple query tasks
... View more
07-13-2015
01:48 PM
|
1
|
0
|
2325
|
|
POST
|
So the query task works? also what is esri.id.registerToken? I was wonder if you needed to append the token along with the featureservice url like this Accessing secure ArcGIS Server services
... View more
07-10-2015
07:54 AM
|
0
|
6
|
1706
|
|
POST
|
I have fixed some syntax error the module is loading. But I am not sure about the services and login. You need to debug and find out.
... View more
07-10-2015
06:28 AM
|
1
|
8
|
1706
|
|
POST
|
I tried to create module for you. Its not tested as I cannot acces the services. From what I understand, you dont need multiple files so I combined them into one. In the validate, instead of all the dojo.require. add this and let me know if it works. var mapUtilities;
require(["js/myModule"], function(MyModule){
mapUtilities = new MyModule(map);
mapUtilities.initLayers();
mapUtilities.initOptions();
mapUtilities.initSearch();
}); Hope this was helpfule. Use developer tools to debug and ensure things are working.
... View more
07-09-2015
02:57 PM
|
0
|
10
|
2670
|
|
POST
|
Found one more issue. its the variables. the variables with in the require are local and will not be accessible inside another require. so the fLayerComuna which you have used as featureLayer in the search will not have any value in it. you may want to move the variables outside, if you want to keep the structure as it is. Check this out on how to write a Class Writing a Class | Guide | ArcGIS API for JavaScript
... View more
07-09-2015
02:25 PM
|
0
|
2
|
2670
|
|
POST
|
Couple of thing the line <script src="http://js.arcgis.com/3.13/"></script> has to be moved after the script of dojoConfig there seems to be somthing wrong in the line search.set("gl_nombre_calle", sources); it has to be search.set("sources", sources); Also the login.js file has to be added after adding arcgis api. Instead of using require, use define & declare for the modules. so that you have more control on when you initialize the modules.
... View more
07-09-2015
11:39 AM
|
0
|
6
|
2670
|
|
POST
|
This is something very common in javascript. I spend somethings hours finally to know there was a spelling mistake. Does anyone know if there is a way to ensure all the spellings are correct.
... View more
07-07-2015
02:26 PM
|
1
|
1
|
1725
|
|
POST
|
Even that code sample, there is fromSR and ToSR. Any conversion would require type from and to. If a value X has to be converted to Meters. But you dont know if th value is Feet or inches or miles ... how will you convert?
... View more
07-07-2015
12:28 PM
|
0
|
1
|
6702
|
|
POST
|
Without knowing the source coordinate system it is not possible to convert it to WGS84. you need two coordinate systems to convert between them.
... View more
07-07-2015
07:32 AM
|
0
|
3
|
6702
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-24-2017 07:15 AM | |
| 1 | 09-13-2016 06:27 AM | |
| 1 | 05-21-2015 08:06 AM | |
| 1 | 12-16-2015 05:43 AM | |
| 1 | 07-20-2015 09:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-13-2026
09:55 AM
|