|
DOC
|
Greetings Measure Widget Users! I have created an idea for adding bearing methods to the geometryEngine module. This will greatly assist in my ability to add bearings to the measurements. If you could, please vote up this suggestion to get it considered for addition. You can find it at: https://community.esri.com/ideas/12437 Thanks very much! Tom
... View more
08-10-2016
04:48 PM
|
1
|
0
|
12420
|
|
IDEA
|
I had modified the out of the box draw widget from the Web Application Builder to draw interactive distance measurements of users chosen geometry. You can view the widget at: Measure Widget 1.3.1 for Web App Builder The widget makes use of the geometryEngine's geodesicLength and planarLength methods to calculate the distances display as the geometry is being drawn. I have had a few requests to add bearing to this measurement and there currently is no method for geodesicBearing or planarBearing. I am suggesting that those methods be added to the geometryEngine module. I am certain these would be of use to other JavaScript developers too. Thanks for your consideration! Regards, Tom
... View more
08-10-2016
04:45 PM
|
11
|
0
|
1236
|
|
IDEA
|
I had modified the out of the box draw widget from the Web Application Builder to draw interactive distance measurements of users chosen geometry. You can view the widget at: Measure Widget 1.3.1 for Web App Builder The widget makes use of the geometryEngine's geodesicLength and planarLength methods to calculate the distances display as the geometry is being drawn. I have had a few requests to add bearing to this measurement and there currently is no method for geodesicBearing or planarBearing. I am suggesting that those methods be added to the geometryEngine module. I am certain these would be of use to other JavaScript developers too. Thanks for your consideration! Regards, Tom
... View more
08-10-2016
04:45 PM
|
11
|
0
|
825
|
|
DOC
|
Scott, I have looked into adding a bearing to the measurement, but the math required is a bit beyond my abilities. I use the geometryEngine module to calculate distances for planar and geodesic geometries. In a geodesic context there is a initial bearing and final bearing, which adds a bit more complexity to what would be displayed. It would be ideal if the geometryEngine had a method for calculating a geodesicBearing and a planarBearing, but those methods don't exist. Maybe I should post an idea to the js geonet and see if that is possibility. Regards, Tom
... View more
08-10-2016
04:32 PM
|
0
|
0
|
12420
|
|
POST
|
Subu, Thanks very much for your quick response. I thought that I had poured through all of the geocoding options. I did not have the "match with no zones" marked to yes. Once I set it, things are working as before. I don't recall having to set the "match with no zones" parameter. The original locators were created some time ago and just rebuilt as updates were made. Regards, Tom
... View more
07-27-2016
04:45 PM
|
2
|
0
|
1400
|
|
POST
|
Greetings, After my upgrade to 10.4.1 I am still struggling with address locators. I have built a street address locator using US Dual Range Addresses style, style release 10.4. Our streets feature class covers our entire county. Prior to this release, I was able to enter a simple address "129 N 2nd St" and get a list of candidates, typically with the entered address being the top score. Now I get no results of any kind, until I enter a city or zip code. I have lowered the "minimum candidate score" and "minimum match score" to 1 which is ridiculous, but I still don't get any results without a city or zip code. Does anyone have any suggestions or maybe I have found a bug? Regards, Tom
... View more
07-27-2016
03:06 PM
|
1
|
2
|
3290
|
|
POST
|
I ended up completely rebuilding the locators, composite locator and republished the composite locator as a geocoding service. I can't say exactly what was happening that prevented it from functioning as it did on 10.3. This, so far, is the only real hiccup I have had installing ArcGIS Server 10.4.1. Tom
... View more
07-21-2016
09:07 AM
|
0
|
6
|
2281
|
|
POST
|
Greetings, I recently upgraded our ArcGIS Server to 10.4.1. One of the side effects of this upgrade is that the results of Finding Address Candidates is that the results are no longer sorted by the match score. The results now appear to be sorted by the specific locator in the composite, then the match score. I have a custom Flex app that uses the results from a locate task to place points and it is expecting the best score in the list to be the first one. This was working this way at 10.3. Is there anyway to sort them by actual match score rather than the composite hierarchy and match score? Thanks very much! Regard, Tom
... View more
07-20-2016
02:43 PM
|
0
|
7
|
3841
|
|
POST
|
FC, Thanks very much for your reply. It was exactly what I was looking for. I did not have uploads turned on either. I got them turned on and reworked the workflow to post the uploaded photo to our vendors API. Regards, Tom
... View more
06-15-2016
02:17 PM
|
0
|
0
|
1270
|
|
POST
|
Greetings, I have a JSAPI app that I have built that uses a geoprocessing tool to pass information back to our ArcGIS server. The geoprocessing tool is used to post information to another vendors API. I have everything working very well except for passing an image from my app. One of the parameters I would like to pass back is an image captured from a iPad camera. I am using the following to capture the image: <input id="accountPhoto" name="attachment" type="file" accept="image/*" capture="camera" data-clear-btn="true"> I have tried different variations of passing it back into the geoprocessing parameters, but I have had no luck. What would be the proper way to pass a captured image as a geoprocessing parameter? Regards, Tom
... View more
06-14-2016
03:38 PM
|
0
|
2
|
2979
|
|
DOC
|
Alex, Apologies, but measurements in varas are not possible. I make use of the JSAPI's geometryEngine to do measurement calculations. It uses the unit constants in the following lists for the calculations. Varas are not one of the available constants. ArcObjects Help for .NET developers or ArcObjects Help for .NET developers Regards, Tom
... View more
05-26-2016
09:31 AM
|
0
|
0
|
12420
|
|
POST
|
Fabien, The REST service was created from an ArcMap Project which contains a VRP layer. You would need to view the properties of this layer to change the tolerance. You should be able to view the "Finding Network Locations" tolerance of the VRP REST service too if REST directory services are enabled. Regards, Tom
... View more
05-25-2016
01:28 PM
|
0
|
0
|
1820
|
|
POST
|
Fabien, You should be able to view the tolerance in the vrp settings. Here is a similar screenshot: The default in the above is 5000 meters. Regards, Tom
... View more
05-25-2016
11:09 AM
|
1
|
2
|
1820
|
|
POST
|
Rickey, Can you please try moving the line of code that I provided to the last line in the postCreate function? I was able to replicate the problem. Regards, Tom
... View more
05-25-2016
10:33 AM
|
1
|
2
|
2580
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-24-2023 10:45 AM | |
| 1 | 05-19-2023 08:13 AM | |
| 1 | 02-22-2023 09:12 AM | |
| 1 | 05-15-2015 03:11 PM | |
| 1 | 02-10-2015 11:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-26-2024
04:50 PM
|