Skip to content

issues Search Results · repo:vahancho/polylineencoder language:C++

Filter by

7 results
 (60 ms)

7 results

invahancho/polylineencoder (press backspace or delete to remove)

For line https://github.com/vahancho/polylineencoder/blob/master/src/polylineencoder.h#L181, is that defined behavior if the value is negative? See https://stackoverflow.com/questions/8415895/is-left-and-right-shifting-negative-integers-defined-behavior ...
bug
  • shafiry
  • 3
  • Opened 
    on Sep 28, 2023
  • #15

When compiling in C++20 mode using G++ 11.3.0 I m getting the following warning: polylineencoder.h:144:38: warning: arithmetic between floating-point type ‘double’ and enumeration type ‘gepaf::PolylineEncoder ...
bug
  • kkarbowiak
  • 1
  • Opened 
    on Jan 10, 2023
  • #13

Hi, I need to apply this change to make the build pass: diff --git a/hdmap/thirdparty/polylineencoder/include/polylineencoder.h b/hdmap/thirdparty/polylineencoder/include/polylineencoder.h index d4eef579..7a05c95e ...
bug
  • zeroxia
  • 1
  • Opened 
    on Jul 15, 2021
  • #9

First of all many thanks for providing this useful C++ implementation! This is more of a question/comment than a real issue: I m trying to use the code as a dependency in my project and my own code compiles ...
bug
  • jcoupey
  • 8
  • Opened 
    on Feb 25, 2021
  • #7

Hi, Would it be possible to have precision as a parameter for the methods encode() and decode()? For example: https://github.com/hicsail/polyline/blob/master/polyline/codec.py#L39 For map data 6 digits ...
enhancement
  • pavelsimo
  • 6
  • Opened 
    on Feb 16, 2021
  • #5

Hi, I d like to create conan recipe for the lib. To be able to use it effectively in a professional environment, the lib should use a namespace. I would suggest polyline_encoder . To be able to create ...
  • wolfee001
  • 2
  • Opened 
    on May 22, 2020
  • #4

when I try to decode a polyline I get coordinates with just 3/4 decimal. I don t get why the results are rounded up/truncated, how can I get a 5 decimal precision?
  • l4u84
  • 5
  • Opened 
    on Mar 29, 2019
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub