POST
|
I am constantly having issues with LRS data when I use tools such as locating features along routes, overlays, etc. The MAIN problem is that when I create a route event layer from my resulting tables and my LRS dataset, I constantly get Location Errors such as "Zero Length Extent", "PARTIAL MATCH FOR THE TO-MEASURE", "PARTIAL MATCH FOR THE FROM-MEASURE", "MEASURE EXTENT OUT OF ROUTE MEASURE RANGE". As a result, when I export a event layer into a feature class, I end up with missing segments. Does anyone have advise for: Tips and tricks for dealing with and preventing these issues? Setting and updating the M Tolerance and Resolution to help rectify or prevent these issues With that said, I mentioned that I'm using ArcMap, but I'm pretty sure these issues are just as much data related as they are software specific, though I realize different software packages might do their LRS differently.
... View more
10-22-2021
11:03 AM
|
0
|
0
|
1078
|
POST
|
I'm dealing with this same issue for ArcGIS 8.1 and Visual Studio 2019. Have you found a solution by any chance?
... View more
10-20-2021
10:35 AM
|
0
|
0
|
962
|
IDEA
|
Additionally if it's too difficult/costly for esri to store online, provide the ability to download to disk, and then easily upload and restore at a later point. I had a project that closed. It leveraged a webmap that eventually got removed because it was actively being used. However, I later needed to restore it to show it off for marketing purposes, and it wasn't worth the effort to do so. This is one of several valid use cases.
... View more
06-17-2021
07:10 AM
|
0
|
0
|
1045
|
POST
|
Looking for the specific .NET programming libraries/SDKs. Thank you!
... View more
06-18-2020
12:35 PM
|
0
|
0
|
745
|
POST
|
Looking for some documentation and location of the libraries for the Roads and Highways Extensions. I'm trying to get the M value of a point along a route, but I'm getting a NaN value when using the general LRS tools. Would like to see if I get a different result if I access the routes via R&H abojects. Thanks, Mike
... View more
06-11-2020
08:55 AM
|
0
|
2
|
816
|
POST
|
I'm not seeing anything odd with the geometries either. The logs aren't telling me anything informative either.
... View more
12-07-2017
09:21 AM
|
0
|
0
|
1270
|
POST
|
I'm running a REST query and it is not working for one geometry, but is for another. Is there a mechanism for determining if a geometry is valid or not? I found GeoJSONLint - Validate your GeoJSON , but couldn't find something for ESRI's APIs. I know the rest of the parameters I enter are valid, because I tested the function by swapping out a geometry I know that works. I'm getting the following error: { "error": { "code": 400, "message": "Invalid or missing input parameters.", "details": [] } } Bad Geometry (not working in my service): {"rings": [[[-7949872.332327881,5251978.743232549],[-7949868.499244263,5251978.1339145275],[-7949865.041371125,5251976.365604301],[-7949862.297191506,5251973.611397049],[-7949860.535324938,5251970.140896959],[-7949859.928231544,5251966.293823039],[-7949860.535334537,5251962.446752237],[-7949862.297207038,5251958.97626031],[-7949865.041386656,5251956.22206315],[-7949868.499253862,5251954.45376109],[-7949872.332327881,5251953.844446186],[-7949876.179384461,5251954.45376109],[-7949879.649865517,5251956.22206315],[-7949882.404055541,5251958.97626031],[-7949884.17235512,5251962.446752237],[-7949884.781672734,5251966.293823039],[-7949884.172364719,5251970.140896959],[-7949882.404071072,5251973.611397051],[-7949879.649881047,5251976.3656043],[-7949876.17939406,5251978.1339145275],[-7949872.332327881,5251978.743232549]]], "spatialReference":{"wkid":102100}} It's weird, because I use the following geometry and it works perfectly: {"rings": [[[-7963957.049118099,5227422.1263048],[-7963953.225959912,5227421.518553044],[-7963949.777040598,5227419.754788266],[-7963947.03996673,5227417.007660669],[-7963945.282662304,5227413.546081402],[-7963949.777056001,5227399.663025433],[-7963953.225969432,5227397.899268757],[-7963957.049118099,5227397.291520092],[-7963960.886285824,5227397.899268757],[-7963964.347846032,5227399.663025433],[-7963967.09495644,5227402.410143024],[-7963968.858710604,5227405.871714194],[-7963969.4664619425,5227409.708896252],[-7963968.858720122,5227413.546081402],[-7963967.094971841,5227417.007660669],[-7963964.347861435,5227419.754788266],[-7963960.886295345,5227421.518553044],[-7963957.049118099,5227422.1263048]]], "spatialReference":{"wkid":102100}} The whole form data is as follows: https://SERVERNAME/arcgis/rest/services/EstimatedFloodDepth/ImageServer/getSamples geometry: {"rings": [[[-7949872.332327881,5251978.743232549],[-7949868.499244263,5251978.1339145275],[-7949865.041371125,5251976.365604301],[-7949862.297191506,5251973.611397049],[-7949860.535324938,5251970.140896959],[-7949859.928231544,5251966.293823039],[-7949860.535334537,5251962.446752237],[-7949862.297207038,5251958.97626031],[-7949865.041386656,5251956.22206315],[-7949868.499253862,5251954.45376109],[-7949872.332327881,5251953.844446186],[-7949876.179384461,5251954.45376109],[-7949879.649865517,5251956.22206315],[-7949882.404055541,5251958.97626031],[-7949884.17235512,5251962.446752237],[-7949884.781672734,5251966.293823039],[-7949884.172364719,5251970.140896959],[-7949882.404071072,5251973.611397051],[-7949879.649881047,5251976.3656043],[-7949876.17939406,5251978.1339145275],[-7949872.332327881,5251978.743232549]]], "spatialReference":{"wkid":102100}} geometryType: esriGeometryPolygon sampleDistance: sampleCount: 1000 mosaicRule: pixelSize: returnFirstValueOnly: false f: pjson
... View more
12-07-2017
06:37 AM
|
0
|
3
|
1496
|
POST
|
I'm trying to retrieve multiple pixel values using the identify functionality through an image server. I'm passing in a circle geometry as the value. I was hoping the ESRI rest api would pass back the pixel values of the image that intersected the polygon (circle), but it's just passing back one. What purpose does passing in a polygon serve for the ESRI REST Image Server Identify call? The documentation seems sparse.
... View more
09-12-2017
08:09 PM
|
0
|
0
|
632
|
POST
|
Thank you Chris.... the GeoEvent processor seems to be the way to go!
... View more
01-29-2016
11:57 AM
|
0
|
1
|
4235
|
POST
|
I wouldn't be totally against a 3rd party utility, though I didn't have much luck with GeoNames. I was thinking about creating my own service to transform the XML to GeoXML. Just upload the xslt to the service when I need to add a RSS layer. I like the featureCollection option as well... I'll investigate that one. Is there a way to bring in the RSS feed into ArcGIS Desktop and display that as a map service? A typical feed might look similar to this: <TrafficCams> <Cam> <name>Traffic Cam</name> <description>A road in a town</description> <image> 2.jpg </image> <lat>42.23</lat> <long>-71.145</long> <static1_direction>Southbound</static2_direction> </Cam> <Cam> <name>Another Traffic Cam</name> <description>Another road in another town</description> <image> 4.jpg </image> <lat>41.20278779</lat> <long>-71.03</long> <static1_direction>Northbound</static1_direction> </Cam> ... </trafficCams>
... View more
01-29-2016
11:35 AM
|
0
|
3
|
4235
|
POST
|
What would be the best way to display a RSS feed with coordinate information on a map. I'd prefer to have something that isn't hardcoded because I'll probably be pulling multiple feeds that are slightly different, and (e.g. pulling the coordinates from the feed and displaying them in a graphics layer). The RSS feeds I'd be pulling a elements for lat/long or x/y alongside elements containing attribute information of the point. Note that the RSS feed is NOT a GeoRSS feed. Thanks, MR
... View more
01-29-2016
11:05 AM
|
1
|
7
|
7593
|
POST
|
This worked for me as well! Thanks! Open Project file in notepad, replaced all "AcrGIS.Addins.targets" with "ArcGIS.Addins.11.targets"
... View more
10-20-2015
03:57 PM
|
0
|
0
|
2445
|
POST
|
I only get the licensing error when moving to a production environment which does not have ArcEngine installed. I added an installshield project to help facilitate deployment and testing. You'll probably have to muck with some of the file location settings to get it to build.
... View more
10-19-2015
07:11 AM
|
0
|
0
|
709
|
POST
|
Is the use of the page layout control is not available with a ArcGIS Desktop license. It seems a little odd that we'd have access to the map control, TOC, toolbar, etc, from a ArcGIS Desktop license, but not the Page Layout. I am starting off my application with a form which contains a map control (We'll name this the Map Form). From the map form, I have a menu option to print, which will open up another form with the Pagelayout control (we'll name this the print form). When the print form opens up, I get a licensing error. Attached is an example application to show my troubles. The new 'print' dialog is opened from the file menu of the main ('map') form.
... View more
10-19-2015
07:08 AM
|
0
|
1
|
2379
|
Title | Kudos | Posted |
---|---|---|
1 | 01-29-2016 11:05 AM |
Online Status |
Offline
|
Date Last Visited |
03-25-2025
05:46 AM
|