|
POST
|
I get the same result with a Bootstrap grid layout. Thought that would sort it out with stricter CSS rules, but it didn't.
... View more
05-18-2016
11:55 PM
|
0
|
0
|
3913
|
|
POST
|
I'm not 100% sure what you are asking, but if you want to compare features from different layers, you can use the Feaure Compare tool in the Data Management -> Data Comparison toolbox. Also have a look at the other tools in that toolbox.
... View more
05-18-2016
11:01 PM
|
1
|
0
|
751
|
|
POST
|
I tested the exact same layout with the JS version 3.16 API and it does not behave the same way.
... View more
05-18-2016
06:02 AM
|
0
|
1
|
3913
|
|
POST
|
As you can see in the service description the Max Record Count is set to 1000.
... View more
05-18-2016
05:21 AM
|
0
|
0
|
1442
|
|
POST
|
Your second divider "viewDiv" should be contained in the first one where you specify the height. At the moment it is sitting below the first div. <div style="height:500px;"> <div id="viewDiv"></div> </div>
... View more
05-18-2016
05:16 AM
|
0
|
4
|
3913
|
|
POST
|
Also see this post: 1,000 feature limit in ArcGIS online?
... View more
05-18-2016
05:09 AM
|
1
|
0
|
1442
|
|
POST
|
This kind of limitation is normally set by a Map Service. What kind of file did you download? Shapefile? Feature Service layer file?
... View more
05-18-2016
04:47 AM
|
0
|
3
|
1442
|
|
POST
|
According to the online documentation "Statistics are required for your raster and mosaic datasets to perform certain tasks, such as applying a contrast stretch or classifying your data". So unless you need to perform any of these operations I would say it is not required. You should however create overviews for enhanced drawing performance.
... View more
05-18-2016
12:08 AM
|
1
|
0
|
1048
|
|
POST
|
Can you restart the ArcGIS Server Service on your server?
... View more
05-12-2016
05:24 AM
|
0
|
0
|
1781
|
|
POST
|
That's weird. What server version are you using? Does it make any difference is you change the identify layers order to be sequential and not in the order that you are specifying it? Or set the tolerance to zero? If your feature class does indeed have multiple features at the identify location, you can always "clean" your results by just taking the first result for the specified layer.
... View more
05-12-2016
04:23 AM
|
1
|
0
|
1073
|
|
POST
|
I assume you want to do this client-side? Otherwise you could create your own server side GP service that does it for you by sending the geometries as ArcGIS JSON to the GP service and using the ArcPy tools in your GP model/script to do the convert to feature class and zip it up in a single file. That way you can "convert to shp" over and over and ensure that the data returned has projection information. You can also do all kind of other stuff with it in the GP service e.g. add additional fields, calculate geometry properties, convert to other additional formats etc.
... View more
05-12-2016
04:13 AM
|
1
|
1
|
5469
|
|
POST
|
It is complicated to explain - sorry if I got you confused in my comments. The core (or cors ) issue is that when I run the final GP task in a function with a polygon ring array as input parameter before any of the other non-CORS tasks, the output result URL does not contain a callback function, but when I run the final GP task after a non-CORS task, a callback function (exactly the same as in the last non-CORS task result output URL string) is added to the result output URL, but not the async messages URLs. In both cases the final GP task result does reflect the correct value for the output parameter. The services are public so I can share with you if you have time to take another look at it. The app that I'm using it in is here: http://gis.elsenburg.com/apps/cdt/ After you have created two adjacent watersheds, run the hidden "union()" function.
... View more
05-05-2016
11:26 PM
|
0
|
0
|
1397
|
|
POST
|
I think you are on the right track. You've already calculated the aspect and sloped per subdivision and created street buffers to see which street the subdivision intersects with. I would then clip the street buffers with the subdivisions and calculate the center points for the subdivision polygon and the street buffer clip polygon. With the Generate Near Table tool (Advanced licence only: Toolbox -> Analysis -> Proximity -> Generate Near Table) you can generate a table using the two center point data sets with information about the direction from the subdivision center point to the street buffer center point. Then you can compare the subdivision slope with the point-to-point angle. This process might not work in all cases, but give I would give it a try.
... View more
05-05-2016
06:43 AM
|
1
|
0
|
2227
|
|
POST
|
The only (temporary) solution I have implemented is to change the final GP Service to a synchronous service and set the async parameter to false. Now there is no conflict between the callback functions in the async URLs.
... View more
05-05-2016
01:19 AM
|
0
|
2
|
1397
|
|
POST
|
It seems like the asynchronous CORS (post) request to the GP Service is not adding the Esri Leaflet callback function parameter to the async gp task messages returned from the service. This is a screenshot of the XHR response strings when the final GP Service is run before any of the other gpservices in the app is initialised. Note there is no callback function parameter in the URL, whereas my other GP tasks that run asynchronously do return a callback function parameter in the URL. Screenshot of other GP task messages with callback function included in the URL When I run the final GP service after the Esri Leaflet callback functions have been initiated, the async messages still have no callback function in the URL, but the final output parameter URL is specifying the same callback function as the task result above.
... View more
05-05-2016
01:07 AM
|
0
|
0
|
1397
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2024 12:37 AM | |
| 1 | 10-02-2025 10:28 AM | |
| 1 | 09-17-2024 12:29 AM | |
| 1 | 03-15-2024 11:33 AM | |
| 1 | 03-13-2024 11:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|