Has any one figured a way to get the dominate route by using the Geometry To measure lre rest tool?

1104
5
08-26-2019 11:07 AM
DustinLowers1
New Contributor II

We are trying to build an application that will give the route id when some one clicks on a route.

Currently when using the geometry to measures route event, it will return all routes in an area dominate and sub.

Any one know a way to mark, or get the dom route from the request.

5 Replies

There was some discussion about a process to get the dominant route from the concurrency in this post a while ago:

https://community.esri.com/thread/227849-export-only-dominant-routes-from-lrs 

That's not how to do it using the geometry to measure LRE Rest tool, but maybe it could be incorporated as part of the solution?  

0 Kudos
DustinLowers1
New Contributor II

Thanks for the info. I will look into it.

0 Kudos
AmitHazra
Esri Contributor

Hello Dustin

Good question. I suspect you've either built your own Geometry to Measure widget or you are using a derivative of our Github sample. If your LRS network has overlapping route geometries and you've configured ALRS network concurrency rules then you'll need to reference the Network Layer Concurrencies operation in our REST API.

Thanks,

Amit@esri

DustinLowers1
New Contributor II

That is correct. We have one built using the fetch api. I will look into your suggestion and see what comes.

Thanks.

0 Kudos
SteveKorzekwa
New Contributor

Hi Dustin.  Due to the flexibility of in defining route dominance in R&H, it is very difficult to identify this on the fly.  I've built some tools that essentially create a cached set of data that reflects the state of route dominance for the LRS for a snapshot in time.  My apps generally use this to quickly query the state of dominance for a given route location.  If you want to talk about how I did this, let me know and we can talk.

0 Kudos