Skip to content

Conversation

@munterfi
Copy link
Owner

@munterfi munterfi commented Feb 20, 2025

The speed limit is now configurable via the speed_limit parameter, setting &pedestrian[speed]=<LIMIT> for pedestrian mode or &vehicle[speedCap]=<LIMIT> for vehicle-based modes in API requests.

Enable additional transport modes in isoline() routing, including "bicycle", "scooter", "taxi", "bus", and "privateBus", aligning with newly available API options.

Note: The speed_limit parameter is not supported when using the "bicycle" transport mode.

Refs: #175

The speed limit is now configurable via the `speed_limit` parameter, setting `&pedestrian[speed]=<LIMIT>` for pedestrian mode or `&vehicle[speedCap]=<LIMIT>` for vehicle-based modes in API requests.

Refs: #175
@munterfi munterfi added the feature New feature or enhancement label Feb 20, 2025
@munterfi munterfi self-assigned this Feb 20, 2025
@munterfi munterfi linked an issue Feb 20, 2025 that may be closed by this pull request
Enable additional transport modes in `isoline()` routing, including `"bicycle"`, `"scooter"`, `"taxi"`, `"bus"`, and `"privateBus"`, aligning with newly available API options.

Note: The `speed_limit` parameter is not supported when using the `"bicycle"` transport mode.
@munterfi munterfi merged commit d5f14f6 into master Feb 20, 2025
12 checks passed
@munterfi munterfi deleted the 175-feature-pedestrianspeed-in-isoline branch February 20, 2025 16:45
@xavidp
Copy link

xavidp commented Feb 21, 2025

Thanks heaps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: pedestrian[speed] in isoline()

3 participants