|
POST
|
I would look into MapLogic software which generates a street index quite easily. My organization still favors this software over ESRI software which does not currently generated the street indices (Someone can correct me if I'm wrong and explain how this can be done with ESRI software).
... View more
03-31-2014
04:44 AM
|
0
|
0
|
1912
|
|
POST
|
Check that the spatial reference for the graphic is the same as the map you are using. That appears to have solved similar problems that other javascript api users were having.
... View more
03-28-2014
06:58 AM
|
0
|
0
|
1446
|
|
POST
|
To All Javascript API Developers: From what I am reading in the samples, the queries appear to be constructed against a feature layer. Is there a particular reason why this would be the case? Could it be that is makes it easier to deal with 1 layer of a mapservice that can be composed of multiple layers? Can you even perform queries against a dynamic mapservice?
... View more
03-27-2014
11:33 AM
|
0
|
1
|
1012
|
|
POST
|
Did this completely solve the problem or just reduce the amount of duplication? In my testing there are less duplicates at 250 dpi than at 300 dpi (but the duplication is still there), and the duplication did not appear to go away until around 200 dpi.
... View more
03-27-2014
08:52 AM
|
0
|
0
|
3798
|
|
POST
|
Kelly: I took your fiddle and modified it to use my tiled mapservice as well as geocode service but I return no results. In the section below: function locate() { map.graphics.clear(); var address = {"SingleLine":dojo.byId("address").value}; locator.outSpatialReference= map.spatialReference; var options = { address:address, outFields:["Loc_name"] } locator.addressToLocations(address); Can you tell me what dojo.byId("address") - the address corresponds to in the parameters of the geocode service? Does there need to be a field called Loc_name available from the geocode service? Any help deciphering the locator code is greatly appreciated.
... View more
03-26-2014
12:03 PM
|
0
|
0
|
1751
|
|
POST
|
I have the same problem with an application I created, so I am also interested in a solution to this problem.
... View more
03-26-2014
10:27 AM
|
0
|
0
|
1713
|
|
POST
|
I am having the same issue when I use my own mapservice, so I cannot help out with this specific problem. I do have some items to add about this TOC widget though. The first instance of the layers in the TOC is not dynamic, so if you have layers with scale dependencies the top TOC never changes but the bottom TOC does so the top TOC is the problem. The bottom TOC does not respect group layers as I have a group layer with scale dependencies, but the group layer never expands in the bottom TOC.
... View more
03-21-2014
10:15 AM
|
0
|
0
|
3551
|
|
POST
|
Robert: How would you add your widget shown in this post to a compiled Flex app?
... View more
03-21-2014
08:06 AM
|
0
|
0
|
1514
|
|
POST
|
Can you just load a sample script, such as the ESRI Buffer example, into jsfiddle and it will automatically separate the code into the proper components (e.g. HTML, CSS, and Javascript)? This is what I did with the example but all the code was placed in the HTML section and when I hit run, nothing happened.
... View more
03-21-2014
06:27 AM
|
0
|
0
|
512
|
|
POST
|
Hi Jake: Is jsfiddle an IDE for the Javascript API? I ask because I never heard of this software. Would you recommend this software for Javascript development?
... View more
03-21-2014
06:08 AM
|
0
|
0
|
2184
|
|
POST
|
That seems like an awful lot of services. Do you have the ability to merge services together to reduce the total number of services, but still provide the same functionality?
... View more
03-20-2014
12:02 PM
|
0
|
0
|
1194
|
|
POST
|
Below is the original code from the sample "dijit/layout/ContentPane"],
function(dom, domAttr, array, Color, parser, esriConfig, Map, Graphic, GeometryService, BufferParameters, Draw, SimpleMarkerSymbol, SimpleLineSymbol, SimpleFillSymbol){
var map, gsvc, tb;
parser.parse();
map = new Map("map", {
basemap: "streets",
center: [-75.72, 39.96],
zoom: 10
});
map.on("load", initToolbar);
I added a line of code to declare the var basemap and another line of code to add the basemap. I then changed the basemap variable from streets to my new basemap variable "dijit/layout/ContentPane"],
function(dom, domAttr, array, Color, parser, esriConfig, Map, Graphic, GeometryService, BufferParameters, Draw, SimpleMarkerSymbol, SimpleLineSymbol, SimpleFillSymbol){
var map, gsvc, tb;
var basemap = new esri.layers.ArcGISTiledMapServiceLayer("https://myServerLink/MapServer", { useMapImage: true, "id": "Basemap" });
map.addLayer(basemap);
parser.parse();
map = new Map("map", {
basemap: "basemap",
center: [-75.72, 39.96],
zoom: 10
});
map.on("load", initToolbar);
But now no map shows up. Can anyone tell me what I am doing wrong in the modification of this sample? I also changed the opening extents of the map so it would be centered on my basemap service.
... View more
03-20-2014
11:51 AM
|
0
|
0
|
2184
|
|
POST
|
Rene: I'm not familiar with adding a basemap. Is that short-hand syntax that can be used only for ESRI's basemaps? If I have my own mapservice(s), how would I add them as a basemap like this example did for ESRI's basemap?
... View more
03-20-2014
11:20 AM
|
0
|
0
|
2184
|
|
POST
|
To All Javascript API Developers: The following URL is the link to ESRI's Javascript API Buffer Any Shape Example https://developers.arcgis.com/javascript/jssamples/util_buffergraphic.html I downloaded the source code to my computer to modify the example so it would use my organization's AGS service. I was able to find the geometry service to perform the buffer operation, but I cannot find the mapservice for this sample in the source code. Would anyone know where the mapservice is coming from for this example?
... View more
03-20-2014
11:07 AM
|
0
|
11
|
3107
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2024 01:45 PM | |
| 1 | 08-19-2024 10:38 AM | |
| 1 | 07-08-2026 01:29 PM | |
| 1 | 02-23-2026 05:32 PM | |
| 2 | 02-11-2026 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|