eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

New Window for fiddling with refpoint values #111

Closed viper4gh closed 4 years ago

viper4gh commented 6 years ago

If devmode_tm is true, show a window with input fields which show the following values of the current used refpoint: refLat refLong rotation cor_r_Long cor_r_Lat cor_PosX_mul cor_PosY_mul

These values must be changable. That's the cause why these should be input fields. If you change one value and press enter, the change should be visible on the map.

eckhchri commented 6 years ago

Some basic implementations with https://github.com/eckhchri/pcars-ds-liveview/commit/d98fa2058ec9ee3178ddb12cb9520ad91e32328f

viper4gh commented 4 years ago

implemented