Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
thirdparty_map
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
thirdparty_map
Commits
dd99aec6
Commit
dd99aec6
authored
Apr 22, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新代码
parent
22fa6cf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
MapInterface.cpp
src/MapInterface.cpp
+4
-0
No files found.
src/MapInterface.cpp
View file @
dd99aec6
...
...
@@ -181,7 +181,11 @@ namespace jf {
{
nOutLaneType
=
LaneType
::
JunctionLane
;
}
#ifdef _DEBUG_API_
NearestRoadMark
mark
=
g_map
.
GetNeartestLaneRoadMarkByXY
(
ptInLoc
.
dLon
,
ptInLoc
.
dLat
);
#else
NearestRoadMark
mark
=
g_map
.
GetNeartestLaneRoadMark
(
ptInLoc
.
dLon
,
ptInLoc
.
dLat
);
#endif
if
(
mark
.
_leftRoadMark
)
{
if
(
mark
.
_leftRoadMark
->
_type
==
ODR_ROAD_MARK_TYPE_SOLID
||
mark
.
_leftRoadMark
->
_type
==
ODR_ROAD_MARK_TYPE_SOLID_SOLID
)
...
...
Write
Preview
Markdown
is supported
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