Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] question about adding stops for a simple route
  • From: Hector A Martinez <hmartinez@xxxxxxxxx>
  • Date: Wed, 27 Mar 2024 15:27:08 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mitre.org; dmarc=pass action=none header.from=mitre.org; dkim=pass header.d=mitre.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=un7A//CScXooUd9KsVZu9jDv5ANY+QxG9xgxs0RJVMI=; b=oJ61XQWPhryl1mnogdiih8gDCxYrqL/8+n0AsRsYMxYjFHDrUb/VFJNzTZdSVtRA4LveCM7n2u6u2Ux3T+Oincmqv6BDFd4+i7lBfuidjUbrdQV7z15KVU3d2EkIxODwvvzuliU0TFRJiCeiWJaqAgKq/deiUXUyZ5qcmj5MGxabwB6GLZNlQeyr3/XkY8QBLQUWgTUQ1Oilxu5cInyQ3Bzrhw0s1aiKAgUEq0yHlE6Dij2M0CdlF1FW3Lgq7aEaScxPXj8qQLA5opzUNVHplhEC7mgYy+B87kWYPrZenvTWSeMMlox4yJW2DoGuQotUtjBLOkT2HCPXX7I7sjTUmg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=B+GFE2ZJ0S8Gc3N98TE0Wioud4FgrDjnu7pD9sXNxErdg3wEovh9csS9FfYkEVaSl6RvbO7vTeCJVyKL4RIEq0qwWnXZ/orCInupTpdLvc3p1v00iheJOL/azl7WpXHX77L/CiIcmnWcSftzukpbGxy+4eVs4KIqwns/Ile6rH+k5n3XjV6Zg7C7Mj4IUd/aGoyYuhFVITFtB0X0JfpTS0bQolrJhuxd3B3ZWPAHro5J/4KYOqR77NWkFyvmCPpYjhPxw6MZoG/2tCOlMshJIagjUN83rT0e8MykBIVN2nThixxhZ2N16KeHnK2CAdKcONYN2LEgoy5UMGbImDq0uQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdqAWtJroDG/4xt7RMy3ZRdTbFOn4w==
  • Thread-topic: question about adding stops for a simple route

Dear sumo community,

 

I am having problems with adding a stop with a duration to a route.

It looks like this:

<route id="routeA" edges="-1007481313#2 -784198482#1"/>

 

I tried this and sumo doesn’t like it. It gives me this error: Error: no declaration found for element 'route'

<route id="routeA" edges="-1007481313#2 -784198482#1">

        <stop lane="-784198482#1_0" duration="550"/>

    <route/>

 

What is the simplest way to implement the stop?

 

Thanks,

 

Hector A. Martinez, P.E.

MITRE | Solving Problems for a Safer World (R)

813.207.5365

 


Back to the top