Ticket #141 (closed bug report: wontfix)

Opened 22 months ago

Last modified 19 months ago

WRS: add multiple "shortest_path" services

Reported by: daniel Owned by: anton
Priority: critical Milestone:
Component: WRS Version: trunk
Keywords: Cc:

Description

The idea of WRS was to offer multiple services with different shortest path queries. Currently there is only one "shortest_path" service possible and the name is even hard-coded :-(
Bad practice is this: [258] (... but needed a quick solution)

Good would be something like specify in the mapfile a service type or handler:

[...]
<services>
	<service handler="shortest_path" name="[name]" 
			title="[Add a title]" enable="true">

		<description>[Service description]</description>
		[...]
	</service>
	[...]
</services>
[...]

Then "name" attribute would define the part of the URL, and "handler" the service type.

Change History

Changed 19 months ago by daniel

  • status changed from new to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.