Skip to content

Commit

Permalink
- Add missing files for Leaflet and Google Map support
Browse files Browse the repository at this point in the history
  • Loading branch information
rtklibexplorer committed May 31, 2021
1 parent 1c4cb6f commit 33210e0
Show file tree
Hide file tree
Showing 23 changed files with 664 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/winapp/rtkplot/gmview_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Map View by Google Maps Notes

2020/11/30

To enable Map View of RTKPLOT by Google Maps API, add Windows registry
keys by using REGEDIT as follows:

Key
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
FEATURE_BROWSER_EMULATION

Name Type Data
...
rtkplot.exe REG_DWORD 0x00002af8 (11000)
Binary file added app/winapp/rtkplot/image/marker_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_bluegreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_bluegreenx2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_bluex2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_greenx2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_magenta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_magentax2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_orangex2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_redx2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/image/marker_yellowx2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/winapp/rtkplot/install.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
copy Release_Build\rtkplot.exe ..\..\..\..\RTKLIB_bin\bin
copy rtkplot_gm.htm ..\..\..\..\RTKLIB_bin\bin
copy rtkplot_ll.htm ..\..\..\..\RTKLIB_bin\bin
xcopy leaflet\*.* ..\..\..\..\RTKLIB_bin\bin\leaflet\*.*
xcopy image\*.* ..\..\..\..\RTKLIB_bin\bin\image\*.*


Binary file added app/winapp/rtkplot/leaflet/images/layers-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/leaflet/images/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/leaflet/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/winapp/rtkplot/leaflet/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 33210e0

Please sign in to comment.