Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
2b64e554
Commit
2b64e554
authored
Dec 24, 2020
by
Volker Krause
Browse files
KPublicTransport now distinguishes dock-based and free floating bikes
parent
8a7cb99f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/IndoorMapPage.qml
View file @
2b64e554
...
...
@@ -190,7 +190,7 @@ Kirigami.Page {
locationQuery
.
request
.
latitude
=
map
.
mapData
.
center
.
y
;
locationQuery
.
request
.
longitude
=
map
.
mapData
.
center
.
x
;
locationQuery
.
request
.
maximumDistance
=
map
.
mapData
.
radius
;
locationQuery
.
request
.
types
=
PT
.
Location
.
RentedVehicleStation
;
locationQuery
.
request
.
types
=
PT
.
Location
.
RentedVehicleStation
|
PT
.
Location
.
RentedVehicle
;
}
else
{
locationQuery
.
clear
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment